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.  Does TN automatically publish document

    Posted Sat August 09, 2003 03:11 PM

    After the TN receives document, the document can be found in Transaction Analysis section of the Trading Partner Console. However, the corresponding trigger was not called.
    Does TN automatically publish document when receive it? Or do we need to call pub.publish:publish in our own service and put it at “Execute a service” action of the processing rule?

    Any hint is appreciated!

    Jacka


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


  • 2.  RE: Does TN automatically publish document

    Posted Mon August 11, 2003 04:03 PM

    In your TN Processing Rule, the triggered custom service(specified in Processing Action “Execute a Service”), should incorporate pub.pubish:publish logic.

    Once TN receives the document,check the Activitylog and this will show up your custom service invocation ,which will publish the document to the Broker and make sure the document is published on broker side.

    HTH.


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


  • 3.  RE: Does TN automatically publish document

    Posted Mon August 11, 2003 05:18 PM

    Jacka:

    You might consider this alternative: instead of setting up a trigger and publishing the doc, you might simply have TN invoke the appropriate service to do the needed work. Unless there is existing integrations you are leveraging through the Broker, there probably is no need to use pub/sub and the Broker.

    Just a thought.


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


  • 4.  RE: Does TN automatically publish document

    Posted Tue August 12, 2003 09:29 AM

    Many thanks for your replies!

    I think your solutions would work, but I want to find out how to make TN publishes document automatically or to confirm whether this function exists or not.

    Jacka


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


  • 5.  RE: Does TN automatically publish document

    Posted Tue August 12, 2003 04:45 PM

    AFAIK, TN does not automatically publish docs.

    Another approach would be to create a custom delivery service (the TN docs cover this in detail) that publishes docs to the Broker. With this approach, you define your doc types, profiles and rules in TN as usual. The rule would be configured to deliver the doc using your custom delivery service. This approach provides a general purpose and easily reusable approach to getting docs from IS/TN to the Broker.


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