Click here to Skip to main content
15,867,568 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I am working a project that we need to receive UN/EDIFACT PNRGOV MESSAGE VERSION message structure file and we need to convert it into java model classes. I have model classes. What I want is to perform this operation using a third part library. I don't want to using some another API because of security. is there any person, who to do this? I don't want to using some another API because of security.

What I have tried:

I couldn't find a project who created it, that I said.
Posted
Comments
[no name] 4-Mar-23 14:21pm    
By hand, unless someone else has created Java classes. Last time I looked, EDI was a flat file format.
vor_zakon_developer 4-Mar-23 14:28pm    
I couldn't understand what did you say, but let's confuse on our problem. if you know answer the question or something, if not doesn't matter what edi is and etc.
Dave Kreskowiak 4-Mar-23 16:10pm    
Unless you find a library that has already done this, YOU have to write the class code, by hand, yourself.
vor_zakon_developer 5-Mar-23 3:27am    
I don't want to write our own library like this bulshit message type.
Dave Kreskowiak 5-Mar-23 10:41am    
I don't want to write our own library
Then get out of the software industry. If you don't want to write code that's appropriate to solving your problem, that's entirely a YOU problem because you apparently don't want to solve the software problem.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900