Re: [SOAP] callin a function from a webservice
[email protected] (Ammarmar)
| Newsgroups | php.soap |
|---|---|
| Message-ID | <[email protected]> |
> > Thanks for replying. I have written the php code on Linux machine and > trying > to access the webservices which is running windows on a virtual machine.I > changed the authentication to Basic but still i am getting the same > error. > Please help me out of this. > Try getting full request and response (__getLastRequest, __getLastResponse, __getLastRequestHeaders, __getLastResponseHeaders) to see what are you sending and receiving. Maybe it will give you some clues on how to proceed.