Given the DFS exposes parts of the Documentum API as web services, it should be possible to consume the web services via scripitng (ala javascript of VBScript or even pelrscript). Basically any scripting language that can execute web service requests.
I'm looking for an example of such a script using the DFS interface to create a new document in a content server without using proxies, productivity layer, etc.
Just a pure javascript would be fine, but the point is something using the DFS without the benefit of any client-side "extras".
Does anybody have such a thing?