webMethods

webMethods

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.  Validating EDI doc with Floating Segments

    Posted Thu January 22, 2004 08:11 PM

    Hi,
    I would greatly appreciate if some one can tell me how to validate a edi document with a floating segment.
    For ex. X12 850 has a segment ‘NTE’ which is a floating segment i.e., it can appear anywhere in the document and should still pass validation. How can this be achieved in the flat file definition?
    One way I tried unchecking the Order check box for the ST, but this will result in not checking the order for all the child segments of ST.
    Is there any way to specify that one particular child segment is a floating segment?
    If not in the schemas could this be achieved through the dictionary?
    Thanks,
    Ram.


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


  • 2.  RE: Validating EDI doc with Floating Segments

    Posted Fri January 23, 2004 02:56 AM

    Ram,

    I don’t believe there is any EDI translator tool that can truly handle floating segment. In most case you would had to have your TP commit on the exact location where they are going to use this floating segment. Then you would modified your structure(template/schema).

    Alan


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


  • 3.  RE: Validating EDI doc with Floating Segments

    Posted Fri January 23, 2004 03:29 AM

    Thanks a lot Alan, I had already considered that option and implemented as a short term work-around. The problem is we have over a hundred partners with different message implementations, with the same issue and I am trying for a more generic solution.
    But thanks a lot for your response.


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


  • 4.  RE: Validating EDI doc with Floating Segments

    Posted Fri January 23, 2004 02:32 PM

    Ram,
    The NTE is usually an optional segment so is it possible that you map it in all possible locations and have it’s usage as optional? That way no matter where the NTE is sent you will grab the information and map it. And yes some EDI translators do handle this floating segment just fine (older translators). Some translators are built to recognize that this is a floating segment and respond accordingly.
    Good Luck!
    Dawn


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


  • 5.  RE: Validating EDI doc with Floating Segments

    Posted Wed February 23, 2011 10:31 PM

    In webMethods flatfile schema properties, you have a property called “FloatingRecord”. You can mention the floating record name over there. Schema will take care of floating records.


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