Hello Hermanni,
Apologies for delay.. Sure I would do that. I have tried what Joseph has suggested, but the issue is on the MQ. The way the message is putting the MQ is not correct. Now, I could able to see the complete message but however still it's failing with parse error. There are some non-english(french) characters coming up as a values of the xml element and the xml parser is throwing the error exactly at that element. How can we handle and process this as it is to the next action?
<Request>
<Rq>
<ID>7654438</ID>
<msg>essai</msg>
</Rq>
</Request>
------------------------------
Kumar
------------------------------
Original Message:
Sent: Thu August 01, 2024 08:23 AM
From: Hermanni Pernaa
Subject: Getting parse error after DataPower MQ Handler pulled the message from MQ
Hi Kumar,
adding to Joseph's input, it might be helpful to write the payload into a file if you have troubles to verify the content otherwise. This has been helpful at least for me in a couple of occasions. Use for example GatewayScript FS module https://www.ibm.com/docs/en/datapower-gateway/10.6?topic=apis-fs-module
------------------------------
Hermanni Pernaa
------------------------------