I am running an XML request on two separate servers (test and production) and comparing the XML response (message payload).
Manually we compare the responses on tools like Beyond Compare and see the differences highlighted.
We are trying to automate this, and display the differences on the webpage (maybe a screenshot from Beyond Compare) .
Can we somehow keep the comparison tool on the server and take the screenshots from there and display on the webpage? Or
Is there some other tool possible?
Or the only way would be to trigger the comparison tool from the user's machine.
Please suggest the correct way to do it or point to a documentation.
Thank You.