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.  EDI Validate

    Posted Fri August 19, 2016 12:59 PM

    Hi Members,

    I am using WM 9.5 and EDI AS2 X12 5010 standard.

    I have questions?

    1. How to validate EDI message, in such a way that it will show me exact place at segment level or line level where it’s failed?
    2. Like in Tibco we have EDI SEM or EDI sem tool name which ask you input EDI standard/version and message type and at the end it will show you exact places where this EDI messages is getting failed like segment level or line or column ?

    So in SAG side Do we have any such standard tool which give me output with all failed message or Do we have any open source software/tool to validate EDI X12 ?


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


  • 2.  RE: EDI Validate

    Posted Fri August 19, 2016 02:50 PM

    Hi Vinay,

    Assuming that you have the EDI module and that 9.5 version works the same as 8.2, you validate using the wm.b2b.edi:convertToValues or pub.flatFile:convertToValues service.

    More details are provided in the SAG documentation.

    Regards,
    Mary


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


  • 3.  RE: EDI Validate

    Posted Fri August 19, 2016 05:04 PM

    Yes in order for EDI transactions parsing/validation you need to use this service
    wm.b2b.edi:convertToValues (set inputs as validate=true and maxErrors=-1 and returnErrors=as Array,EDIFFSchema=full schema path)

    HTH,
    RMG


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