Author |
Message |
Topic: XML to SOAP Message transformation |
Today
Replies: 15 Views: 14026
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 15, 2010 8:36 pm Subject: XML to SOAP Message transformation |
Yes you are correct .Thanks |
Topic: XML to SOAP Message transformation |
Today
Replies: 15 Views: 14026
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 15, 2010 9:11 am Subject: XML to SOAP Message transformation |
Yes you are right
But my flow scenario like below :
Flow 1 : InputNode >computenode > soap reply node
Flow 2 : soapinput node > compute node > mqoutput node
I need to send t ... |
Topic: XML to SOAP Message transformation |
Today
Replies: 15 Views: 14026
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 15, 2010 8:59 am Subject: XML to SOAP Message transformation |
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. |
Topic: XML to SOAP Message transformation |
Today
Replies: 15 Views: 14026
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 15, 2010 7:13 am Subject: XML to SOAP Message transformation |
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 ... |
Topic: XML to SOAP Message transformation |
Today
Replies: 15 Views: 14026
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 10, 2010 8:48 am Subject: XML to SOAP Message transformation |
Yes .I have set Compute node property as Local Environment |
Topic: XML to SOAP Message transformation |
Today
Replies: 15 Views: 14026
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 10, 2010 8:38 am Subject: XML to SOAP Message transformation |
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. |
Topic: XML to SOAP Message transformation |
Today
Replies: 15 Views: 14026
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 10, 2010 7:00 am Subject: XML to SOAP Message transformation |
Thanks.
I am trying to create the envelope using ESQL
But Soap message is not getting populated.
Could you please suggest how to generate the envelope using ESQL? |
Topic: XML to SOAP Message transformation |
Today
Replies: 15 Views: 14026
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 09, 2010 11:30 pm Subject: XML to SOAP Message transformation |
Hi ,
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 ... |