-
Problem in SOAP 2.1 /Tomcat 3.2.1/Xerces1.2.0 Example in April Issue for SOAP
Hi ,
On the above mentioned configuration I tried to run the example mentioned
in the april issue for SOAP .
I could configure the SOAP engine on Tomcat and deploy the SOAP service using
the ADMIN interface using the browser .
However when I ran teh following command at the command promt :
java samples.readinglist.SearchReadingList http://localhost:8080/soap/servlet/rpcrouter
"Author" "Anton Chekhov"
I got the following error :
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:236)
at org.apache.soap.rpc.Call.invoke(Call.java:228)
at samples.readinglist.SearchReadingList.main(SearchReadingList.java:33)
Any clues ??
Cheers
Rcuhir
-
RE: Problem in SOAP 2.1 /Tomcat 3.2.1/Xerces1.2.0 Example in April Issue for SOAP
This Error occurs only if multiple parses are found in classpath=
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|