SOAP Results Question.
Posted: Sun Dec 18, 2011 1:37 pm
Hi All,
I am new to PHP and I have a WCF Web Service I am trying to call which uses the basicHttp binding. Everything works great. I also get the results back but the problem is:
When I execute the soap Request by calling the Web service function $result = $client->FunctionName($para_array);
This produces me nothing. BUT when I always had to get the response using $client->__getLastResponse();
You guys have any idea why this is happening? I really don't want to rely on getLastResponse() to capture the response as this could be a problem in production environment.
Thanks in Advance.
I am new to PHP and I have a WCF Web Service I am trying to call which uses the basicHttp binding. Everything works great. I also get the results back but the problem is:
When I execute the soap Request by calling the Web service function $result = $client->FunctionName($para_array);
This produces me nothing. BUT when I always had to get the response using $client->__getLastResponse();
You guys have any idea why this is happening? I really don't want to rely on getLastResponse() to capture the response as this could be a problem in production environment.
Thanks in Advance.