Yes, the problem was with xerces.jar version. I switched to 1.4.4 and it works fine.
Thanks!
Nirupama
Scott Nichol <[EMAIL PROTECTED]>
09/24/02 01:59 PM
|
To: [EMAIL PROTECTED] cc: Subject: Re: SOAP envelope fault code |
This is probably something to do with your installation. What version of
Apache SOAP are you using? What servlet container are you using (e.g.
Tomcat)? How did you install (e.g. are there instructions you followed)?
And, as always in these cases, what XML parser and version are you using
(e.g. Xerces 1.3.1)?
Scott Nichol
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 24, 2002 2:16 PM
Subject: SOAP envelope fault code
> I am trying to deploy a service using the following command
>
> java org.apache.soap.server.ServiceManagerClient
http://localhost:8080/soap/servlet/rpcrouter deploy DeploymentDescriptor.xml
>
>
> and am getting the following exception for every service that I am trying
> to deploy.
>
> Exception in thread "main" [SOAPException: faultCode=SOAP-ENV:Client;
> msg=A &apo
> s;http://schemas.xmlsoap.org/soap/envelope/:Fault' element must
> contain a:
> 'faultcode' element.;
> targetException=java.lang.IllegalArgumentExcepti
> on: 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
> org.apache.soap.server.ServiceManagerClient.invokeMethod(ServiceManag
> erClient.java:129)
> at
> org.apache.soap.server.ServiceManagerClient.deploy(ServiceManagerClie
> nt.java:142)
> at
> org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient
> .java:230)
>
> What happens when a service is trying to be deployed? What is the cause of
> this exception?
>
> Thanks
> Nirupama
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>