Hi Ralf,

Line 80 of QName contains a call to Node.getNamespaceURI(). Make sure that
the first set of org.w3c.dom.* interfaces found on your classpath are
namespace-aware.

Try:

javap org.w3c.dom.Node

and see if the getNamespaceURI() method is there.

Thanks,
-Matt

> -----Original Message-----
> From: Ralf Bierig [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 04, 2001 8:51 AM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Exception while calling ServiceManagerClient
>
>
> When I call the ServiceManagerClient, like recommended
> in the SOAP2.2 docu to test SOAP, i got the following
> Exception... like at the other posting from me, a
> couple of minutes ago.
>
> Why?
>
> ---- beginning of error message -----
> D:\tomcat\bin>java
> org.apache.soap.server.ServiceManagerClient
> http://localhost:
> 8080/soap/servlet/rpcrouter list
> 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
> org.apache.soap.server.ServiceManagerClient.invokeMethod(ServiceMa
> nagerClient.java:129)
>         at
> org.apache.soap.server.ServiceManagerClient.list(ServiceManagerCli
> ent.java:151)
>         at
> org.apache.soap.server.ServiceManagerClient.main(ServiceManagerCli
> ent.java:237)
> ---- end of error message -----
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail
> http://personal.mail.yahoo.com/
>

Reply via email to