Generating the Hello World WSDL File
- Procedure
- Click the Configuration tab.
- Expand the jv.helloworld1.soa node.
- Click the
HelloWorldPT service.
The service details are displayed on the right.
- Click the
Bindings link.
The service's binding details display.
- In the list of bindings, expand
HelloWorld1SOAP.
The list of nodes on which the binding is deployed is displayed below.
- In the node list, click
BPMNodeDevNode.
The Generate WSDL button activates.
- Click
Generate WSDL.
The WSDL document representing the deployed service displays.
- Save the WSDL file with the name helloworld1.wsdl in the ConcreteWSDLs project in TIBCO Business Studio - BPM Edition.
ResultThe WSDL file is created.
By default HTTP connectors are created with the machine name
0.0.0.0
. For example,
<wsdl:port name="HelloWorldSOAP" binding="tns:HelloWorldSOAP"> <soap:address location="http://0.0.0.0:9095/helloWorldPT/"/> </wsdl:port>
The machine name has to be updated before using the WSDL file.