users@jax-rpc.java.net

Malformed XML response

From: Olga Shesterneva <olga.shesterneva_at_PS.NET>
Date: Wed, 18 Sep 2002 14:22:39 -0600

We are working with JAX-RPC and Websphere 4.0. The client being developed is written with Microsoft.Net. A particular SOAP response is throwing an error as the client tries to serialize the object. A further look at the SOAP message reveals that a 0 is being placed in the middle of a tag. We have seen a 0 used before to indicate the last part of a chunked message, but never in the middle. Anyone have a similar experience or wisdom?



HTTP/1.1 100 Continue

HTTP/1.1 200 OK

Date: Wed, 18 Sep 2002 14:50:45 GMT

Server: IBM_HTTP_SERVER/1.3.19.2 Apache/1.3.20 (Win32)

SOAPAction: ""

Transfer-Encoding: chunked

Content-Type: text/xml; charset="utf-8"

Content-Language: en

f1f

<?xml version="1.0" encoding="UTF-8"?>

<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://cie.org/types" xmlns:ns1="http://java.sun.com/jax-rpc-ri/internal" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">

<env:Body>



...

<message xsi:type="xsd:string">PRN SEVERE PAIN

</m

0

essage>

...



</env:Body></env:Envel?pe>


Thanks,
Olga Shesterneva