Problem with WM 7.1.2 WSD Consumer when returns Array of Documents

Hi,

We have created WSD Consumer for SalesForce. But while invoking some services e.g quaryAll, we are getting error like

"Could not run ‘sfTest’.

com.wm.app.b2b.server.ServiceException: [ISS.0088.9139] Output parameters do not conform to targetOutputSignature:
errorCode=VV-002
pathName=/tns:queryAllResponse/tns:result/tns:records[0]/ens:Name
errorMessage=[ISC.0082.9026] Undefined Object found

errorCode=VV-002
pathName=/tns:queryAllResponse/tns:result/tns:records[0]/ens:UserLicenseId
errorMessage=[ISC.0082.9026] Undefined Object found

errorCode=VV-002
pathName=/tns:queryAllResponse/tns:result/tns:records[0]/ens:UserType
errorMessage=[ISC.0082.9026] Undefined Object found

errorCode=VV-002
pathName=/tns:queryAllResponse/tns:result/tns:records[1]/ens:Name
errorMessage=[ISC.0082.9026] Undefined Object found

errorCode=VV-002
pathName=/tns:queryAllResponse/tns:result/tns:records[1]/ens:UserLicenseId
errorMessage=[ISC.0082.9026] Undefined Object found".

This service returns document which contain array of Document list. We are using IS 7.1.2.0. Can you please let me know how to overcome this problem? Is there any patch released to fix this Issue?

Thanks & Regards,
Mayur

SAG fixed this problem in IS_7.1.2_WebSvcsXML_Fix18, apply this one or latest released Fix19.

Note: While installing webservice_fix18 please note that service protocol 19 fix which is dependent fix but its marked as bad patch from SAG as it causes problem with hTTP open sessions, install srcv_protocol 20 instead of 19.

Cheers!
nD

Hi Dev,

As per your suggestion we have installed updated patches in following order :

On Integration Server :

IS_7.1.2_XA_Fix3
IS_7.1.2_PubSub_Fix7
IS_7.1.2_Core_Fix25
IS_7.1.2_Flow_Fix7
IS_7.1.2_SrvPrtcl_Fix21
IS_7.1.2_WebSvcsXML_Fix19

On Developer :
SCG_7-1-2_G11N_Fix2 (this one already installed)
WSI_7.1.2_Cluster_Fix1
IS_7.1.2_CL_Fix15
ID_7.1.2_Fix10.zip

We still we are getting same error message :
"An error occurred while tracing.
com.wm.app.b2b.server.ServiceException: [ISS.0088.9139] Output parameters do not conform to targetOutputSignature:
errorCode=VV-002
pathName=/tns:queryResponse/tns:result/tns:records[0]/ens:Name
errorMessage=[ISC.0082.9026] Undefined Object found

errorCode=VV-002
pathName=/tns:queryResponse/tns:result/tns:records[1]/ens:Name
errorMessage=[ISC.0082.9026] Undefined Object found

errorCode=VV-002
pathName=/tns:queryResponse/tns:result/tns:records[2]/ens:Name
errorMessage=[ISC.0082.9026] Undefined Object found

errorCode=VV-002
pathName=/tns:queryResponse/tns:result/tns:records[3]/ens:Name
errorMessage=[ISC.0082.9026] Undefined Object found

errorCode=VV-002
pathName=/tns:queryResponse/tns:result/tns:records[4]/ens:Name
errorMessage=[ISC.0082.9026] Undefined Object found

errorCode=VV-002
pathName=/tns:queryResponse/tns:result/tns:records[5]/ens:Name
errorMessage=[ISC.0082.9026] Undefined Object found"


Please help us in resolving this issue.

Thanks & Regards,
Mayur