[purshah@danube test_install_dir]$ java org.globus.ogsa.client.CreateService http://localhost:8080/ogsa/services/samples/counter/basic/CounterFactoryService counter1 Termination Time: infinity Created service with reference: [purshah@danube test_install_dir]$ java org.globus.ogsa.impl.samples.counter.client.GetValue http://localhost:8080/ogsa/services/samples/counter/basic/CounterFactoryService/counter1 Counter Value:0 [purshah@danube test_install_dir]$ java org.globus.ogsa.impl.samples.counter.client.Add 7 http://localhost:8080/ogsa/services/samples/counter/basic/CounterFactoryService/counter1 Counter Value:7 [purshah@danube test_install_dir]$ java org.globus.ogsa.impl.samples.counter.client.GetValue http://localhost:8080/ogsa/services/samples/counter/basic/CounterFactoryService/counter1 Counter Value:7 [purshah@danube test_install_dir]$ java org.globus.ogsa.impl.samples.counter.client.Subtract 2 http://localhost:8080/ogsa/services/samples/counter/basic/CounterFactoryService/counter1 Counter Value:5 [purshah@danube test_install_dir]$ java org.globus.ogsa.impl.samples.counter.client.GetValue http://localhost:8080/ogsa/services/samples/counter/basic/CounterFactoryService/counter1 Counter Value:5