Don't forget to run tcptunnel to see what is actually returned.
Sergei Meleshchuk
WMI
425-705-8547
-----Original Message-----
From: Scott Nichol [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 03, 2001 7:03 AM
To: [EMAIL PROTECTED]
Subject: Re: Trying to run sample
It sounds like you might be using Xerces 1.3.1. If so, try 1.2.3, 1.3.0
or
1.4.1, all of which have worked for me.
Scott
----- Original Message -----
From: "Sergei Kozello" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 03, 2001 9:54 AM
Subject: Trying to run sample
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(ServiceManagerC
lien
t.j
ava:129)
at
org.apache.soap.server.ServiceManagerClient.list(ServiceManagerClient.ja
va:1
51)
at
org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient.ja
va:2
37)
Please, explain me what I did wrong.
Sincerely yours, Sergei Kozello.