SOAP Attachments example

This example demonstrates SOAP Attachments for RPC-style services,
transferring binary files between clients and a server.
Tested with Apache SOAP 2.2 and the Tomcat 3.2.3 servlet engine.

You must have TOMCAT_HOME and CLASSPATH set in your environment
to use the included Makefile.  And you must create a binary file
named "hello.jpg".

To build the example:
  % make
  % make install

To install the service:
  % tomcat.sh stop
  % tomcat.sh start
  % make deploy

To run test cases:
  % make put
  % make puterror
  % make get
  % make geterror

