With the URL adapter it should be possible, to execute simple WebDAV operations.
For instance, to retrieve a document is simply a GET request. It is important to set the correct authentication option (CURLOPT_HTTPAUTH).
Simple PUTs shouldn’t be a big issue with cURL. See details:
– http://docu.e2ebridge.com/Overview+on+the+cURL+Options+used+with+the+URL+Adapter
– http://curl.haxx.se/libcurl/c/curl_easy_setopt.html
For more complex requirments, we recommend wrapping a WebDAV Java Library with the Java adapter. There are some libraries that can be used, e.g.:
– https://github.com/lookfirst/sardine
– http://sourceforge.net/projects/webdavclient4j/