问题描述
- java 调用 webservice接口传参出现错误java.lang.linkageerror.
-
when resolving method "org.apache.axis.client.Call.addParameter(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;Ljavax/xml/rpc/ParameterMode;)V" the class loader (instance of org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader) of the current class,
com/kostech/TcforwareApp/SysTemplateToTc, and the class loader (instance of org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader) for resolved class,
org/apache/axis/client/Call, have different Class objects for the type javax/xml/rpc/ParameterMode used in the signature
解决方案
你的传递参数类型跟webservice规定的一致吗
时间: 2024-09-13 08:52:29