NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
Quote:
The eval error is caused by the getProxy() function choking on a client object with error message.

don't use getProxy at all. Call the method with call() method:

$client = new soapclient($wsdl, true);
.. check for errors..
$client->call($methodname, array($arrayofarguments)...);
.. check for errors..

for good examples, see links posted there nusoap-resources-t2134.html

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
getProxy For Nusoap not working
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 3 of 3  

  
  
 Reply to topic