Hello,
Is that good idea to POST XML data to Tomcat?
I wish to make HTTP request to servlet in Tomcat.
Method POST
Content Type: text/xml
Content would be non encoded XML file.
Is it good idea in general. My tomcat handles such requests now.
Is it expected that it will work in future?
Is there any limitations? e.g. request.getParameter() - should
parse GET parameters only.
--
Best regards,
Dima mailto:dima@(protected)
---------------------------------------------------------------------
To start a new topic, e-mail: users@(protected)
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)