Re: [SOAP] PHP SOAP Client formats
[email protected] (Samisa Abeysinghe)
| Newsgroups | php.soap |
|---|---|
| Message-ID | <[email protected]> |
> As you can see in the code, the server appears to be expecting > "<soap:Envelope ..." and the PHP SOAPClient stuff is using > "<SOAP-ENV:Envelope..." instead. > > Does this mean that the server is not accepting the standards base > SOAP methods??? No. That just means that the server uses a different namespace prefix. Samisa...