
                                Terradue WPS Client (UNKNOWN_BRANCH@r??????; 2017-04-29 00:54:26+0000)
                                                     ----
                                                   2011-2012

Introduction

  A CLI tool client for WPS

========================================================================================================================

Install WPS Client

  WPS Client is a Java tool, so you must have Java installed in order to proceed. Users need at least the
  Java Runtime Environment (JRE), the Java Development Kit (JDK) is a plus.

  [[1]] Extract the distribution archive, i.e. wps-client-1.0.0-4.4.0-126103.tar.gz to the directory you
        wish to install gtu.
        These instructions assume you chose /usr/local/terradue/wps-client-1.0.0-4.4.0-126103.
        The subdirectory wps-client-1.0.0-4.4.0-126103 will be created from the archive.

  [[2]] Add binaries to your path, e.g. export PATH=/usr/local/terradue/wps-client-1.0.0-4.4.0-126103/bin:$PATH.

  [[3]] Make sure that JAVA_HOME is set to the location of your JDK, e.g. export JAVA_HOME=/usr/java/jdk1.5.0_02
        and that $JAVA_HOME/bin is in your PATH environment variable.

========================================================================================================================

Run WPS Client from Shell

  Once installed, type the following in a terminal or in a command prompt `wpsclient -h` and let's have a look at the
  available options:

+--------------------------------------+
$ ./bin/wpsclient -h
Usage: wpsclient [options]
  Options:
    -I, --INPUT          WPS input parameter(s).
                         Syntax: -Ikey=value
                         Default: {}
    -a, --asynchronous   Set the execution as asynchronous.
                         Default: false
    -c, --capabilities   Display WPS GetCapabilities.
                         Default: false
    -d, --describe       Display DescribeProcess for a given process ID.
                         Default: false
    -e, --execute        Execute the given process ID with the eventually given
                         parameter(s).
                         Default: false
    -h, --help           Display help informations.
                         Default: false
    -p, --process        The process ID to be used.
    -t, --time           Set the polling interval, in case of asynchronous
                         execution, in milliseconds.
                         Default: 2000
    -u, --url            The WPS url (e.g.
                         "http://localhost:8080/wps/WebProcessingService").
+--------------------------------------+
