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 process EDI documents in TN

    Posted Thu June 21, 2012 11:48 AM

    Hi All

    Please suggest me how to process EDI documents in TN, And what all the services we need to take to process EDI documents in INBOUND and in OUTBOUND


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


  • 2.  RE: How to process EDI documents in TN

    Posted Thu June 21, 2012 09:39 PM

    Please review the EDI Module/TN User guide/concepts documentation for more information on how it works.

    Also there are tons or threads on these topics in the forum sections for EDI and Trading Networks…please check it:

    HTH,
    RMG


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


  • 3.  RE: How to process EDI documents in TN

    Posted Fri June 22, 2012 08:46 AM

    Thanks for reply, but I have already read documentation but while doing practicals am facing the difficulties in TN. Always it is going for Default Procesing role. and not selecting sender and reciever.for testing purpose wat all the services we need to take in developer and also how to send EDI to TN for processing that document.Please suggest.


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


  • 4.  RE: How to process EDI documents in TN

    Posted Fri June 22, 2012 03:32 PM

    for submitting EDI documents to TN either use services

    routeXML or tn:receive (make sure you the reserved variable “edidata” (case sensitive) in the pipeline before invoking above TN processing services)

    or
    Log on to IS Admin page and click on the EDI link and Submit Test EDI Data ([URL]http://localhost:5555/invoke/wm.tn/receive[/URL]) from there:

    Please review the EDI Module/TN userguide how the EDI documents gets recognized (sender/receiver/doctype - triplets) and based on setup your custom processing rule criteria (this custom rule should be defined above the “Default” rule in order to kickoff the processing EDI documents to your flow service (INBOUND) or delivering to Trading Partners (OUTBOUND))

    HTH,
    RMG


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


  • 5.  RE: How to process EDI documents in TN

    Posted Mon June 25, 2012 06:07 AM

    HI thanks for relpying, I ll try this…


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


  • 6.  RE: How to process EDI documents in TN

    Posted Mon June 25, 2012 03:07 PM


  • 7.  RE: How to process EDI documents in TN

    Posted Tue June 26, 2012 07:35 AM

    Hi can you please tel wat all we need to provide in “FunctionalACK service” which we call in TN(Execute service option as a first service).


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


  • 8.  RE: How to process EDI documents in TN

    Posted Tue June 26, 2012 02:31 PM

    In the TPA you can either set AutoGenerate FA ON or call a custom service with X12Envelope as doctype criteria and have the logic to call generateFA (map the edidata) and route the output to TN again which will trigger another rule that delivers to VAN/AS2/FTP etc…based on your needs:

    HTH,
    RMG


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