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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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