php example for amazon webservice (soap getFunctions)
$wsdl_url =
"http://soap.amazon.com/schemas3/AmazonWebServices.wsdl";
$client = new SoapClient($wsdl_url);
var_dump($client->__getFunctions());
Subscribe to:
Post Comments (Atom)
Programmer 4 life
No comments:
Post a Comment