You can debug with anything that lets you debug servlets, which many
IDEs do.

I believe your serializer is never loading.  The faultstring is
regrettable terse, but I would guess that
org.apache.soap.util.xml.Serializer is either not found to load or your
serializer does not implement the marshal method signature properly.  Is
the soap.jar you compile against version-compatible with the server
classes you have deployed?

Scott Nichol

----- Original Message -----
From: "Jigar Shah" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 30, 2002 3:06 PM
Subject: Serializing Error: How to debug?


> I am getting the following error while serializing an
> object with my custom serializer. I even put
> System.out.println statements in my custom serializer,
> but it does not print anything (I put it in the
> constructor, but I don't see anything printing out).
>
> My question is: Is there a way to debug other than
> just viewing SOAP messages in TcpTunnelGui?
>
> Thanks.
>
> <SOAP-ENV:Envelope
> xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xmlns:xsd="http://www.w3.org/2001/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>
>
> __________________________________________________
> Do you Yahoo!?
> New DSL Internet Access from SBC & Yahoo!
> http://sbc.yahoo.com
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to