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.  webMethods Trading Network

    Posted Mon July 22, 2019 06:32 AM

    Hi Team,

    I have a requirement to fetch all the documents received at TN layer along with its conversation I’d.

    I am able to fetch the count of documents received at TN layer. but not sure how to query in order to fetch conversation I’d of each of the received documents.

    Kindly help


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


  • 2.  RE: webMethods Trading Network

    Posted Mon July 22, 2019 09:11 AM

    May I know your requirement in detail?

    The details you are looking for can be fetch either by WmTN package or from the backend TN product tables.


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


  • 3.  RE: webMethods Trading Network

    Posted Tue July 23, 2019 10:33 AM

    Hi Priyanka,

    can you provide the code snippt how you are fetching the count?
    This might give us a hint for how to retrieve the data.

    Addtionally you might to have a look at TN Built-In-Services Reference Guide.

    Regards,
    Holger


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


  • 4.  RE: webMethods Trading Network

    Posted Wed July 24, 2019 12:16 PM

    Hi Priyanka,

    At 8.2, you can invoke wm.tn.query:createDocumentQuery, followed by wm.tn.query:documentQuery. This will include Conversation ID, if present, in the results.

    Thanks,
    Mary


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