Initially we used WriteString methods for Putting the Message in the Message Queue Object. DOT net uses UTF16 encoding which was not supported by IBM. IBM uses UTF8 encoding. So we ...
I am trying to put a SOAP message in WMB MQ through c#. It gives an error bad request. I validate for XMLNS at the input node. When I test with the SOAP message in WMB tookit it executes fine. any sol ...