DAP4: Dataset Service: Difference between revisions

From OPeNDAP Documentation
⧼opendap2-jumptonavigation⧽
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Overview ==
== Overview ==


The Dataset response is requested by appending the suffix .xml to the file part of the dataset's referent (aka base) URL. The Dataset response is an XML document that contains all of the metadata included in the original dataset.
The Dataset Service provides a metadata description for a dataset.


== Request ==
== Request ==


[[DAP4:_Requests#Dataset_Request]]
The Dataset Service is invoked by appending the suffix <font size="2"><code>.xml</code></font> to the file part of the dataset's referent (aka base) URL and then dereferencing the new URL. The dataset service accepts a query string (constraint expression).
 
[[DAP4:_Requests#Dataset_Request | DAP4: Dataset Request]]


== Response ==
== Response ==
The Dataset response is an XML document that contains both the 'syntactic' (structural) and 'semantic' metadata for the dataset.


[[DAP4:_Responses#Dataset_Response]]
[[DAP4:_Responses#Dataset_Response | DAP4: Dataset Response]]


== Errors ==
== Errors ==


[[DAP4:_Responses#Error_Response]]
[[DAP4:_Responses#Error_Response | DAP4: Error Response]]


[[Category:Development|Development]][[Category:DAP4|DAP4]]
[[Category:Development|Development]][[Category:DAP4|DAP4]]

Latest revision as of 22:16, 29 March 2012

Overview

The Dataset Service provides a metadata description for a dataset.

Request

The Dataset Service is invoked by appending the suffix .xml to the file part of the dataset's referent (aka base) URL and then dereferencing the new URL. The dataset service accepts a query string (constraint expression).

DAP4: Dataset Request

Response

The Dataset response is an XML document that contains both the 'syntactic' (structural) and 'semantic' metadata for the dataset.

DAP4: Dataset Response

Errors

DAP4: Error Response