The sample demonstrates how to write a SOAP client application using SQLData SOAP Client library. It accesses the web service at http://www.soapclient.com and calls Method1 to get an echo of the two input parameters
Was thinking REST, but SOAP looks pretty easy to use... SOAP::Lite in perl makes writing servers easy. |