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
Expand all | Collapse all

Resubmitting multiple documents in Trading Networks

  • 1.  Resubmitting multiple documents in Trading Networks

    Posted Mon December 01, 2003 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 Tue December 02, 2003 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 Tue December 02, 2003 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