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:
org.eclipse.stardust.examples.wsclient.WsClientExampleApp
- This example demonstrates running a tiny process
using the Stardust Web Services API. Please note that a deployed model
WsClientExampleModel.xpdl, which is shipped with this
example as well, is necessary to run this sample application.org.eclipse.stardust.examples.wsclient.WsClientAuthExampleApp
- 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 org.eclipse.stardust.examples.wsclient.WsFactory may be used
to easily gain a reference to an exposed Stardust Web Service. To run the examples the properties file product-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.