I just spent the last fifteen minutes trying to figure out why my HTTP GET request was hanging on input. I had had this problem a few days ago and solved it somehow, but I completely forgot how. It turns out, I just forgot to put a blank line at the end of my GET [...]
Filed under: Uncategorized | Comment (0)
As part of a new hobby/freelance project, I’ve been trying out the Citrus Framework, an integration test framework written in Java for SOA application. It’s quite neat and interesting. Right now, I’m using it mostly for testing sequences of HTTP GET and POST requests, and it works pretty nicely so far, although I did have [...]
Filed under: Uncategorized | Comment (0)