Introduction
A common way to start an Oracle BPM (Business Process
Management) process instance is by exposing it as a web service and
calling it from an external system, web application, or mobile
application. We can also achieve this in PCS, where start events
are automatically exposed as SOAP web services. PCS instances can
be also started using the provided REST API.
In terms of mobile development, the best practice is to consume
REST/JSON web services in order to take...