where to find the xml "input" file sent to the JDE BSSV server
Hi folks,
I'm hoping someone can point me in the right direction here.
I have a scenario where we're using JDE web services to create/update data within a JDE (custom) table within the Business Data data source based on user input from an ADF application.
The insert scenario works as expected when the user commits the added record but the update scenario fails with a SOAPFaultException, so I am trying to figure out what is being done differently between the two request types.
I'm hoping to compare the xml "input" files submitted from the ADF app to the BSSV server, but I have not been able to determine where the xml files are generated/saved on the server (on the fly?) so that I can review them.