Hello All
I am facing an issue when trying to invoke a web service.
Funny thing is that the same service works in QA with the same WSDL file but when deployed in the Live environment its giving the below error:
[ISS.0088.9112] An Exception was thrown in the server:[ISS.0088.9139] Output parameters do not conform to targetOutputSignature:
errorCode=VV-002
pathName=/impl:GetAccessoryListResponse/GetAccessoryListReturn/p558:statusCode
errorMessage=[ISC.0082.9026] Undefined Object found
errorCode=VV-002
pathName=/impl:GetAccessoryListResponse/GetAccessoryListReturn/p558:statusText
errorMessage=[ISC.0082.9026] Undefined Object found
errorCode=VV-002
pathName=/impl:GetAccessoryListResponse/GetAccessoryListReturn/p558:totalNoOfRecords
errorMessage=[ISC.0082.9026] Undefined Object found
errorCode=VV-002
pathName=/impl:GetAccessoryListResponse/GetAccessoryListReturn/p558:recordsFetched
errorMessage=[ISC.0082.9026] Undefined Object found.
I am using 8.2.2 version of IS currently.
The data type of second field (statusText) is ‘string’ and rest has ‘int’ data type.
From the error above suggests some mismatch in the fields/parameters in the output document compared to the one present in the web service which is being called.
I tried changing the data type as suggested in other forums to ‘string’ for all the fields in the WSDL file before making the Web service descriptor but still facing the problem.
Any help/suggestion is deeply appreciated.
Best Regards
MT