You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Ge...@miratech.com.ua on 2001/04/02 14:12:21 UTC

'faultcode' element?

Hi,

I get this error then I try to deploy the sample services of 2_1 release of
the
soap library
for both tomcats 3.1 and 3.2

Does anybody know what such error means:

This test assumes a server URL of
http://localhost:8080/soap/server/rpcrouter
Deploying the addressbook service...
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.Il
legalArgumentException: A 'http://schemas.xmlsoap.org/soap/envelope/:Fault'
element must contain a:
'faultcode' element.]
        at org.apache.soap.rpc.Call.invoke(Call.java:244)
        at
org.apache.soap.server.ServiceManagerClient.invokeMethod(ServiceManagerClien
t.java:127)
        at
org.apache.soap.server.ServiceManagerClient.deploy(ServiceManagerClient.java
:140)
        at
org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient.java:2
28)

Thank you