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

Best way to validate EDI Outbound messages

  • 1.  Best way to validate EDI Outbound messages

    Posted Tue January 09, 2007 05:13 PM

    Hi,
    I am trying to create a generic EDI outound validation for all the EDI outbounds.Please help me to list down the possile methods to perform EDI outbound data validation.
    1.Check the Validate Structure option in Processing Rule->Pre Processing
    2.Validate the message against the schema in the WM service.
    3.?
    4.?
    5.?

    Thanks in advance
    Jimmy


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


  • 2.  RE: Best way to validate EDI Outbound messages

    Posted Tue January 09, 2007 05:54 PM

    Your both 1&2 options are the generic ways to deal with segment/content validation using via flow (convertToString or pub.schema:validate against its FFSchema) and TN validation (compliance check,duplicate cntrl check with TPA’s), before sending EDI document for outbound delivery… My few cents!!


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


  • 3.  RE: Best way to validate EDI Outbound messages

    Posted Tue January 09, 2007 07:39 PM

    Thanks rmg,
    I found that convertToString is not giving the errorAray for bad EDI messages.convertToValues validates the message properly and gives the error message in case if the Inbound EDI is bad.
    Thanks
    Jimmy


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


  • 4.  RE: Best way to validate EDI Outbound messages

    Posted Wed January 10, 2007 03:09 PM

    Decided to go with own validation service :slight_smile:


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


  • 5.  RE: Best way to validate EDI Outbound messages

    Posted Wed January 10, 2007 03:20 PM

    Does pub.schema:validate not work for you?


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