I was wondering if there is an application that would allow me to send XML to a URL. This would help me, then I don’t have to write little scripts that do it, when I just want to test something or want to grab some data from a API somewhere.
There ruddy well is now .... http://krakjoe.com/applications-for-no-reason/xml-test.zip A few things to remember, you have a "post console" there, so if you're sending xml data you need to set the content type in the headers box as shown in the screenshot there, by default if you don't set a content-type it will be set to application/x-url-form-encoded and xml strings will be corrupt .... have fun .......