You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by Rino Srivastava <rs...@producersamerica.com> on 2001/11/28 22:24:19 UTC

RE:NoSuchMethodError while compiling 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>

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

Thanks in advance.
Rino Srivastava