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 Alexander Schatten <al...@gmx.net> on 2001/10/30 21:57:56 UTC

Problems with Upgrade from SOAP 2.1 to 2.2: strange error

I installed SOAP 2.2 using Apache Tomcat 3

then I tried to list and deploy services as I did it using soap 2.1:

java org.apache.soap.server.ServiceManagerClient 
http://localhost:8080/soap/servlet/rpcrouter list

to list or

java org.apache.soap.server.ServiceManagerClient 
http://localhost:8080/soap/servlet/rpcrouter deploy swpadmin-soapdeploy.xml


but I always receive the error:

  Fault Code   = SOAP-ENV:Server.Exception:
  Fault String = java.lang.AbstractMethodError

what should this mean??


I would appreciate any help! thank you!


Alex