When will we get support for searching using WEBDAV it seems to be a good way to integrated with other products...Will the Search broker support WEBDAV searching or do we have to write it ourself .....Regardsmagnus@ids.seHow do you use WebDAV? Let's say that you want to access items in your Calendar folder on Microsoft Exchange. Here is what a typical HTTP request might look like: SEARCH /exchange/tmccarthy/Calendar/ HTTP/1.1 Content-Type: text/xml Content-Length: **** ... <?xml version="1.0"?> select * from "
http://mail.interknowlogy.com/exchange/tmccarthy/Calendar/" After you send this request to the server, you get back an XML response with all the items that match your query. At this point, you have the data that you need, and you can safely end your HTTP connection.This example touches only the surface of WebDAV's capabilities. WebDAV is a powerful protocol that lets you use XML to handle unstructured data. In my opinion, this protocol can become a very useful building block in custom knowledge management solutions.