AW: AW: AW: AW: [SOAP] WSDL error can someone help
[email protected] ("Christian Wenz")
| Newsgroups | php.soap |
|---|---|
| Message-ID | <009d01c85c61$d2b74b70$7825e250$@de> |
Hi,
> $c = new
> nusoap_client('http://localhost:80/distribsys/newtest/server.php?wsdl')
Aah, forgot to tell you to use "true" as the second argument for the
nusoap_client constructor. Then it will work.
If you want to use PHP5-SOAP, refer to http://php.net/soap. However you may
need to generate the WSDL by yourself.
Best regards
Christian