Tagged Questions
The businessworks tag has no wiki summary.
4
votes
4answers
1k views
Tibco Unit Testing tools
Does anyone know what unit testing tools are available when developing Tibco processes?
In the next few months I'll be working on a Tibco project and I'm trying to find any existing unit testing ...
1
vote
1answer
42 views
Tibco BusinessWorks - Projlibs and GVs
I have a BW project importing multiple prjlib files. I want to test the project locally, but all the imported projlib global variables are greyed out. I know I can create the vars locally on the disk, ...
1
vote
2answers
505 views
TIBCO BusinessWorks opinion
I've participated recently in a few projects using Tibco BusinessWorks, ranging from very simple integration projects to a quite complex application.
I would appreciate to hear some opinions about ...
0
votes
0answers
386 views
Consuming TIBCO BusinessWorks Web Service from .NET form
I have a BW process exposed as a web service, and wish to consume it using a C# .NET form. However, my application keeps showing the exception: No handler for body element, plus the following stack ...
0
votes
1answer
447 views
Getting the HTTP Request from a TIBCO BW Process
I have a TIBCO BW process which starts with the 'HTTP Receiver' Activity.
I'd like to obtain (via a custom Java Code activity) the size of the original HTTP request.
(The purpose is to collect ...
0
votes
1answer
214 views
Is there information about developing tibco custom palette elements?
I need to develop a generic entry point for tibco business works based on convention over configuration. Common wsdl that maps our internal complex data model schema in the form of key value approach. ...
0
votes
2answers
678 views
TIBCO - BusinessWorks - Get path of the process dynamically
I am developing a process that will read and send an image in an e-mail. This image is a folder within this process.
The problem is: how do I get the path where the process is running?
Something ...
0
votes
2answers
493 views
Get path of the process dynamically - TIBCO - BusinessWorks
I am developing a process that will read and send an image in an e-mail.
This image is a folder within this process.
The problem is: how do I get the path where the process is running?
Something ...
0
votes
3answers
4k views
Tibco SOAP request over https - SSL certificate verification problem
I'm using Tibco BusinessWorks to consume a soap web service over an HTTPS connection.
The instructions boil down to:
Export certificates using a web browser.
Use the Tools->Trusted ...
0
votes
2answers
2k views
(TIBCO BusinessWorks) How do you access a Java Global Instance method from a Java Code activity?
The TIBCO ActiveMatrix BusinessWorks Palette Reference states:
"Any Java Code activity can access the shared Java Global Instance by invoking the static methods of the configured Java class", ...