How to Generate Edifact message from a xml ?
Posted
by Clem
on Stack Overflow
See other posts from Stack Overflow
or by Clem
Published on 2010-04-22T15:18:26Z
Indexed on
2010/05/21
17:50 UTC
Read the original article
Hit count: 276
Hello,
I'm currently dealing with customs messages Beans in Java. After filling in the Beans with different values, I want to produce an EDIFACT CUSDEC message corresponding to each message.
For each attribute of a message Bean, I have the information to put the attribute in the right place in EDIFACT CUSEDC format.
Thus, I am looking for a free tool (a Java API) which could ideally convert my full-filled Bean into an EDIFACT CUSDEC message.
I found a commercial solution (not free) there :
http://www.datadirect.com/products/edifact-grid/index.ssp
And a quick tutorial here :
http://biemond.blogspot.com/2008/09/generate-edifact-message-from-xml.html
But ... unfortunately it is not free..
Thanks in advance for your help!
© Stack Overflow or respective owner