webMethods

webMethods

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.  Change GroupID and ConversationID on current BizDoc

    Posted Fri July 23, 2010 03:31 PM

    Hello,

    I would like to update or change the groupID and conversationID on the bizdoc and route the updated bizdoc to TN for further processing. Is it possible?


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


  • 2.  RE: Change GroupID and ConversationID on current BizDoc

    Posted Mon July 26, 2010 07:30 AM

    Use wm.tn.doc:setAttribute to change the attribute and if you want to reflect the same changes in the database use wm.tn.doc:updateAttribute .


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


  • 3.  RE: Change GroupID and ConversationID on current BizDoc

    Posted Mon July 26, 2010 02:39 PM

    Thanks Vikas. You can also use the updateSystemAttribute as well.


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


  • 4.  RE: Change GroupID and ConversationID on current BizDoc

    Posted Mon July 26, 2010 05:04 PM

    Yes intact you have to use all three services below to successfully update custom/system TN attributes:

    wm.tn.doc:setAttribute (updates the bizdoc in the memory)
    wm.tn.doc:updateAttribute (updates the database)
    wm.tn.doc:updateSystemAttribute

    HTH,
    RMG


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