mark - 2005-09-23

we have some servlets that take xml as the body of the http request, process the xml somehow, and return xml as the response.  i'd like to do integration testing on this application. can i post xml using httpunit as the body of the request to a url?

thanks!
~mark