When i used TCPMON to monitor the soap message, i found some strange chars
in the response message.  the chars was highlighted.

HTTP/1.1 200 OK

Date: Wed, 31 Jan 2007 03:42:13 GMT

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

Transfer-Encoding: chunked



*0213*
<?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:getVersionResponse soapenv:encodingStyle="
http://schemas.xmlsoap.org/soap/encoding/"; xmlns:ns1="http://axis.apache.org
">
           <getVersionReturn xsi:type="xsd:string">Apache Axis version:
1.4Built on Apr 22, 2006 (06:55:48 PDT)</getVersionReturn>
        </ns1:getVersionResponse>
     </soapenv:Body>
  </soapenv:Envelope>*0000*
**
**
Runtime: Axis1.4 run on Weblogic815.

Reply via email to