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

How to show the EDI transaction in Content tab in TN?

  • 1.  How to show the EDI transaction in Content tab in TN?

    Posted Thu January 14, 2010 10:35 PM

    In my code, I process the EDI file and send to client. I use pub.client.ftp.put method to do this job. For the result, I cannot view the EDI transaction from the content tab in TN. How can I add this EDI transaction to Content tab?


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


  • 2.  RE: How to show the EDI transaction in Content tab in TN?

    Posted Fri January 15, 2010 01:06 PM

    Hi,

    Once you have EDIdocument ready to be sent to trading partner, submit it on TN or persist on TN, then configure a processing rule where u can use ftp operation to send the EDI document to trading partner.

    -nD


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


  • 3.  RE: How to show the EDI transaction in Content tab in TN?

    Posted Fri January 15, 2010 03:53 PM

    You can use these routing/gateway services below to submit the EDIData to TN and follow the rest as Devexpert mentioned.

    (part of WmTN Package-review the documentation also)
    wm.tn.doc.xml:routeXML (edidata – make sure this variable exist in the pipeline)
    OR
    [B]wm.tn:receive /b

    HTH,
    RMg


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