Good afternoon all,
I have a system that is set up as follows :
IBM MQ > On-prem Enterprise Connector (with 9.2 Classes Installed) > ION and vice-versa.
I have successfully connected and I am consuming messages without issue. The particular 3rd party is sending a JSON message over the Queue which ION is then picking up and constructing into XML. The JSON at this point is simply a string to deal with and is extracted from the XML BOD.
Outbound is more an issue. It seems that oubound, the only way I can get the message to even leave ION/EC is to wrap the json in XML (same way as it is doing for the inbound messages).
Is ION/EC not able to simply send a JSON string without the XML wrapping? I feel that the wrapping will cause the third party system to reject the message as its expecting just JSON.
Has anyone come across this before? If so, how did you get around the issue?. If not, is my only option to ask the third party to alter their config to consume and process XML?.
Many thanks
Tombi