Thursday, December 22, 2011

Invoking BPM processes via Java

Simple scenario -



Client will do a sync invoke the expressOrderProcess and get back an acknowledgement.

Steps -

1. Define conversation/interface for ProcessExpressOrder and Acknowledge
This will generate the wsdl and the required artifacts therein.




2. Create an EJB Service Interface based on the WSDL



3. Deploy and check that you can see the EJB in the JNDI tree




4. Create the Java client



Full doc at

https://docs.google.com/open?id=0B7YrnfO7h717ZDhmYjk0ODMtZTg5NS00NGRjLWFiOWEtYTM5NDhhNDMwNGU0

No comments: