Hi Team,
Problem: In production environment we're seeing parsing errors from 1 MPGW.
In the MPGW, we have URL-Open call to backend from where we expect XML data.
But in 1 of the XML field there is Latin character coming- "ö"
XML field which is causing parsing issue is-
<DESCRIPTION>Mövenpick</DESCRIPTION>
Error log:
1:03:45 PM xmlparse error 520742565 request x.x.x.x 0x80e003aa mpgw (MPG-XXX-XXX-SERVICE): illegal character 'v' at offset 2904 of dpmq://XXXDATAQM/?RequestQueue=XXX.OUT_QUEUE;ReplyQueue=XXX.IN_QUEUE;SetReplyTo=true;TimeOut=90000
Below is the URL-Open call in xslt-
<dp:url-open target="{$mqURL}" response="xml" http-headers="$Requestmqmdheader" >
<xsl:copy-of select="$InputMsg"/>
</dp:url-open>
Kindly advise on this issue as we need to put a fix in MPGW to accept
latin characters in the XML response from backend.
Let me know if you any further information from my end.
------------------------------
Sudheer Puvvada
------------------------------