AW: AW: AW: [SOAP] WSDL error can someone help
[email protected] ("Christian Wenz")
| Newsgroups | php.soap |
|---|---|
| Message-ID | <006101c85c2e$a60d7550$f2285ff0$@de> |
> $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