Nitin Biniwale:
Hi Amit,
I am able to get the list of services. I am also able to test some services using the soapUI. I wanted to know the name of the service with which I will be able to upload documents in to the Document Library. I also need to search, download the documents. [I have used the url http://localhost:9980/api/axis]. Please help.
Thanks,
Nitin
Generally working with portlets, we use DLFileEntryService.addFileEntry() and DLAppLocalServiceUtil.addFileEntry().
And now consider suppose you want to upload any document that what you will do basically, first you will create the folder when you upload the document first time. And after creating the folder with particular name in Document Library then you upload the file on it.
So for that you need to use the two services one for creating folder and other for file Entry.
Portlet_DL_DLFolderService for creating folder and I was wondering for fileEntry
Portlet_DL_DLFileEntryService or DLAppService service in order to add file but unfortunately not able to find any webservice that will help to upload the file. I think in liferay inbuilt webservice they had not provided any facility or functions to upload the document.
Looking into it and let you know if find anything else on it.
Thanks & Regards,
Amit Doshi
Please sign in to flag this as inappropriate.