Hi,
I am trying to extract the highlighted values from the below xml that represents a custom BOD:

to put them as an input to a SOAP envelope which is in a request body in a custom REST ION API.
Here is a sample of the request Body:

When i test the API in the ION API connection point adding the highlighted data:

i get the error: "Response code : 400, Response message : Bad Request and Response body :".
I believe the output document schema is working fine because when I replace the request body with static values, the output document is produced (only giving one static output which is not what required). But I think there is something i am missing in the request body maybe. Can you help with this if possible?