Scenario: Target system returns the response in JSON format. But Client wants the response in XML format.
Sample JSON Payload returned from Target:
{"firstName":"John","lastName":"Doe","city":"San Jose","state":"CA"}Steps:
1. Add an instance of JSONTOXML policy in Response path.
In this case, code is modified as below:
Thanks. :)
ReplyDelete