| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
> $c = new
> soapclient('http://localhost/distribsys/newtest/server.php?wsdl');
Aah, didn't spot that at first. SoapClient is from PHP5's SOAP extension.
Use nusoap_client instead.
If you want to use SoapClient, omit the getProxy() call.
--Christian
--
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
![]() |