Hi,

Imagine I use the CopyMethod, MkcolMethod, ... directly.
If I set the client :


HttpClient client = new HttpClient();
client.startSession("localhost",80, new Credentials("root", "root"));
...
client.executeMethod(copy);
...

Must I declare it every time I call a method, a can I set it just one time - for one 
given resource - and call all methods I want on this resource ?

thanx

Reply via email to