I have a question. I have to develop an Application with JAVA SE that call a servlet with POST request and recive a response from the called servlet.
My application and the servlet exchange an xml files.
My question is: Is it possible with Java SE invoke a servlet with a post request? Is there some resoruce that I can study where I can find some advice?
Thanks Luca