Re: [SOAP] SOAP client connecting to .net webservice
[email protected] (Ammarmar)
| Newsgroups | php.soap |
|---|---|
| Message-ID | <[email protected]> |
> Basically the namespace you are giving to the client with 'uri' option > is invalid. > Because you are using the WSDL mode of the client, I think you can > safely remove the 'uri' option form the SoapClient constructor. > Good point. Isn't the 'uri' option ignored? I know that 'location' isn't and can be used to overwrite value from WSDL - it isn't documented, though.