Hi All,
I am using webMethods 9.12 .All Latest fixes are installed in webMethods [ISS.0088.9139] Output parameters do not conform to targetOutputSignature:
errorCode=VV-002
pathName=/tns:queryResponse/tns:result/tns:records[2]/ens:Case_CaseNotes_GCC__r/tns:records[0]/ens:CommentLanguage_GCC__c
errorMessage=[ISC.0082.9026] Undefined Object found
Hi @dhivyavn
Please provide more information about the issue to proceed.
- Information such as which features of Integration Server are being used?
- Is this related to web services? Are you creating a provider or a consumer WSD etc?
- Is this the output of invoking some public services?
A detailed repro would help in faster resolution.
-NP
yes .this is related to webservices …we are using consumer WSD…while invoking soap based call we are getting this error from salesforce…we are not using any public services
The error basically means that data does not conform to the output signature defined. Check the schema in the WSDL OR check the output signature in WS - connector at this point - /tns:queryResponse/tns:result/tns:records[2]/ens:Case_CaseNotes_GCC__r/tns:records[0]/ens:CommentLanguage_GCC__- check the properties and constraints and your service needs to adhere to that.
Hope it helps. For a clear solution, attach the WSDL and service response in question.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.