Yup, that was it, I had two versions of Xerces.jar hanging around on my
machine.  Thanx for the tip.

Tim

-----Original Message-----
From: Scott Nichol [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, December 11, 2002 5:36 PM
To: [EMAIL PROTECTED]
Subject: Re: SOAP Fault Problem

You symptom is like that described in
http://xml.apache.org/soap/faq/faq_chawke.html#Q1_1.  Are you sure you
don't have an older Xerces somewhere, like $JAVA_HOME/jre/lib/ext?

Scott Nichol

----- Original Message -----
From: "Miller, Tim" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 11, 2002 4:19 PM
Subject: SOAP Fault Problem


Hello,

   I am relatively new to SOAP and I created a simple "Hello World"
style java application as a test.  The code compiles fine but when I run
it I get the following:

[SOAPException: faultCode=SOAP-ENV:Client; msg=A
&apos;http://schemas.xmlsoap.org/soap/envelope/:Fault&apos; element must
contain a: &apos;faultcode&apos; element.;
targetException=java.lang.IllegalArgumentException: A
'http://schemas.xmlsoap.org/soap/envelope/:Fault' element must contain
a: 'faultcode' element.]

at org.apache.soap.rpc.Call.invoke(Call.java:294)

at Hello_client.main(Hello_client.java:25)

Exception in thread "main"
Process exited with exit code 1.

I am running Tomcat 4.1.12, Xerces 2.1.0 and SOAP 2.3.1 any suggestions?

Tim

--
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]>


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

Reply via email to