Hi, Can the CmisService interface be changed to be more in line with the browser binding?
For example, the create methods could return ObjectData instead of String. Or, alternatively, they could return an ObjectId and the server implementation can choose to return only an id or a full object; similar to what was done with PropertyDataWithDefinition. In general the service methods could return all the needed information to construct the browser binding response. This could also help solve the client side issue that the java client cannot access the response from services, and thus that they cannot be tested (e.g. in the TCK). Michael