Error With WSD Consumer : com.wm.app.b2b.server.ServiceExcep

Hi,

We have created WSD Consumer for Sales Force. 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".

From some Discussion forum we found that this problem is with 7.1.X version. 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

Mayur,
First, I would suggest you install the latest service pack, which is 7.1 SP3.
If you still see the problem, then please post the WSDL for which you are trying to create a consumer and describe exactly when you see the error. Is it when you create the WSD? Or when you invoke it? Does the web service itself actually get invoked?

Jonathan Heywood
Software AG Product Management

Hi Mayur/Jonathan

I am facing a similar issue when trying to invoke the service.

Funny thing is the same service works in QA with the same WSDL file but in Live 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 currently.

the data type of second field (statusText) is ‘string’ and rest has ‘int’ data type.
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.

Would you please let me know if you have resolved the issue earlier or plz let me know if you have any suggestions on the same.

Any help is deeply appreciated.

Best Regards
MT