You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by "Hesse, Ralph" <lo...@ralph-hesse.de> on 2001/11/13 16:18:20 UTC

De-/Serializer problem

Hello,

I have a problem with a self written De-/Serializer. I can't find the 
problem in the Code and I am getting an error message which says just 
nothing. Is there a way to get a more detailed descripton of the 
error??? I am using Tomcat 3.2.3 and Soap 2.2.

Thanks for any help,
Ralph Hesse

PS: Here is the soap response...


HTTP/1.0 500 Internal Server Error
Content-Type: text/xml; charset=utf-8
Content-Length: 470
Set-Cookie2: JSESSIONID=ps2vqufh31;Version=1;Discard;Path="/soap"
Set-Cookie: JSESSIONID=ps2vqufh31;Path=/soap
Servlet-Engine: Tomcat Web Server/3.2.3 (JSP 1.1; Servlet 2.2; Java 
1.3.1; Linux 2.4.13-4GB i386; java.vendor=Blackdown Java-Linux Team)

<?xml version='1.0' encoding='UTF-8'?>
<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>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Server.Exception:</faultcode>
<faultstring>org/apache/soap/util/xml/Serializer</faultstring>
<faultactor>/soap/servlet/rpcrouter</faultactor>
</SOAP-ENV:Fault>

</SOAP-ENV:Body>
</SOAP-ENV:Envelope>