- GASH Soap Service -

WSDL file

SOAP API

Sample client program for Java

  To run this sample client program, please follow the following steps.
  1. Download above two files. (gash-client.jar, GashClient.java)
  2. Download the Apache Axis library (version 1.1).
  3. Compile GashClient.java
    $ javac -classpath /path/to/axis/lib/axis.jar:/path/to/axis/lib/commons-discovery.jar:/path/to/axis/lib/commons-logging.jar:/path/to/axis/lib/jaxrpc.jar:/path/to/axis/lib/saaj.jar:/path/to/axis/lib/wsdl4j.jar:/path/to/gash-client.jar GashClient.java
  4. Run the client program
    $ java -cp .:/path/to/axis/lib/axis.jar:/path/to/axis/lib/commons-discovery.jar:/path/to/axis/lib/commons-logging.jar:/path/to/axis/lib/jaxrpc.jar:/path/to/axis/lib/saaj.jar:/path/to/axis/lib/wsdl4j.jar:/path/to/gash-client.jar GashClient