>>>>
Is the soap.jar you compile against version-compatible with the server
classes you have deployed?
<<<<

Again, to be certain, is the soap.jar you compiled against the same as
or compatible with the soap.jar or soap.war you have deployed?  The
signature of the marshal method changed at some point.  If you compile
against one version but deploy against another version, you will get an
error.

Scott Nichol

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


> I do not see any errors when I deploy soap.jar among
> other jar files. I know that serializer is loading
> correctly because I will be able to use BeanSerializer
> for other objects that follow JavaBean properties. In
> that case it gives me correct SOAP message output.
>
> I have setup everything in WebSphere 3.5.6. I have to
> setup everything in an IDE to figure out what is going
> on.
>
> Thanks for the reply.
>
> --- Scott Nichol <[EMAIL PROTECTED]> wrote:
> > 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]>
> >
>
>
> __________________________________________________
> 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