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 Ola Tinoco-Ekdahl <ot...@itmentors.com> on 2001/11/10 03:33:36 UTC

java.lang.NoSuchMethodError

Hi,
I'm trying to register a SOAP service and I get the following error
 
C:\soap-bin-2.2\soap-2_2\samples\addressbook>java
org.apache.soap.server.ServiceManagerClient
http://localhost:8082/soap/servlet/rpcrouter deploy dd.xml
Ouch, the call failed:
  Fault Code   = SOAP-ENV:Server.Exception:
  Fault String = java.lang.NoSuchMethodError
 
I hope someone out there can help me.
 
--ola