java org.apache.soap.util.net.TcpTunnelGui  7777
localhost 8080

c:\apache_soap>java
org.apache.soap.server.ServiceManagerClient
http://localhost:7777/soap/servlet/rpcrouter list
Ouch, the call failed:
  Fault Code   = SOAP-ENV:Server.Exception:
  Fault String = java.lang.AbstractMethodError

But now I see a display in the tunnel program! Hurray?
Now what?

On the left pane I see:


<?xml version='1.0' encoding='UTF-8'?>

<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance";
xmlns:xsd="http://www.w3.org/1999/XMLSchema";>

<SOAP-ENV:Body>

<ns1:list
xmlns:ns1="urn:xml-soap-service-management-service"
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";>

</ns1:list>

</SOAP-ENV:Body>

</SOAP-ENV:Envelope>

On the right pane I see:
<SOAP-ENV:Fault>

<faultcode>SOAP-ENV:Server.Exception:</faultcode>

<faultstring>java.lang.AbstractMethodError</faultstring>

<faultactor>/soap/servlet/rpcrouter</faultactor>

</SOAP-ENV:Fault>



</SOAP-ENV:Body>

</SOAP-ENV:Envelope>

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

Reply via email to