|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
How to restore SOAP_Domain_Msg created by SOAPInput node? |
« View previous topic :: View next topic » |
Author |
Message
|
mqsi_man |
Posted: Sat Oct 12, 2013 8:20 pm Post subject: How to restore SOAP_Domain_Msg created by SOAPInput node? |
|
|
Novice
Joined: 28 Aug 2013 Posts: 19
|
Hello,
I am using WMB v 8.0.0.2
I am receiving a SOAP message on SOAPInput (gateway mode) and enriching that request by adding few fields in the message body and writing it to MQ.
SOAPInput -> SOAPExtract -> Compute -> MQOutput
In my second flow, I am reading from MQ and calling a web service. I don't have any message definition to parse incoming data against and hence, it is BLOB. I am converting that BLOB to CHAR using CREATE LAST CHILD OF OUTPUTROOT...PARSE statement but then, SOAP properties, SOAP_Domain_Msg and envelope (from first flow) gets lost and I am not able to construct a valid SOAP request to call web service.
MQInput -> Compute ->SOAPRequest ->SOAPResponse
How should I construct SOAP_Domain_Msg in second flow ? |
|
Back to top |
|
 |
dogorsy |
Posted: Sun Oct 13, 2013 1:23 am Post subject: Re: How to restore SOAP_Domain_Msg created by SOAPInput node |
|
|
Knight
Joined: 13 Mar 2013 Posts: 553 Location: Home Office
|
mqsi_man wrote: |
I don't have any message definition to parse incoming data against and hence, it is BLOB. |
why BLOB? I think you need to review your concepts.
and why you write the message to a queue and then use a different flow to retrieve it and call a service ? why don't you do it all in one flow ?
what you are asking are pretty basic concepts. So probably you need to do some formal education. |
|
Back to top |
|
 |
mqsi_man |
Posted: Sun Oct 13, 2013 11:50 am Post subject: |
|
|
Novice
Joined: 28 Aug 2013 Posts: 19
|
Thanks dogorsy!
I have put SOAPInput and SOAPRequest in one flow and it worked just fine. I was attempting synchronous service call over MQ but what I did was not the correct way. |
|
Back to top |
|
 |
mqjeff |
Posted: Sun Oct 13, 2013 1:54 pm Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
So you tried to do an asynchronous webservice call and ignored the sample on how to do asynchronous web service calls? |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|