klst-de / e-order

jars to read and write electronic orders conforming to Order-X standard
0 stars 0 forks source link

Opentrans 2.1 is similar to UBL and contains order documents #8

Open homebeaver opened 3 years ago

homebeaver commented 3 years ago

OpenTRANS is a document oriented standard with

grafik

So it can be used to implement the e-order api as an altenative.

All xsd files are inside the openTRANS_Paket_V_21.zip :

To compile with jdk1.8 xjc

C:\proj\opentrans>set JAVA_TOOL_OPTIONS=-Duser.language=en -Duser.country=US -Djavax.xml.accessExternalDTD=all

C:\proj\opentrans>xjc -b xjc\bind.xml -d pojo opentrans_2_1.xsd
Picked up JAVA_TOOL_OPTIONS: -Duser.language=en -Duser.country=US -Djavax.xml.accessExternalDTD=all
parsing a schema...
compiling a schema...
...