You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Niko Luojumäki <ni...@zenpark.fi> on 2001/10/18 17:11:10 UTC

deploy problem

Hi,

I'm trying to deploy sample application (stockquote) that came along
Apache-Tomcat. I'm using following command to do it:

java -cp
C:\Java\xml\xerces-1_3_1\xerces.jar;c:\java\soap\soap-2_2\lib\soap.jar;C:\Ja
va\jaf-1.0.1\activation.jar;C:\Java\javamail-1.2\mail.jar
org.apache.soap.server.ServiceManagerClient
http://localhost/soap/servlet/rpcrouter deploy DeploymentDescriptor.xml

But I get following error:

Exception in thread "main"
[SOAPException: faultCode=SOAP-ENV:Client;
msg=A 'http://schemas.xmlsoap.org/soap/envelope/:Fault'
element must contain a: 'faultcode' 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:246)
  at org.apache.soap.server.ServiceManagerClient.
  invokeMethod(ServiceManagerClient.java:129)
  at org.apache.soap.server.ServiceManagerClient.
  deploy(ServiceManagerClient.java:142)
  at org.apache.soap.server.ServiceManagerClient.
  main(ServiceManagerClient.java:230)

Can anyone give me a hint whats wrong?

Thanks, Niko