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规定的一致吗