This sure looks like a class not found problem. Can you try the
following: In the shell (command prompt) that you start tomcat,
*just before* typing "startup", type:
    javap org.apache.soap.rpc.RPCMessage
and see whether it finds the class. If it does I'm baffled. If
it doesn't then you somehow have a corrupted soap.jar.

Do the soap samples work? If so then its your problem :-).

BTW, I'm presuming you're using Apache SOAP v2.2; if not please
upgrade.

Sanjiva.

----- Original Message -----
From: "HariNam Singh" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 27, 2001 1:29 PM
Subject: RE: SOAP problem - not xerces


> Servlet-Engine: Tomcat Web Server/3.2.2 (JSP 1.1; Servlet 2.2; Java 1.3.1;
> Windows 2000 5.0 x86; java.vendor=Sun Microsyste
>
> -----Original Message-----
> From: Rosh R Nair [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 27, 2001 10:26 AM
> To: [EMAIL PROTECTED]
> Subject: RE: SOAP problem - not xerces
>
>
> Which version of Tomcat are u using?
>
> -Rosh
>
> -----Original Message-----
> From: HariNam Singh [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 27, 2001 9:39 AM
> To: '[EMAIL PROTECTED]'
> Subject: SOAP problem - not xerces
>
>
> Hi,
>
> it's day two, and I still can't get my 'hello world' soap service to work.
> IT IS NOT XERCES. I tried Xerces 1.2.1, 1.3.0, 1.4.1, Jaxp, neither of
them
> made it work. Xerces is at the beginning of the class path. I tried 3
> different Java VMs (1.4.0 beta, 1.3.0 and 1.3.1).
>
> It just give me an undescript error message:
> <SOAP-ENV:Fault>
>  <faultcode>SOAP-ENV:Server.Exception:</faultcode>
>  <faultstring>org/apache/soap/rpc/RPCMessage</faultstring>
>  <faultactor>/soap/servlet/rpcrouter</faultactor>
> </SOAP-ENV:Fault>
>
> Any ideas, what else it could be?
>
>
> Thank you,
> HariNam
>
> -----Original Message-----
> From: Khan, Fahad [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 27, 2001 8:57 AM
> To: '[EMAIL PROTECTED]'
> Subject: Attachments
>
>
> Hi,
>
> In the mime example Wouter Cloetens seems build the envelope as a string.
Is
> there a simpler way of doing this?
>
> Fahad.

Reply via email to