This change would be rather minor, however it would change the WSDLs in the Enterprise version.
Instead of referring to a document by using two separate fields as is done up to version 1.2, i.e. name and type, we could use a single string in the form <document_type>.<document_name>,
e.g. "letter.MyLetter1" or "acroForm.FooDocument". The reasons for that are:
- later it would be possible to extend this syntax by specifying document source (provider), for instance: myFtpServer.acroForm.FooDocument or myAlfresco.letter.myLetter
- it would make it easier to reffer to documents in the potiential request-DSL, we could possibly write: doc = "acroForm.form1" instead of doc=(acroForm, form1) or somehting similiar.
- it would be more consistent with the way to data sets are referred to, i.e. using dot notation.