Hi,
There is a requirement to expose a documentum process template (built on Process Builder) as a web service so that the external applications could access the web service to create process instance of that process template and to pass data in-between to the process instance.
This requirement is for the purpose of BPM orchestration purpose of Enterprise Integration Architecture.
I understand that the workflow DFS services are available for working with process templates and workflows. However, the DFC client code has to be given to all clients who want to access the services. This is not a standard process. If the process template is exposed as web service, everybody would access in a standard WSDL, SOAP way.
So, need help in how to expose the process templates as a Web Services.