Hi,
In request structure there will be ID, based on which response is received.There will be multiple responses (Response node is 0.. unbounded).
In each response there will be ID and i need to compare the ID in request and ID in all the responses we get.
I need to send only those responses which match the ID in request.
The response mapping is an XSLT mapping.
So my questions are..
1)How to track the ID in request while we do response mapping?
2)How to do comparison of IDs in XSLT mapping once we track the request ID?
Thanks,
Vinayak