The default OGSA-DAI service names used by installers are as follows:
DataRequestExecutionService DataResourceInformationService DataSourceService DataSinkService SessionManagementService RequestManagementService
For OGSA-DAI Axis this yields the following URLs, assuming use of the
default dai webapp:
http://HOST:PORT/dai/services/DataRequestExecutionService http://HOST:PORT/dai/services/DataResourceInformationService http://HOST:PORT/dai/services/DataSourceService http://HOST:PORT/dai/services/DataSinkService http://HOST:PORT/dai/services/SessionManagementService http://HOST:PORT/dai/services/RequestManagementService
The six OGSA-DAI resource types have the following names:
uk.org.ogsadai.DATA_REQUEST_EXECUTION_RESOURCE uk.org.ogsadai.DATA_RESOURCE uk.org.ogsadai.DATA_SOURCE_RESOURCE uk.org.ogsadai.DATA_SINK_RESOURCE uk.org.ogsadai.DATA_SINK_RESOURCE uk.org.ogsadai.SESSION_RESOURCE uk.org.ogsadai.REQUEST_RESOURCE
The four standard OGSA-DAI resource templates for dynamically-created resources have the following IDs:
uk.org.ogsadai.DATA_SINK_TEMPLATE uk.org.ogsadai.DATA_SOURCE_TEMPLATE uk.org.ogsadai.REQUEST_TEMPLATE uk.org.ogsadai.SESSION_TEMPLATE
In addition OGSA-DAI's resource template for resource group data resources has the following ID:
uk.org.ogsadai.RESOURCE_GROUP_TEMPLATE
The following resource properties are supported by OGSA-DAI resources by default:
Activities supported by an OGSA-DAI resource.
http://uk.org.ogsadai.resource.activities.SupportedActivities
Termination time of the resource.
http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.xsd.TerminationTime
Current time of the resource.
http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.xsd.CurrentTime
A constant denoting the status of a data sink.
http://uk.org.ogsadai.resource.datasink.DataSinkStatus
A constant denoting the status of a data source.
http://uk.org.ogsadai.resource.datasource.DataSourceStatus
The request status, including information on the status of each activity and possibly output data.
http://uk.org.ogsadai.resource.request.RequestStatus
A constant denoting the execution status of a processing request.
http://uk.org.ogsadai.resource.request.RequestExecutionStatus
OGSA-DAI resource property names map to qualified names
(as handled by the javax.xml.namespace.QName
class) as follows:
.)
then these map for the namespace and local name
of a qualified name e.g. for prefix.Name
the namespace is prefix and the
local part Name. For
longer.prefix.Name the namespace is
longer.prefix and the local
part is Name.
For example:
http://uk.org.ogsadai.resource.activities.SupportedActivities
corresponds to the qualified name:
{http://uk.org.ogsadai.resource.activities}SupportedActivities