Generating a WSDL File
The WSDL file specifies the interface to the inbound Web service. This file is used by Web service clients to support creation of code to call the Siebel Web service.
When you have created a new inbound Web service record you can generate a WSDL document, as described in the following procedure.
To generate a WSDL file
In the Inbound Web Services view, choose the inbound Web services you want to publish, and then click Generate WSDL.
A WSDL file is generated that describes the Web service.
Save the generated file.
Import the WSDL to the external system using one of the following utilities:
In Microsoft VisualStudio.Net, use the wsdl.exe utility, for example:
wsdl.exe /l:CS mywsdlfile.wsdl
In Apache AXIS, use the wsdl2java utility, for example:
java org.apache.axis.wsdl.WSDL2Java mywsdlfile.wsdl
In IBM WSADIE, depending on the version, add the WSDL file to the Services perspective and then run the Create Service Proxy wizard.
In Oracle JDeveloper, use the Java Web Service from WSDL wizard.
Note: These utilities only generate proxy classes. Developers are responsible for writing code that uses the proxy classes.