HTTPClient communication

Lwjyxcffx

New Member
Good evening,I've started using the HTTPClient API. ( http://hc.apache.org/ )What I need is the following:[*]On the client, using a POST message, deliver an XML file residing in the message's body to a service (for example localhost/myscript). That I know how to do.[*]Now, I don't know how to start coding the other part, getting the POST message and obtain the XML file.I've already read the following questions:How to use HttpClient using Post method?Apache 4.1 HttpClient POST and GETRegards,Nuno.
 
Back
Top