SOAP: Difference between revisions

218 bytes added ,  17 years ago
no edit summary
(Formatted more correctly as task.)
No edit summary
Line 10:
$result = $client->anotherSoapFunc(34234);
?>
 
==[[ASP 3.0 and VBS]]==
 
Dim client
Dim result
Set client = CreateObject("MSSOAP.SoapClient")
client.MSSoapInit "http://example.com/soap/wsdl"
 
result = client.soapFunc("hello")
result = client.anotherSoapFunc(34234)
Anonymous user