Hi everyone,
I am about to embark into my own Web services or overriding existing ones. I have a number of client request for document ingestion where I need to actually set the creation date (and possibly the created by user). I've already explored one method of override where I make a copy of the SDO in my ospace and in my __Init() method set an override for whatever scripts in the SDO I want to override,copying the original script to <methodname>_<ospacename> (the so-called Chris Webster method
.
As I think about it, I would probably rather write my own standalone web service but I'd like to be able to reuse the Doc Mgmt services Node and metadata objects but where I write my own object creation methods (all using the correct llNode methods of course). When authoring one's own Wewb service, is it possible to reference objects in other web services (i.e. in my custom, can I have a Node SDO as an argument) or do I need to extend the DocMan service to use its SDO's?
A few good examples of extending existing web services or creating new ones from scratch would be nice as that's the one aspect of Web Services I've yet to get working.
-Hugh