It is not a Tomcat problem. The serializer in question does not
exist because there is no such thing as "Constants.NS_URI_SOAP_ENC"
serialization. Does Constants.NS_URI_SOAP_ENC appear anywhere else
in your code, such as in a Parameter constructor?
On 20 Jun 2003 at 22:51, Michael Gruetzner wrote:
> Scott Nichol wrote:
> > It looks to me like someplace in your code you have
> >
> > "Constants.NS_URI_SOAP_ENC"
> >
> > instead of
> >
> > Constants.NS_URI_SOAP_ENC
>
> No, the line in my code is:
> rpc.setEncodingStyleURI ( Constants.NS_URI_SOAP_ENC );
>
> I guess that tomcat cannot find the class file. Where do I have to store it?
>
> Michael
>
> >
> > On 20 Jun 2003 at 18:49, Michael Gruetzner wrote:
> >
> >
> >>Hi there,
> >>
> >>I tried my first SOAP program from a Java book. When I run it, it tells me:
> >>
> >>[SOAPException: faultCode=SOAP-ENV:Client; msg=No Serializer found to
> >>serialize a 'org.apache.soap.rpc.Parameter' using encoding
> >>style 'Constants.NS_URI_SOAP_ENC'.;
> >>targetException=java.lang.IllegalArgumentException: No Serializer found
> >>to serialize a 'org.apache.soap.rpc.Parameter' using encoding style
> >>'Constants.NS_URI_SOAP_ENC'.]
> >> at
> >>org.apache.soap.transport.http.SOAPHTTPConnection.send(SOAPHTTPConnection.java:354)
> >> at org.apache.soap.rpc.Call.invoke(Call.java:248)
> >> at untitled2.Untitled1.main(Untitled1.java:34)
> >>
> >>Do I have to create an own Type mapping(the example in the book doesn't
> >>create one)? If not, how can I solve this Problem?
> >>
> >>Thanks in advance...Michael
> >>--
> >>panic ("No CPUs found. System halted.\n");
> >> 2.4.3 linux/arch/parisc/kernel/setup.c
> >>
> >>
> >
> >
> >
> > Scott Nichol
> >
> > Do not reply directly to this e-mail address,
> > as it is filtered to only receive e-mail from
> > specific mailing lists.
> >
> >
> >
>
>
> --
> printk("Entering UltraSMPenguin Mode...\n");
> 2.2.16 /usr/src/linux/arch/sparc64/kernel/smp.c
>
>
Scott Nichol
Do not reply directly to this e-mail address,
as it is filtered to only receive e-mail from
specific mailing lists.