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.  Resubmitting multiple documents in Trading Networks

    Posted 12/01/03 11:48 PM

    I’m using Trading Networks(Version 4.6). I want to RESUBMIT a set of
    multiple documents at a time, instead of Resubmitting one at a time.

    Any help on this will be appreciable.


    #webMethods
    #Integration-Server-and-ESB
    #edi


  • 2.  RE: Resubmitting multiple documents in Trading Networks

    Posted 12/02/03 12:55 AM

    You can query TN through the API and extract the Internal ID. The Internal ID is used to uniquely identify each document in TN. Once you have the Unique IDs you want, then you call wm.tn.doc:resubmits and pass in a string array of the Internal IDs.

    I’m not sure what the query will focus on, but either processing status or user status should suffice.

    HTH

    Ray


    #webMethods
    #edi
    #Integration-Server-and-ESB


  • 3.  RE: Resubmitting multiple documents in Trading Networks

    Posted 12/02/03 08:06 AM

    wm.tn.doctype:list lists all the document Types that got persisted in TN. wm.tn.doc:resubmit can be called by looping through the list and passing the types[i]/TypeID to the input internalId .


    #edi
    #Integration-Server-and-ESB
    #webMethods