I need to create the soap reply message from input message (XML) and need to send it to soap input(request) node for further processing so i want to generate the reply identifie.
Hi.
I am using below esql to generate the reply identifier as my input message is xml
SET OutputLocalEnvironment.Destination.SOAP.Reply.ReplyIdentifier =CAST (InputRoot.MQMD.MsgId AS BLOB)
But ge ...
Input messgae is Xml and I need to populate the Soap message from there with some custom information that will be picked up from XML message and send it for further processing.
I want to convert XML message to Soap message with addition of custom information to Header then send it to SoapRequest.Do I need to create the new message set for SOAP message or Use the def ...