You are on page 1of 1

http://www.ibm.

com/developerworks/websphere/library/techarticles/1202_olivieri/1202_ol
ivieri.html#download
------------------------------------------------------------------------------------------------------------------Re: Can we expose BPD as a webservice to a external world in Process Designer
Mar 11, 2013 in response to SystemAdmin
Hi,

I have tried 2 different ways of invoking BPD from external application.


1. UCA can invoke BPD (As Kolban has mentioned)

2. Create custom integration service and use JS API (startProcessByName) and pass
your input parameters to BPD. Integration service would return Process Instance ID and
other business data if specified. You can expose this integration service as Web service
and consume from any 3rd party application.

-----------------------------------------------------------------------------------------------------------------good link: infocenter:


http://www01.ibm.com/support/knowledgecenter/SSFTN5_8.5.0/com.ibm.wbpm.cloud.doc/ichomepage-cloud.html?lang=nl
https://www.ibm.com/developerworks/community/blogs/WebSphere_Process_Server/ent
ry/developing_a_process_app?lang=en

You might also like