Generating a WSDL File for a SOAP Service Binding Instance
You can generate a WSDL file for a SOAP Service binding instance from the application or the service.
- Procedure
- Click Applications.
- Click an application.
- Choose one of the following starting points:
Starting Point Procedure Application - In the Status tab, click the Binding Status.
- In the table, select a row and click Generate WSDL.
Service - Display a service's bindings.
- Expand a SOAP binding.
- Click a row containing a node on which the binding is deployed.
- Click Generate WSDL.
What to do next
When the WSDL is generated, a machine name
0.0.0.0 is embedded in the SOAP address element. For example,<soap:address location="http://0.0.0.0:9091/helloWorldPT/"/>
.
The machine name should be updated before using the WSDL.
Note: If you want to enable authentication for the download of a WSDL file, set the following property in the SystemNode TRA file.
java.property.com.tibco.admin.enable.authenticated.wsdl.download=trueThe default value of this property is
false
. If the TIBCO ActiveMatrix Administrator is replicated, the TRA property must be set in both the SystemNode TRA files.