creating xml in JDE and receiving external xml back
Part 1) does someone have a document that will explain how to create an xml document using JDE data? Here's my constraints: the file name will include a branch/plant and timestamp - it won't be a static file name. The file will be stored on the application server for a third party software.
Part 2) I need to retrieve an xml document generated by the 3rd party software back into JDE from the same application server.
I've found some documentation that explains the options available, but not how to do it.
A little info about what I'm exporting - We are implementing a product called ORTEC that will optimize our delivery routes. We will send sales order information into the software and bring back the route and stop code information. (Man, that sounds simple!) Their software will look for an xml document in their Import folder. When the user finishes routing, another xml document will be created and placed into their Export folder ready to be picked up by JDE to update the route and stop codes.