IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online 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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Response from TN

    Posted 10/29/07 04:00 PM

    Hi Experts,

    I’m using routeXml to send to TN, which recognized the document properly and triggers the right processing rule. I’m using “Deliver document by” and “Receiver’s preferred protocol” processing action to send XML payload to Receiver. Receiver is sending back the confirmation XML to the sender in the same connection (ie as soon as Receiver receives the payload, responds back with conf xml). when I do a bytesToString with the content part of the BizDoc, I get the same information that I am sending instead of what I expect back from Receiver(Partner). I tried using “Respond with” option, but I dont see the response in the pipeline.

    Any help would be appreciated.

    Thanks,
    -rk.


    #Integration-Server-and-ESB
    #B2B-Integration
    #webMethods


  • 2.  RE: Response from TN

    Posted 10/29/07 04:21 PM

    What you’re trying to do isn’t workable with the out-of-the-box TN delivery methods. If a synchronous interaction is really needed, you’ll need to create a custom TN delivery service to handle that scenario.


    #Integration-Server-and-ESB
    #B2B-Integration
    #webMethods


  • 3.  RE: Response from TN

    Posted 10/29/07 04:43 PM

    Rob,

    I really appreciate your help.

    Will create a custom TN delivery service to handle this situation.

    Thanks,
    -rk.


    #webMethods
    #B2B-Integration
    #Integration-Server-and-ESB


  • 4.  RE: Response from TN

    Posted 10/29/07 05:18 PM

    Rob,

    Are Primary HTTP/S methods of Immediate delivery (Deliver document by) are Asynchronous?

    I apprecaite your help.

    Thanks in advance.
    -rk.


    #webMethods
    #B2B-Integration
    #Integration-Server-and-ESB


  • 5.  RE: Response from TN

    Posted 10/29/07 05:38 PM

    No, but they won’t do anything with a document that is returned in any response. You’ll need to do that in your custom delivery service and manage the pipeline properly so that you can handle multiple bizdoc vars properly.


    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration


  • 6.  RE: Response from TN

    Posted 10/29/07 06:36 PM