Open homebeaver opened 3 years ago
OpenTRANS is a document oriented standard with
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
xjc
jaxb-runtime-2.3.3.jar
istack-commons-runtime-3.0.11.jar
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... ...
OpenTRANS is a document oriented standard with
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
jaxb-runtime-2.3.3.jar
andistack-commons-runtime-3.0.11.jar
in CLASSPATH