SOAP interface query
I've got a problem with a PHP program that i've written using the
standard SOAP client with a WSDL file.
When calling one of the functions on the SOAP server i'm occasionally
receiving a response containing a pound sign encoded as £. This
causes my program to report 'Looks like we got no XML document' and not
process the response.
The SOAP server is provided by a third party and appears to be Perl
SOAPLite. They insist that the pound is being encoded correctly.
I'm using PHP 5.1.4 from the command line running on Windows 2000.
Is there any way around this problem?
Thanks in advance,
Stephen
.
Relevant Pages
- Re: SOAP interface query
... When calling one of the functions on the SOAP server i'm occasionally ... receiving a response containing a pound sign encoded as £. ... The SOAP server is provided by a third party and appears to be Perl ... (comp.lang.php) - deserialization arrays in Axis SOAP messages
... I have been trying to make requests of a web service provided by Axis using ... As a result of seraching news groups I guessed that the SOAP response ... defines an array element in a way that causes the dotnet deserialization ... I used SOAP extensions to manipulate the offending item in the SOAP ... (microsoft.public.dotnet.framework.webservices) - Re: SOAP serialization problem
... I've snooped the SOAP response, ... this deserialization, but I've not found any that work. ... You're the client and you are the customer of a Web service that's for your use only. ... (microsoft.public.dotnet.framework.aspnet) - Re: SOAP serialization problem
... I've snooped the SOAP response, ... public string XmlTest{ ... this deserialization, but I've not found any that work. ... (microsoft.public.dotnet.framework.aspnet) - Re: SOAP Request is repeated in the SOAP response.
... Response all the parameters of the Request are described with the additional ... Client side method SaveMailcalls Server side SetMail. ... Parameters would be cSessionKey and cXML to the server side method. ... The structure of the SOAP ... (microsoft.public.fox.helpwanted) |
|