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 Ru...@sonynetservices.com on 2001/11/29 14:37:17 UTC

Antwort: RE:NoSuchMethodError while running a soap client

Hi Rino,

Try placing xerces.jar in front of your classpath..





Rino Srivastava <rs...@producersamerica.com> on 11/29/2001 02:43:48
PM

Bitte antworten an soap-user@xml.apache.org

An:   soap-user@xml.apache.org
Kopie:
Thema:    RE:NoSuchMethodError while running a soap client

Hi there:

I am trying to run your HelloServer.java and Client.java programs using
soap
and java.

I get the following error message:

Exception in thread "main" java.lang.NoSuchMethodError
at org.apache.soap.util.xml.Qname.<init><Qname.java:80>
at org.apache.soap.util.xml.matches<Qname.java:146>
at org.apache.soap.Envelop.unmarshall<Envelop.java:237>
at org.apache.soap.rpc.Call.invoke<Call.java:230>
at hello.Client.main<Client.java:50>
I am attaching the client and the server programs:
 <<Client.java>>  <<HelloServer.java>>

Can someone please suggest how I can fix the above error?

Thanks in advance.
Rino Srivastava

(See attached file: Client.java)(See attached file: HelloServer.java)