Hi,
 there are lot of problems with SOAP 2.2. This error might be of 2 reasons
1. You have not exposed the method in Deployment descriptor.

2. The class has not been put in the web-inf classes .

if not, try using the xml apache for soap 1.4 version. This should solve the
problem.

Raja
Innova Solutions
Ph: Off : 3543139,40,50 X 217
     Res : 3551023


-----Original Message-----
From: Ralf Bierig [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 04, 2001 6:11 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: NoSuchMethodError in QName of SOAP2.2


I got the following error message, when I try to start
my SOAP client. I dont know what this means. I have
programmed my client originally for useage with Apache
SOAP 2.0, but it should work woth SOAP 2.2 as well,
because I think SOAP 2.2 is down compatible....or I am
wrong???

Does somebody know more?

---- begin of error message -----
D:\tomcat\bin>java mypackage.myclient
Exception in thread "main" java.lang.NoSuchMethodError
        at
org.apache.soap.util.xml.QName.<init>(QName.java:80)
        at
org.apache.soap.util.xml.QName.matches(QName.java:146)
        at
org.apache.soap.Envelope.unmarshall(Envelope.java:237)
        at
org.apache.soap.rpc.Call.invoke(Call.java:230)
        at mypackage.myclient.main(myclient.java:52)

---- end of error message -----

Greetings
Ralf

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

Reply via email to