I'm using some third party jar file, there are plenty of Jar files as well, and I have the code written by someone else. While executing, I'm geting this error->"java.lang.ClassCastException : org.apache.axis.client.Service cannot be cast to org.apache.axis.client.Service".
Can you suggest me what could be the problem?
Thanks for the reply.
But before getting this error, i was getting, java.lang.LinkageError : loader constraint violation: when resolving method "org.onvif.www.ver10.device.wsdl.DeviceBindingStub.(Ljava/net/URL;Ljavax/xml/rpc/Service;)V" the class loader (instance of org/apache/catalina/loader/WebappClassLoader) of the current class, com/abcd/efgh/ijkl/device/onvif/DeviceHandlerClient, and the class loader (instance of org/apache/catalina/loader/StandardClassLoader) for resolved class, org/onvif/www/ver10/device/wsdl/DeviceBindingStub, have different Class objects for the type javax/xml/rpc/Service used in the signature. The problem has not resolved yet. I'm not getting where the version mismatch of files/jar happening. I included some Jars manually.