Skip to content
Pier Paolo Ramon edited this page Mar 12, 2014 · 1 revision

This page assumes you already had an handle to the connector:

var liferay = require('liferay-connector');

Overview

To execute a JSON WS call:

  • you need a connector for a specific Liferay version;
  • the connector creates sessions, which stores information about
    • the portal url (host),
    • the authentication credentials (login and password);
  • you call the .invoke method of a session.
Clone this wiki locally