If you have access to the Web Services Definition List (WSDL), you can do the following:
wsdl = createClassFromWsdl('http://server.domain/NameOfMethod.asmx?WSDL') calls = methods(NameOfMethod) response = HelloWorld(NameOfMethod, "Konrad")
See this information . It is very easy to follow and straightforwardly understand. I myself am surprised.
Konrad Viltersten
source share