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 William Brogden <wb...@bga.com> on 2002/04/01 16:48:15 UTC

RE: exception while deploying!

-----Original Message-----
From: Dinesh B Sampangi [mailto:dineshsampangi@hotmail.com] 
Sent: Monday, April 01, 2002 9:54 PM
To: soap-user@xml.apache.org
Subject: exception while deploying!



Hi All!
  i am  getting an exception while trying to deploy the sample
application given in apache soap!
 
it goes as below!
//*************************************************
Exception in thread "main" java.lang.NoSuchMethodError
        at
org.apache.soap.server.DeploymentDescriptor.fromXML(DeploymentDescrip
tor.java:454)
        at
org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient
.java:230)
 
//***********************************************************
 
Please help me!
 
regards 

=======================
No such method error is typically due to the servlet finding an older
version 
of the XML parsing library before it finds the one that comes with SOAP.
The old version does not support namespaces and you get this error.
Search for an old JAXP.jar, parser.jar or other XML library.
 

wbrogden@bga.com
Author of Soap Programming with Java - Sybex; ISBN: 0782129285



 
Dinesh B Sampangi