App Connect

App Connect

Join this online user group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#Applicationintegration
#App Connect
#AppConnect
#Integration
#Automation
 View Only
  • 1.  Passing message from MQ output node to Soap Input node

    Posted 03/25/14 08:37 AM
    Hi Friends,

    I have a scenario. I have an xml message in MQ Output node. I want to pass that message to SOAP input node as a request. How it can be achievable, any other alternate option to do that ?

    Thanks


  • 2.  Passing message from MQ output node to Soap Input node

    Posted 06/08/15 06:43 AM
    You can acheive this by changing the destination property of MQ Output Node to Reply To Queue,Take another message flow place MQ Input and give the queue name which was provided in MQ Output Node.As it is coming in XML format, if it contains SOAP Headers no issues but if there are no SOAP headers add SOAP headers using compute node and connect to SOAP Request Node from SOAP Request Node it connects to SOAP Input Node.
    I think this will work


  • 3.  RE: Passing message from MQ output node to Soap Input node

    Posted 02/13/16 03:47 PM

    Much easier: Make sure the right message properties are set (soap action etc) and the message is effectively a SOAP message, use a SOAP Input node with JMS transport to consume it.