@echo off echo This test assumes a server URL of http://localhost:8080/soap/servlet/rpcrouter echo Deploying the propertybag service... java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/servlet/rpcrouter deploy DeploymentDescriptor.xml echo . echo Verify that it's there java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/servlet/rpcrouter list echo . echo Running the propertybag test java samples.propertybag.PropertyBagClient http://localhost:8080/soap/servlet/rpcrouter echo . echo Running the propertybag test with the 1999 schema java samples.propertybag.PropertyBagClient -9 http://localhost:8080/soap/servlet/rpcrouter echo . echo Undeploy it now java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/servlet/rpcrouter undeploy urn:property-bag-sample echo . echo Verify that it's gone java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/servlet/rpcrouter list