Hi Martin,
Yes you can and it is real simple. Attached you will find a simple VB6 example which I have used to play a bit with our first Tamino WebDAV implementation (and I invite those who are interested to do the same).
Here you can see how to explore the collections, properties, locking/unlocking of documents and related to this locking the use of an opaque token (which is required in order to lock a document).
The only thing you need is XMLHTTP (or ServerXMLHTTP, but watch out ServerXMLHTTP won’t work on Windows client machines) and a WebDAV reference (that’s how I did it).
BTW XMLHTTP is part of msxml4.dll (i.e. version 4 but you can also use previous versions).
Kind regards,
Rudolf
Tamino_WebDAV_Client.zip (33.1 KB)
#webMethods#Tamino#API-Management