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
HalcyonWild - 07 Nov 2005 11:02 GMT
> 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.
BillGatesIndia@gmail.com - 07 Nov 2005 12:03 GMT
This error was caused because there were incompatible XML jars in
Tomcat's lib directory. Removing them allowed the layer to load without
error.