Hello!
 
I downloaded the SOAP v2.2, copied the webapps to tomcat and tried to run the adressbook sample:
 
After running
java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/servlet/rpcrouter list
 
I have got the error.
 
Exception in thread "main" [SOAPException: faultCode=SOAP-ENV:Client; msg=A 'http://schema
s.xmlsoap.org/soap/envelope/:Fault' element must contain a: 'faultcode' element.; targetEx
ception=java.lang.IllegalArgumentException: A 'http://schemas.xmlsoap.org/soap/envelope/:F
ault' element must contain a: 'faultcode' element.]
        at org.apache.soap.rpc.Call.invoke(Call.java:246)
        at org.apache.soap.server.ServiceManagerClient.invokeMethod(ServiceManagerClient.j
ava:129)
        at org.apache.soap.server.ServiceManagerClient.list(ServiceManagerClient.java:151)
 
        at org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient.java:237)
 
Please, explain me what I did wrong.
 
Sincerely yours, Sergei Kozello.

Reply via email to