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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  How to validate Outbound EDI docs

    Posted 11/04/09 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 11/04/09 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 11/05/09 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