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

Reply via email to