Deploy: java org.apache.axis.client.AdminClient attachdeploy.wsdd Usage: java samples.attachments.EchoAttachment [options] file | dir options: -d turn on debugging - more 'd means more info -h server host name -l ie. http://localhost:80/axis/servlet/AxisServlet -p server port number -s ie. axis/servlet/AxisServlet -u user-id -w password If you use the authorization and authentication handlers you'll need to add a couple of files to your Servlet Engine's current dir: users.lst - list of users and passwords perms.lst - list of users and allowable actions per user The demo sends the file specified as an attachment to the service which in turn sends the same attachment back. The file sent back is then compared to see if it matches with the original. If a directory is specified, the same is done except all the files in that directory are sent, received and compared in one call. Scripts are provided to help with the above. Specify the above options if the host is not "localhost" or the port is not 8080. deployit Will deploy the service. testit Will test the service. undeployit Will undeploy the service.