php - client->soapFunction(); and soapCall not returning data but getLastResponse does -
By separating the code from the code I used with the code given below. If I $ client-> function (); However this object ID # 2 returns.
$ client = New SOAP client ("http: //blackbird.integrated.local/PricingTool/WebService.asmx?wsdl", array ('trace' = & gt; true)); // resonant $ client-> __ SOP ('TestSoAP', array ('yes' => 1')); $ Client- & gt; GetDAAAvailablility (array ('Parto' = & gt; '100C')); Echo $ client- & gt; __getLastResponse (); I am wondering why this is so, and I am doing the wrong way to call the soap work correctly.
The problem was a bug in the previous version of PHP, updating the latest version, Required request was made.
Comments
Post a Comment