You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Lance Semmens <la...@swebtec.com> on 2006/01/18 18:16:44 UTC

Erronious garbage wrapping SOAP response

Hi, I'm tcpmon'ing my SOAP communication and I'm getting some weird
characters wrapping my SOAP response.

---------------------
6af
<?xml version="1.0" encoding="utf-8"?>
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<ns1:RegistrationResponse
soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:ns1="urn:Microsoft.Search">
<RegistrationReturn
xsi:type="xsd:string">...........</RegistrationReturn>
</ns1:RegistrationResponse></soapenv:Body>
</soapenv:Envelope>
0
--------------------

I'm talking about the "6af" and "0" characters each side of the XML.

Cheers,
Lance.

Re: Erronious garbage wrapping SOAP response

Posted by Davanum Srinivas <da...@gmail.com>.
http://www.google.com/search?q=http+1.1+chunked

On 1/18/06, Lance Semmens <la...@swebtec.com> wrote:
>
>
> Hi, I'm tcpmon'ing my SOAP communication and I'm getting some weird
> characters wrapping my SOAP response.
>
> ---------------------
> 6af
> <?xml version="1.0" encoding="utf-8"?>
> <soapenv:Envelope
> xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
> xmlns:xsd="http://www.w3.org/2001/XMLSchema"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
>
> <soapenv:Body>
> <ns1:RegistrationResponse
> soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
> xmlns:ns1="urn:Microsoft.Search">
>
> <RegistrationReturn
> xsi:type="xsd:string">………..</RegistrationReturn>
> </ns1:RegistrationResponse></soapenv:Body>
> </soapenv:Envelope>
> 0
> --------------------
>
> I'm talking about the "6af" and "0" characters each side of the XML.
>
> Cheers,
> Lance.


--
Davanum Srinivas : http://wso2.com/blogs/