Venkatesh wrote:
I am trying to write a simple Java REST program that will
try to converse with WebDAV and do simple file operations (create,
read, update , delete etc..). I am new to HttpClient and i can see that
it can do most of the well known HTTP operations such as GET, PUT,
POST, DELETE etc. WebDAV however has some customized methods such as
MKCOL, PROPFIND. i find that i am unable to open an HTTP call for
MKCOL similar to HTTP call for GET/PUT.
For the standard HTTP based operations, i can see objects
like "GetMethod"/"PostMethod" etc.. Is there a way in which i can
communicate with WebDAV for MKCOL, PROPFIND operations using
HttpClient? Any pointers on this would be greatly helpful.
-Venky
Venky,
Are you planning to use HttpClient 3.1 or 4.0? The newer version of HttpClient
has a much better and more flexible API, but it is still considered unstable.
Oleg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]