Hi all, I have created through the web interface http://192.168.1.5:8080/api/jsonws the following call CURL
Hi there, I need assistance in the following scenario: I have downloaded and installed Liferay Portal 5.5-5.1.2. on my Windows Vista.
It is being made a Publications Migration ( the JournalArticle kind ) to a Liferay portal via web service using the method " addArticle " .
I'm trying to add a journal article , and i try with this code Map<locale, string> titleMap = new HashMap<locale, string>();
The main question is how to publish the web content in LifeRay from the work-flow tool (the information must match different templates defined in LifeRay).
Using Liferay 6 with Tomcat Bundle. I am successfully adding journal articles to my liferay system and then adding categories to the associated Asset.
Since it is a "secure" (authenticated) interface we need to provide a username and password. This is done using HTTP Basic Authentication, which of course is ...
I would like to edit a webcontent (journalarticle) in Liferay and create a new version from that from a custom portlet.
Hi, I have developed some code that creates a new JournalArticle and populates it succesfully with data according to its structure. I'm using Liferay 7.
It worked using JournalArticleLocalServiceUtil.addArticle. Simple example (I will change to context variables, just wanted to test it):