I also posted this question on Stackoverflow.
I'm trying to access Liferay's document library via web service. To do this I used Eclipse to create a web client from Liferay's Portlet_DL_DLAppService wsdl. It all went well and I think I can easily create a file remotely, but the generated Classes do not seem to have any functionality to read back a file's content.
DLAppService has methods to get FileEntries, but while the Interface FileEntry has the method getContentStream(), but the proxy class in the generated web client (FileEntrySoap) does not.
I feel like I'm missing something fundamentally, since I think I'm not the first one to use Liferay's document library via web service?
Any hint or pointer would be welcome.
I'm trying to access Liferay's document library via web service. To do this I used Eclipse to create a web client from Liferay's Portlet_DL_DLAppService wsdl. It all went well and I think I can easily create a file remotely, but the generated Classes do not seem to have any functionality to read back a file's content.
DLAppService has methods to get FileEntries, but while the Interface FileEntry has the method getContentStream(), but the proxy class in the generated web client (FileEntrySoap) does not.
I feel like I'm missing something fundamentally, since I think I'm not the first one to use Liferay's document library via web service?
Any hint or pointer would be welcome.