Jump to content

SOAP: Difference between revisions

8 bytes removed ,  17 years ago
Line 50:
$result = $client->anotherSoapFunc(34234);
 
//SOAP Client Information
/*
$client = new SoapClient("http://example.com/soap/definition.wsdl");
 
//list of SOAP types
SOAP Client Information
print_r($client->__getTypes());
 
//list if SOAP Functions
*/
print_r($client->__getFunctions());
 
$client = new SoapClient("http://example.com/soap/definition.wsdl");
 
//list of SOAP types
print_r($client->__getTypes());
 
//list if SOAP Functions
print_r($client->__getFunctions());
?>
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.