This directory contains the source code for two example implementations of a Java Web Service client that communicate with a deployed Stardust engine which provides Web Services:
com.infinity.bpm.examples.wsclient.IppWsClientExampleApp
- This example demonstrates running a tiny process
using the Stardust Web Services API. Please note that a deployed model
IppWsClientExampleModel.xpdl, which is shipped with this
example as well, is necessary to run this sample application.com.infinity.bpm.examples.wsclient.IppWsClientAuthExampleApp
- This example demonstrates all permitted
authentication mechanisms.Click the following link to download the sources as ZIP file:
In order to build an own Stardust-WS Client the factory com.infinity.bpm.examples.wsclient.IppWsFactory may be used
to easily gain a reference to an exposed Stardust Web Service. To run the examples the properties file ipp-ws.properties
has to be put in the classpath and is bound to contain the properties (host, port and context root) of the actual running Stardust
Web Service.