SOAP: Difference between revisions

7 bytes removed ,  17 years ago
Line 49:
$result = $client->soapFunc("hello");
$result = $client->anotherSoapFunc(34234);
?>
 
/*
===SOAP Client Information===
 
<?php
===SOAP Client Information===
 
*/
 
$client = new SoapClient("http://example.com/soap/definition.wsdl");
 
Anonymous user