留言板

How to add new DL File Entry via SOAP Liferay 6.1

Yan L,修改在12 年前。

How to add new DL File Entry via SOAP Liferay 6.1

New Member 帖子: 2 加入日期: 11-10-12 最近的帖子
Hi all,

I have a question about SOAP Liferay 6.1

At the lifelay 6.0 , we can use web service to add dL file entry through the method DLFileEntryServiceSoap.addFileEntry
However, I found that the method addFileEntry is missing in Liferay 6.1.
Is there any other method I can use to add DL file entry through web service?

Thanks
thumbnail
Nagendra Kumar Busam,修改在12 年前。

RE: How to add new DL File Entry via SOAP Liferay 6.1

Liferay Master 帖子: 678 加入日期: 09-7-7 最近的帖子
Try to open the following URL (here the change the port number according to port number your server is running on)

http://localhost:8080/tunnel-web/axis/Portlet_DL_DLFileEntryTypeService?wsdl

Check addFileEntryType method in that - it might be the method you are looking for
Mickaël Manteau,修改在12 年前。

RE: How to add new DL File Entry via SOAP Liferay 6.1

New Member 帖子: 7 加入日期: 11-12-6 最近的帖子
Hello

did you find a way to add a new file entry in liferay with soap ?
Bill Dolan,修改在11 年前。

RE: How to add new DL File Entry via SOAP Liferay 6.1

New Member 帖子: 16 加入日期: 10-6-29 最近的帖子
I am looking for this answer as well. No methods in any DL File related services include an option for adding. Checkin methods do not have any element for the content of the file (previously "bytes" element in 6.0).
thumbnail
Juan Gonzalez P,修改在11 年前。

RE: How to add new DL File Entry via SOAP Liferay 6.1

Liferay Legend 帖子: 3089 加入日期: 08-10-28 最近的帖子
Yan L:
Hi all,

I have a question about SOAP Liferay 6.1

At the lifelay 6.0 , we can use web service to add dL file entry through the method DLFileEntryServiceSoap.addFileEntry
However, I found that the method addFileEntry is missing in Liferay 6.1.
Is there any other method I can use to add DL file entry through web service?

Thanks


Known bug:

http://issues.liferay.com/browse/LPS-26475

Solved in current trunk, but unfortunately it isn't backported to 6.1.1 GA2, so at this time won't be for next release.

The good news are that I am going to include this issue in the patch I am going to make for 6.1.1 GA2 unsolved (and important IMHO) issues. Stay tuned in forum whenever 6.1.1 comes out.