On Wed, Mar 12, 2008 at 4:37 AM, Marcus <[EMAIL PROTECTED]> wrote: > Hi Adam, > > Thanks for pointing me towards curl. What an infinitely useful little CLI > utility for web development. I can see myself using this a lot from now on! > I plan communicating throughout the whole REST application in XML. > > To test, I am simply using "curl --data-binary @input.xml --request PUT/POST > http://localhost.........." > (Please tell me if this is the wrong way to be RESTfully testing)
certainly it is restful, but I worry that if it is not automated, it is not that good from a test-driven process perspective.

