Removing the CStr and removing the CCSID setting to 1200 is not helping.
The XML string is constructed in the .Net application. Here I have created a sample application to read the xml string from fi ...
I am using MQMessage.writestring with CharacterSet as 1208. string posted without BOM.
If I use MQMessage.writeUTF and CharacterSet as 1208 then it is adding 0xA7 0xF3. It is not adding BOM.
The problem is in .Net. I have the xml message in the string variable "<?xml version="1.0" encoding="utf-16"?><LName>mohan.mmm</LName>" .Net understands ...
I am using amqmdnet.dll 1.0.0.2 to send the messages to MQ. I am using VB.Net 1.1.
The problem is it is stripping the Byte Order Mark (BOM) while sending the XML message to MQ. The other application ...