Re: class for BpropFindMethod

2004-10-02 Thread Oliver Zeigermann
That's great! Could you send the complete method or if applicable a patch to the orignal PROPFINDMETHOD? Thanks, Oliver IndianAtTech wrote: That's noting special about it We just change the code generateRequestBody() printer.writeElement(D, target, XMLPrinter.OPENING); for (int i = 0; i

Re: class for BpropFindMethod

2004-10-02 Thread Oliver Zeigermann
And, just wondering, is there no need to handle the response differently? Oliver IndianAtTech wrote: That's noting special about it We just change the code generateRequestBody() printer.writeElement(D, target, XMLPrinter.OPENING); for (int i = 0; i urllist.length; i++) { String

Re: class for BpropFindMethod

2004-10-02 Thread Julian Reschke
Looking at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/_webdav_bpropfind.asp, one thing that would need to be clarified is what type of URIs may appear under DAV:target -- just direct members of the target collection? That's the kind of stuff that routinely is

Re: class for BpropFindMethod

2004-10-02 Thread Oliver Zeigermann
Right... To me it looks like it is indeed just direct members. I was thinking of this being useful when you have tons of resources in a collection and you just want information about a few for performance reasons. Oliver Julian Reschke wrote: Looking at

Re: class for BpropFindMethod

2004-10-02 Thread Julian Reschke
Oliver Zeigermann wrote: Right... To me it looks like it is indeed just direct members. I was thinking of this being useful when you have tons of resources in a collection and you just want information about a few for performance reasons. But it's not stated anywhere, and DAV:href allows

Re: External Transaction (as defined by MS) problem

2004-10-02 Thread L Z
Hello Oliver, thank you for your answer. Here is the code snippet (sorry for the linebreaks but this is the best what i can get with yahoo). try { String parentPath = PathUtils.getParentUrl(rootPath);

Re: class for BpropFindMethod

2004-10-02 Thread Oliver Zeigermann
Do not know :( Julian Reschke schrieb: Oliver Zeigermann wrote: Right... To me it looks like it is indeed just direct members. I was thinking of this being useful when you have tons of resources in a collection and you just want information about a few for performance reasons. But it's not

Re: Searching in Slide

2004-10-02 Thread Darren Hartford
Hey all, Scanned though the archives on this thread on using DASL for searching. I'm new to WebDAV and Slide, and was wondering if you could share the client-side code to connect to the WebDAV server and execute the search? Would help me get up to speed much quicker! :-) I'm planning on

Re: class for BpropFindMethod

2004-10-02 Thread IndianAtTech
if applicable a patch to the orignal PROPFINDMETHOD? I will try to add the patch to PROPFIND method. Let me know how to do that But it's not stated anywhere, and DAV:href allows absolute URIs and complete paths as well. So what does Microsoft implement? In our case target URLS are with full

Re: class for BpropFindMethod

2004-10-02 Thread IndianAtTech
Sorry friend, For some reasons, I am not in position to contribute the entire class. I can try to give important snippets of class - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: class for BpropFindMethod

2004-10-02 Thread Oliver Zeigermann
No problem... Thanks anyway :) Oliver IndianAtTech schrieb: Sorry friend, For some reasons, I am not in position to contribute the entire class. I can try to give important snippets of class - To unsubscribe, e-mail: [EMAIL