To add the D93A mapping model ZIP set to your application classpath, set the following dependency to your application's POM file:
<!-- The mapping model sip set for the D93A directory... -->
<dependency>
<groupId>org.milyn.edi.unedifact</groupId>
<artifactId>d93a-mapping</artifactId>
<version>v1.4</version>
</dependency>
<!-- The mapping model sip set for the D93A directory... -->
<dependency>
<groupId>org.milyn.edi.unedifact</groupId>
<artifactId>d93a-mapping</artifactId>
<version>v1.4</version>
</dependency>
Copy to ClipboardCopied!Toggle word wrapToggle overflow
Configure Smooks to use this ZIP set by adding the unedifact:reader configuration to your Smooks configuration as shown below:
Copy to ClipboardCopied!Toggle word wrapToggle overflow
Note how you configure the reader using a URN derived from the Maven artifac's dependency information.
You can also add multiple mapping model ZIP sets to your application's classpath. To do so, add all of them to your unedifact:reader configuration by comma-separating the URNs.
Pre-generated Java binding model sets are provided with the tool (there is one per mapping model ZIP set). Use these to process UN/EDIFACT interchanges using a very simple, generated factory class.
We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.
Making open source more inclusive
Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.
About Red Hat
We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.