SOAP Results Question.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
andy22
Forum Newbie
Posts: 1
Joined: Sun Dec 18, 2011 1:30 pm

SOAP Results Question.

Post by andy22 »

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.
Post Reply