Payload integrity during data transformation (ie. JSON to XML, etc)

I have a requirement to transform incoming JSON request to XML before sending to the backend target and vice versa. How does Apigee ensure payload integrity during the data transformation process? Thanks for your help.

0 5 381
5 REPLIES 5

sidd-harth
Participant V

Hi @Dang Nguyen, can you please elaborate your questions. What are the things you mean by data/payload integrity.

Hello @Siddharth Barahalikar, what I meant is the request body (JSON key-value pairs that contain data such as id, name, address, etc and corresponding XML fields). How are these projected when they are being transformed?

Still not clear. What do you mean by "projected"?

Maybe give an example.

OR, maybe you could just experiment with the JSON-to-XML policy in Apigee Edge and see if you can answer your question through your observations.

Sorry, It was a typo. I meant "protected". During transformation, are the data in the clear or are they encrypted or put in some protected in-memory cache while being transformed?

Data that is handled by Apigee Edge is not encrypted while it is being transformed from XML to JSON.