Service: ------- To install this service on an Apache-SOAP listener, you need to make the samples.addressbook package available on the Apache-SOAP listener's classpath. Then deploy this service by filling in the deployment template using the info in the deployment descriptor in this directory or by using the service manager client: java org.apache.soap.server.ServiceManagerClient routerURL deploy dd.xml where routerURL is the URL of the SOAP RPC router and dd.xml is the name of the deployment descriptor file. For example: java org.apache.soap.server.ServiceManagerClient \ http://localhost:8080/soap/servlet/rpcrouter deploy DeploymentDescriptor.xml Client: ------ There is one HTTP client that sends the contents of a file as a byte array and writes the response, which is an echo of the original file with the last 1024 bytes changed to 0x5a, to a new file. Additional Client Classpath Requirements: ---------------------------------------- ../.. Explanation: ----------- Basically an echo service, but configured with gzip encoding enabled on both the client and the server. Sample Usage: ------------ java samples.gzip.GzipClient \ http://localhost:8080/soap/servlet/rpcrouter GzipClient.java return.dat