Stardust Web Services Java Client Example

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:

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.