You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Alex Carrillo <al...@cmsinc.com> on 2000/11/06 22:11:03 UTC

Getting strange data in SOAP-ENV:Body

I am expecting from my Service a user-defined object.  I am serializing the object, but I got the following data in the SOAP-ENV:Body as a response:

HTTP/1.0 200 OK
Content-Length: 1062
Date: Mon, 06 Nov 2000 18:50:21 GMT
Servlet-Engine: Tomcat Web Server/3.1 (JSP 1.1; Servlet 2.2; Java 1.2.2; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)
Set-Cookie: JSESSIONID=To1020mC3113825335225312At;Path=/soap
Set-Cookie2: JSESSIONID=To1020mC3113825335225312At;Version=1;Discard;Path="/soap"
Content-Language: en
Content-Type: text/xml; charset=UTF-8
Status: 200
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:xsd="http://www.w3.org/1999/XMLSchema">
<SOAP-ENV:Body>
<ns1:getResponseResponse xmlns:ns1="urn:eValuateRequest" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<return xmlns:ns2="urn:xml-soap-eval-control" xsi:type="ns2:eval_control">
<SQLList xsi:type="xsd:string">&apos;&apos;,&apos;0&apos;,&apos;0&apos;,&apos;0&apos;,&apos;0&apos;,&apos;0&apos;,&apos;0&apos;,&apos;&apos;,&apos;&apos;,&apos;&apos;,&apos;&apos;,&apos;0&apos;,&apos;0&apos;,&apos;&apos;,&apos;&apos;,&apos;&apos;,&apos;&apos;,&apos;0&apos;,&apos;&apos;,&apos;0&apos;,&apos;0&apos;,&apos;Successfull transmission of one object&apos;,&apos;&apos;,&apos;&apos;,&apos;&apos;,&apos;&apos;,&apos;0&apos;,&apos;&apos;,&apos;10/10/2000&apos;,&apos;0&apos;,&apos;12345679&apos;,&apos;&apos;,&apos;&apos;,&apos;&apos;,&apos;&apos;,&apos;COMPANY1&apos;</SQLList>
</return>
</ns1:getResponseResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Does anybody one was the problem is?