Invoking Data Service
Start the Service Container
- Using a new command prompt, change to the Globus location directory and start up Globus. (If globus is already running, be sure to terminate it before you proceed with starting another one.)

%> cd %GLOBUS_LOCATION%\bin
%> globus-start-container.bat -nosec
Invoke the data service client
- At the command prompt, change to the data service root directory and run the ant task to launch the client.

%> cd C:\CaGridTutorialService\
%> ant runClient
C:\CaGridTutorialService>ant runClient
Buildfile: build.xml
setGlobus:
checkGlobus:
[echo] Globus: C:\progs\Globus
defineClasspaths:
runClient:
[echo] Connecting to service: http://localhost:8080/wsrf/services/cagrid/CaGridTutorialService
[java] JVM args ignored when same JVM is used.
[java] Running the Grid Service Client
[java] Breast cancer 2, early onset
[java] Breast cancer 1, early onset
[java] Query Complete.
BUILD SUCCESSFUL
| Note that the results of the query may be somewhat different as data is updated in the caBIO service. |





