Hi Experts,
Following is a simplified example to describe the issue at hand.
When and inbound integration is done, if one of the fields has an ‘&’ character, the integration fails.
The solution to this as I see it, is to transform the message as following,
Hence, the question that I have is, is this a change that we can do from the FSM end when we receive the message? (transform & to &) or is it the case that the sender (third party system) has to make the change in the payload?
Background: I’m trying to make a GET request from FSM to an external endpoint, and use an inbound map to capture the data in the response. But the inbound map doesn’t get processed due to the above mentioned issue. Before requesting the resource owners to change the payload, I’m trying to figure out whether there’s a solution/workaround from the FSM end.
example of the response I get right now,
Thanks in Advance!