The screenshot below shows the basic process for retrieving the WSDL. We will use the HTTP Receiver process starter connected with the SOAP Retrieve Resources which sends its output to Send HTTP Response activity.
Here is how it works:
- A HTTP Receiver forwards the incoming request to a SOAP Retrieve Resources activity (SOAP-RRA).
- The SOAP-RRA retrieves the WSDL text and outputs it to the Send HTTP Response activity.
- The Send HTTP Response activity then sends the WSDL text as response to the HTTP request received by the HTTP Receiver.
- The process ends.
The key thing here is to configure the SOAP-RRA correctly. The HTTP Receiver even though connected to the SOAP-RRA provides no input to it.
Click on the SOAP-RRA and go to the Input tab in the properties (see the screenshot above). In the Activity Input section we need to configure the resourcePath and filter values.
The reourcePath should point to the Service resource. To get the Service resource path right-click the Service resource for the web-service whose WSDL is required and click on inspect resource.
The Resource Inspector window that pops up will show the resource path for the Service resource (see marked area in screenshot below). Remember to enclose the path in double-quotes!
In the filter value type in “wsdl” (double quotes included) as we want the WSDL to be retrieved.
SOAP-RRA connects next to the Send HTTP Response activity. We connect the resourceData output from SOAP-RRA to the Send HTTP Response asciiContent input as shown in the screenshot below.
The Send HTTP Response activity connects to the End Process activity which completes the process.
Testing the Retriever Process
To test the process start the process tester. Make sure you select the retriever process we have just created AS WELL AS the Service resource for the web-service whose WSDL is being retrieved.
Open up the browser and type in the address defined in the HTTP Connection used for the HTTP Receiver.
The WSDL should pop-up in the browser and if you check the process tester you will find the retriever process would have fired once.
For training on TIBCO BusinessWorks mail us at [email protected]