Creating a Data Service
Creation of caGrid Data Services
is made easy using the Introduce Grid Service Development Toolkit
in conjunction with a set of specialized extension components
. Initial creation of the service is a simple process to begin:
Launch the Introduce Grid Service Authoring Toolkit
In a system terminal execute the following commands to launch Introduce

%> cd %CAGRID_LOCATION%
%> ant introduce
Create the Service Skeleton
- Select Create caBIG Service from the toolbar at the top of the Introduce portal, or select Tools -> Create caBIG Service from the menu. The Create caBIG Grid Service screen will appear.
- Choose a directory in which to place the generated service. This tutorial will use "C:\CaGridTutorialService".
- Type in the Service Name. This tutorial will use "CaGridTutorialService".
- Choose a Package Name. This tutorial will use "gov.nih.nci.cagrid.tutorial".
- Choose a Namespace. This tutorial will use "http://tutorial.cagrid.nci.nih.gov/CaGridTutorialService".
- NOTE: The service creation dialog will attempt to guess this for you from your package and service names.
- Select the Data Service radio button from the Customize Service section.

- Click the Create button located at the bottom of the creation screen.





