WS Client Builder
Package:
Summary:
Generate class code for calling a SOAP Web service
Groups:
Author:
Description:
This class can be used to generate class code for calling a SOAP Web service.
It takes the URL of a SOAP Web service WSDL (Web Service Definition Language) definition and passes it to the SOAP client class so in can parse it and retrieve the list of Web service functions.
The class generates code for a class that includes functions that perform SOAP requests to call the Web service functions.
It takes the URL of a SOAP Web service WSDL (Web Service Definition Language) definition and passes it to the SOAP client class so in can parse it and retrieve the list of Web service functions.
The class generates code for a class that includes functions that perform SOAP requests to call the Web service functions.
Comments are closed.