Hi Oleg,
Is it possible with HttpClient to send raw http requests? We have a new requeriment where an user can enter the following http request in a text area: POST http://www.server.com/webservice HTTP/1.1 <http://www.server.com/webservice%20HTTP/1.1> Content-Length: 243 <?xml version > Its not necessary to parse this request, just send it directly. Can I do this with HttpClient? Thanks, Joan.
