Hello,
I tried to generate a web-service stub from a WSDL with the help of the wsdl4j - WSDL2Java tool. When calling the web-service in a test case, i get this error
"AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Client
faultSubcode:
faultString: Illegal argument invoking 'com.unisys.at.vab.business.service.provisioning.ProvisioningWebServiceIF.removeVabVcard(java.lang.String, java.lang.String, java.lang.String)': object is not an instance of declaring class
faultActor:
faultNode:
...plus a long detail
The WSDL2Java created an interface called com.unisys.at.vab.business.service.provisioning.ProvisioningWebServicePortType, yet method from the interface com.unisys.at.vab.business.service.provisioning.ProvisioningWebServiceIF is called instead, resulting in the
displayed error. Please, is there any fix or a workaround to this?