Are you asking about how to generate the WSDL that describes a document/literal (soap-msg) web service in IS?
If so, once you have manufally created a wrapper service for the service that you want to expose, then you can use Developer’s Tools->Generate WSDL menu option to create a WSDL file for the wrapper service. Before doing this you should have created document types that contain a single document type reference corresponding to the documents that are the input and output of the service you want to expose. You should have also populated the Universal Name settings of the wrapper service with a namespace and local name.
When prompted to enter the input and output document types, browse to the document types corresponding to the input and output messages.
You do NOT need to specify the soapRequestData and soapResponseData objects in the WSDL generation process.
There are many posts in the Web Services forum here that discuss the requirements for a wrapper service. In addition, the SOAP Programmer’s Guide and Web Services Developer’s Guide are also useful.
Mark
#API-Management#webMethods#soa