How to retrieve documnts of the webdav server in Java ?

Hello,

This is a newbie question I guess.
Does anyone know how to retrieve a document from the webdav server in Java ?
We have word documents in Tamino, we wish to open these to transform in XML using Majix.
So we want to get the doc out Tamino using the webdav interface.

Thanks for your help.

Jef

J-F Declercq
Software AG Belgium
+32-2.777.03.28
www.jfdeclercq.com

Since WebDAV protocol is an extention of HTTP, you can use Java HTTP client classes (URL, URLConnection, etc.) to retrieve documents. Both HTTP and WebDAV implement GET method.