Mariuz's Blog
Programmer 4 life
Monday, June 16, 2008
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());
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment