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.

 View Only
  • 1.  Outbound Processing using TN and Modeler

    Posted Mon June 09, 2003 05:10 PM

    How can I use my internal IS document to kick off an outbound process, to initiate the TN document and the model associated with it? Basically, I have an internal IS document that contains processing values from the Back-end system, and need to be able to use this doc to send out an outbound XML document to the Trading partner.

    Any help would be greatly appreciated.

    Thanks

    Anant


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


  • 2.  RE: Outbound Processing using TN and Modeler

    Posted Mon June 09, 2003 06:02 PM

    First thing is create a Process Model (you can follow either top-down or bottom-up approach) and this process model subcribes to the internal document from your backend system (via Enterprise broker) and define appropriate steps (where steps invokes different IS custom flow services defined on logical server)connnected with transition links(liking of steps) and will trigger step by step and produces final step with final service output say xml document and submit it to TN to your external Trading partner.

    And get more detail information from wm_Modeler_Userguide.

    goodluck,


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


  • 3.  RE: Outbound Processing using TN and Modeler

    Posted Mon June 09, 2003 06:39 PM

    Thanks for the info. Now, does this apply even if I have a TN and modeler at my end? what usually gets kicked off first (for the outbound) the TN or the Modeler?

    Anant


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


  • 4.  RE: Outbound Processing using TN and Modeler

    Posted Mon June 09, 2003 07:04 PM

    yes,for inbounds TN will send the document to Modeler (via IS).

    Kick-off point for the outbound will be the Modeler (Process model), since process model subscribes the internal documents coming from the ERP and will your model steps with process to TN at the end.

    HTH.


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