Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Problems running the java client

0 views
Skip to first unread message

Marius

unread,
Apr 19, 2002, 7:31:36 AM4/19/02
to
Hello!

I have some problems running the java client that comes with googleapi.zip.
When I run:

java -cp .;googleapi.jar com.google.soap.search.Goo
gleAPIDemo <<mykey>> search "gigi"
Parameters:
Client key = <<mykey>>
Directive = search
Args = gigi
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 com.google.soap.search.GoogleSearch.callRemoteMethodUsingSOAP(GoogleS
earch.java:321)
at com.google.soap.search.GoogleSearch.doSearch(GoogleSearch.java:161)
at com.google.soap.search.GoogleAPIDemo.main(GoogleAPIDemo.java:42)

Does anybody know how to solve this problem ?

Thanks

0 new messages