Generating the Hello World WSDL File

    Procedure
  1. Click the Configuration tab.
  2. Expand the jv.helloworld1.soa node.
  3. Click the HelloWorldPT service.
    The service details are displayed on the right.
  4. Click the Bindings link.
    The service's binding details display.
  5. In the list of bindings, expand HelloWorld1SOAP.
    The list of nodes on which the binding is deployed is displayed below.
  6. In the node list, click BPMNodeDevNode.
    The Generate WSDL button activates.
  7. Click Generate WSDL.
    The WSDL document representing the deployed service displays.
  8. 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.