php - SOAP: Bad Request -


i trying access web service. below provided code gives exception message: "bad request". there way see wrong in request? how debug code in order see parameters in $p not correct?

try {     $webservices = $client->querytest($p); }  catch (exception $e) {     print $e->getmessage(); }   


Comments