Skip to main content

The WMS application we are developing integrates extensively with external systems, such as picking solutions and ERP platforms.

Communication between these systems is handled through XML messaging. Occasionally, a message may fail.

For example, when an incorrect value is provided, such as sending a string where an integer is expected.

Whenever an error occurs, whether due to syntax or processing issues, the XML message is stored in a designated failed folder. At the same time, a record is created in the application’s interface_error table. This record contains both the XML body and the corresponding error message, enabling users to review the failed message. From there, they can choose to resend it to the target system or take alternative corrective actions.

To improve readability and usability, we would like to display the XML content using pretty print formatting in the multiline form field.

So it looks like this:

In stead of this:

 

NewOpen