hi everybody I want to interact with the alfresco's webservice server using my web service's client. I have to do some things: 1- upload a document into a folder (contained in an alfresco's space) 2- update some properties (custom aspect I've added at the same time of the uploading of the document) with some values I want.
to do the first step I thought to use the method addObjectToFolder exposed by MultiFilingServicePort; for the secon step I thought to use updateProperties exposed by ObjectServicePort;
I'd like to know from someone if I'm right or not.