1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
|
" codeBody "
try {
$soap_url = „https://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl“;
$soap_client = nieuwe SoapClient ($soap_url);
}
vangst (Uitzondering $e)
{
echo „“;
print_r ($e);
uitgang;
}
|