Create a scripted SOAP web service using a static WSDL
Follow these examples to create a scripted SOAP web service using a static WSDL.
- Create a scripted web service using a static WSDL
To use a static WSDL, create a scripted web service. - Create a static WSDL
Create a static WSDL with the required format to override the standard WSDL for your scripted web service. - Create a static WSDL script include
Create a script include to define the majority of the code used to process static WSDL requests. - Use the static WSDL
Load the static WSDL into a SOAP client to make requests to the SOAP web service.
Parent Topic:Scripted SOAP web services