AJAX Java XMLHttpRequest with XML
843834Oct 18 2005 — edited Nov 15 2005I've used AJAX before with ASP, and I've sent requests as XML and parsed them server side. Is this not possible with Java Servlets? I've looked at a bunch of tutorials and they all seem to use the XMLHttpRequest to simulate a post, opposed to actually posting parsable XML.