Nova Orchestra provides a set of other commands that can be usefull
A command to check the status of Nova Orchestra. This command tells if the engine is started and if so, gives the names of processes deployed on the engine :
>ant status
A command to simulate a Web Service call. This command will simulate a WS call to interact with a deployed process :
>ant call -Dendpoint=<service_url> -Daction=<SOAP_action> -Dmessage=<message>
For example :
>ant call -Dendpoint=http://localhost:8080/orchestra/services
-Daction=http://orchestra.ow2.org/weatherArtifacts/process/weatherPT
-Dmessage="<weatherRequest xmlns='http://orchestra.ow2.org/weather'>
<input>Grenoble,France</input>
</weatherRequest>"