Hi Team,
I have a scenerio where a system does api call (using oauth) to apigee passing json input.
Apigee does the following
1. Json to XML
2. Remove duplicates (if any)
3. Sends the data to target(sends error if transaction is unsuccessful).
4. Response (id) is received if successful.
5. Apigee converts XML to json.
6. Sends it back to system.
How can I set this flow in Apigee. Since I am new to setting up flows.
Regards!