Error in integrating SOAP

  • Thread starter saurabh.chakote
  • Start date
S

saurabh.chakote

Hello techie !
I have integrated WEBSERVICES from www.xmethods.net for currency
calculator.
I have already imported

axis.jar
axis-ant.jar
soap.jar
xerces.jar
while compiling the application , I am getting ERROR

java.lang.VerifyError: (class:
org/apache/soap/util/xml/XercesParserLiaison, method: read signature:
(Ljava/lang/String;Ljava/io/Reader;)Lorg/w3c/dom/Document;)
Incompatible object argument for function call

please suggest a solution.
regards SAURABH
 
H

HalcyonWild

java.lang.VerifyError: (class:
org/apache/soap/util/xml/XercesParserLiaison, method: read signature:
(Ljava/lang/String;Ljava/io/Reader;)Lorg/w3c/dom/Document;)
Incompatible object argument for function call

Seems like you are passing another type to a method from what it is
expecting. Keep both the caller and the called methods as Strings,
check it out.
 
B

BillGatesIndia

This error was caused because there were incompatible XML jars in
Tomcat's lib directory. Removing them allowed the layer to load without
error.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top