Version response: Difference between revisions

From OPeNDAP Documentation
⧼opendap2-jumptonavigation⧽
(New page: The version response is a way for a DAP-compliant server to advertise the versions of the DAP it supports along with the versions of the software with which it is built. == DAP 3.1 == In...)
(No difference)

Revision as of 21:29, 29 July 2008

The version response is a way for a DAP-compliant server to advertise the versions of the DAP it supports along with the versions of the software with which it is built.

DAP 3.1

In DAP 3.1, the version response is an XML document such as the following:

<?xml version="1.0" encoding="UTF-8"?>
<OPeNDAP-Version>
  <BES-Version>
    <BES>
      <prefix>/</prefix>
      <lib>
        <name>bes</name>
        <version>3.6.2</version>
      </lib>
    </BES>
    <Handlers>
      <lib>
        <name>dap-server/ascii</name>
        <version>3.8.5</version>
      </lib>
      <DAP>
        <version>2.0</version>
        <version>3.0</version>
        <version>3.1</version>
      </DAP>
      <lib>
        <name>hdf4_handler</name>
        <version>3.7.8</version>
      </lib>
      <lib>
        <name>netcdf_handler</name>
        <version>3.7.9</version>
      </lib>
      <lib>
        <name>dap-server/usage</name>
        <version>3.8.5</version>
      </lib>
      <lib>
        <name>wcs_module</name>
        <version>1.0.0</version>
      </lib>
      <lib>
        <name>dap-server/www</name>
        <version>3.8.5</version>
      </lib>
    </Handlers>
  </BES-Version>
  <OLFS>
    <lib>
      <name>olfs</name>
      <version>1.4.0</version>
    </lib>
  </OLFS>
  <Hyrax>
    <lib>
      <name>Hyrax</name>
      <version>1.4.0</version>
    </lib>
  </Hyrax>
</OPeNDAP-Version>

DAP 3.2