Exposing process template as a web service

SravanKadaveru
edited July 2, 2012 in Documentum #1

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.

Tagged:

Comments

  • SravanKadaveru
    edited July 2, 2012 #2

    Hi experts,

    Any help in this regards? Am looking how to access process template for creating instance of it from external applicaitons (out side of content repository and context) like from ESB layer.

    How do we do this? There would not be DFS libraries available in ESB layer.

    We need to access through WSDL... but what is that wsdl and how to create this? When it gets created? does it availbale for each process template? or one wsdl will give list of all process tempaltes?

    Please help.