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 validate Outbound EDI docs

  • 1.  How to validate Outbound EDI docs

    Posted Wed November 04, 2009 05:31 PM

    Hi All,
    Anybody help to provide the list of services, which I need to invoke before mapping from flat file to EDI


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


  • 2.  RE: How to validate Outbound EDI docs

    Posted Wed November 04, 2009 05:50 PM

    Option would be,once you do wm.b2b.edi:convertToString (which gives output string edidata) and then explicity invoke wm.b2b.edi:convertToValues set validate to yes (it validates against EDIFFSchema) and based on the result vars isValid,errorArray branching, you can perform next steps add Envelopes, routing to TN etc…else notify errors.

    HTH,
    RMg


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


  • 3.  RE: How to validate Outbound EDI docs

    Posted Thu November 05, 2009 01:04 AM

    Based on the general nature of your questions, I’d offer that the first step you should take is review the webMethods EDI module documentation. The docs provide an overview of converting documents to and from EDI representations.


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