Title: Message
-----Original Message-----
From: Dinesh B Sampangi [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 9:54 PM
To: [EMAIL PROTECTED]
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.
 

[EMAIL PROTECTED]
Author of Soap Programming with Java - Sybex; ISBN: 0782129285

 
Dinesh B Sampangi
 

Reply via email to