If you are trying to use datapower’s url-open command to an MQ destination and need to set the MQMD header, you must follow the information contained in the following post: http://www.ibm.com/developerworks/forums/message.jspa?messageID=14542843#14542843 Basically, the final xslt document that needs to be sent as part of the http-headers is: <xsl:variable name="newSerializedMQMD"> <header name="MQMD"></strong> <xsl:value-of select="$mqmdSer" /> </header></strong> […]
↧