<?php $wsdl = "http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl"; $options = array('trace'=>1, 'exceptions'=> 1, 'cache_wsdl' => WSDL_CACHE_NONE, 'connection_timeout'=>10); libxml_disable_entity_loader(false); $client = new SoapClient($wsdl, $options); var_dump($client->__getLastRequest()); exit();
You have javascript disabled. You will not be able to edit any code.