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.  how to get internalid of doc

    Posted Wed July 25, 2012 09:12 AM

    hi,

    i am using queue for polling concept once my doc gets queued that is (pollable) i need to get it so i am writing flow service using acceptdocument build in service so please let me know from where can i know the inertnalid of that doc is there any build in service.

    thanking you,


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


  • 2.  RE: how to get internalid of doc

    Posted Wed July 25, 2012 03:05 PM

    Actually to get the internalID you need to have either bizdoc in the pipeline or call query services (createDocumentQuery or documentQuery)…Please review the TN BIS userguide for Information on WmTN public services

    HTH,
    RMG


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


  • 3.  RE: how to get internalid of doc

    Posted Wed July 25, 2012 03:07 PM


  • 4.  RE: how to get internalid of doc

    Posted Wed July 25, 2012 03:16 PM

    This will not give any InternalID for that transaction document isn’t?..It gives TypeID for the TN Document type not transaction document that she is looking for:

    Pls correct me If my theory is wrong:


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


  • 5.  RE: how to get internalid of doc

    Posted Wed July 25, 2012 03:20 PM

    My bad… I thought he is looking for TN Doc Internal id… Thanks for correcting…

    As RMG rightly pointed out, you need bizdoc to get the InternalID of the bizdoc document.

    -Senthil


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


  • 6.  RE: how to get internalid of doc

    Posted Wed July 25, 2012 05:09 PM