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.  OIOUBL EDI-format from EDIModule

    Posted Wed December 03, 2014 11:30 AM

    Hello,

    Client wants to use OIOUBL EDI format. Google haven’t provided any information about support possibility in webMethods. The one thing what I have found is that OIOUBL is a subset of UBL 2.0

    We are using webMethods Integration Server 7.1.3 and EDI Module with version 6.5.2 (without mentioned above format available in list of document types)

    Since I’m not familiar with EDI formats, I hope that someone can help me on this thread, and can tell me how I could integrate this format.

    Kind Regards,
    Aleksandrs


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


  • 2.  RE: OIOUBL EDI-format from EDIModule

    Posted Fri December 05, 2014 03:07 PM

    Please you should open a ticket with SAG tech support and check if they support this format part of EDI module and I think it was not supported and never heard with it.

    Also do you have still extended maintenance contract for your 7.x env with them check it before hand?

    HTH,
    RMG


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


  • 3.  RE: OIOUBL EDI-format from EDIModule

    Posted Sat December 06, 2014 11:48 PM

    Hi There,

    SAG webMethods doesn’t support this, but if you approach SAG with OIOUBL atleast they can think to implement this in new releases. Kindly update us once you interact with SAG.

    Thanks,


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


  • 4.  RE: OIOUBL EDI-format from EDIModule

    Posted Mon December 08, 2014 12:03 PM

    Yes you should also put as a feature request in the SAG brain storm site and discuss the new standard with SAG support.

    HTH,
    RMG


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


  • 5.  RE: OIOUBL EDI-format from EDIModule

    Posted Mon December 08, 2014 12:52 PM

    Hi all,

    Many thanks for your replies regarding this call. So I have solved this question.

    The OIOUBL is Danish customization of UBL 2.0 (also there exist a lot of customization in each country sectors). Also we had already implemented EHF conversion program (Norwegian customization of UBL 2.0) using xsd schema for CreditNote from UBL 2.0

    So, the solution how to start handle the OIOUBL invoices, is to download UBL-Invoice-2.0.xsd and implement in package.

    @rmg: No, the support contract with Software AG regarding maintenance IS 7.x is ended last year.

    KR,

    Aleksandrs


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


  • 6.  RE: OIOUBL EDI-format from EDIModule

    Posted Mon December 08, 2014 05:58 PM

    So what I see this is no relational/link with EDI Module for implementing this standard right?

    How are you going to handle the parsing is it same as any other open-standard XML like OAGIS?

    HTH,
    RMG


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


  • 7.  RE: OIOUBL EDI-format from EDIModule

    Posted Tue December 09, 2014 04:30 AM

    Hi,

    Yes, there no any dependencies with EDI module. I’m going to create document type in webMethods Developer using as source an xml schema. The parsing will be completed using following services (WmPublic package):

    1. pub.xml:xmlStringToXMLNode
    2. pub.xml:xmlNodeToDocument
    3. pub.schema:validate

    Then this IS document type going to be passed to flow service which makes conversion.

    BR,

    Aleksandrs


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


  • 8.  RE: OIOUBL EDI-format from EDIModule

    Posted Wed December 10, 2014 12:25 PM

    Thanks and it make sense and straight fwd like any other custom XML data processing.

    HTH,
    RMG


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