Send EDI request to B2B from BPEL
651121Sep 1 2011 — edited Sep 8 2011I am working on an integration effort.
Our plan would be have a BPEL pick up a X12 message from IBM MQ and send it to B2B to transform it into a XML format. Because of the asynchronous manner. The B2B will pass the result to a TP, which is another BPEL process.
We believe we need to create a listening channel for the B2B host TP to pick up the request. If we use a B2B Adpater in our composite, what should the listening channel be? An alternative would be the BPEL process drop the message in a JMS queue through JMS adapter and the listening channel is pointing to the JMS queue.
Can anybody confirm our solution or help us find a better solution?
Thanks
John