I am currently testing a desktop application which is sending some data to a web URL in XML format, for some reason this data seems to be not sent in the correct format.
I need to know if there are any website or script that I can use to troubleshoot this issue, for example I can point and send my test data to a website or script that can the data coming from my application, so that I can trouble shoot it.
<SMS>
<authentification>
<username>john</username>
<password>johnpass</password>
</authentification>
<message>
<sender>14756541254</sender>
<text>Thank you for booking with <Company>.Your confirmation no is <ConfNr>.For further information please call <Phone></text>
</message>
<recipients>
<gsm><MOBILE></gsm>
</recipients>
</SMS>"