Service Builder can generate local and remote services for your Liferay apps. The section of tutorials on Service Builder gives a general introduction to Service Builder, as well as instructions on generating your app’s local services. But Service Builder can also generate remote web services automatically. Here, you’ll learn how to both generate and invoke remote JSON and SOAP web services. Because Liferay’s web services are created this way, knowing how to invoke these services opens many development possibilities. This section includes the following tutorials:
-
Creating Remote Services: Use Service Builder to generate your app’s JSON and SOAP web services.
-
Invoking Remote Services: Learn the basics of invoking JSON and SOAP web services in Liferay.
-
Service Security Layers: Learn how Liferay secures web services, and how to invoke them with proper authentication.
-
Registering JSON Web Services: Learn some of the details behind how Service Builder generates JSON web services, and how you can tailor this process to your needs.
-
Invoking JSON Web Services: Learn how to invoke Liferay’s JSON web services API via URL. This includes information on passing URL parameters, troubleshooting, and more.
-
JSON Web Services Invoker: Learn how to use Liferay’s JSON Web Services Invoker to optimize your JSON web service calls.
-
Configuring JSON Web Services: Learn which properties you can use to control how JSON web services behave in your Liferay instance.
-
SOAP Web Services: Learn how SOAP web services work in Liferay.