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.
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?
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.
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.
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):
pub.xml:xmlStringToXMLNode
pub.xml:xmlNodeToDocument
pub.schema:validate
Then this IS document type going to be passed to flow service which makes conversion.