DataDoors


Click here for a complete list of operations.

GetFootprintMetadata

Acquires the MetaData for a specific Product Footprint. RETURNS - A Footprint type with the MetaData type populated.

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
FootprintUID:

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /webservices/DataDoors.asmx HTTP/1.1
Host: www.datadoors.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.datadoors.net/GetFootprintMetadata"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetFootprintMetadata xmlns="http://www.datadoors.net">
      <FootprintUID>string</FootprintUID>
    </GetFootprintMetadata>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetFootprintMetadataResponse xmlns="http://www.datadoors.net">
      <GetFootprintMetadataResult name="string" uid="string" acq_date="dateTime" license_name="string" is_metadata_available="boolean" is_browse_available="boolean" processing_level="string" cloud_cover="string" incidence_angle="string" sun_angle="string" snow_cover="string" quality="string" accuracy="string" ground_station_name="string" sun_azimuth="string" sun_elevation="string" satellite_azimuth="string">
        <Geometry>string</Geometry>
        <Metadata>string</Metadata>
        <Browse>base64Binary</Browse>
        <License>string</License>
        <UserLicense uid="string" provider_uid="string" name="string" is_default="boolean" />
        <Footprints>
          <Footprint name="string" uid="string" acq_date="dateTime" license_name="string" is_metadata_available="boolean" is_browse_available="boolean" processing_level="string" cloud_cover="string" incidence_angle="string" sun_angle="string" snow_cover="string" quality="string" accuracy="string" ground_station_name="string" sun_azimuth="string" sun_elevation="string" satellite_azimuth="string">
            <Geometry>string</Geometry>
            <Metadata>string</Metadata>
            <Browse>base64Binary</Browse>
            <License>string</License>
            <UserLicense xsi:nil="true" />
            <Footprints xsi:nil="true" />
          </Footprint>
          <Footprint name="string" uid="string" acq_date="dateTime" license_name="string" is_metadata_available="boolean" is_browse_available="boolean" processing_level="string" cloud_cover="string" incidence_angle="string" sun_angle="string" snow_cover="string" quality="string" accuracy="string" ground_station_name="string" sun_azimuth="string" sun_elevation="string" satellite_azimuth="string">
            <Geometry>string</Geometry>
            <Metadata>string</Metadata>
            <Browse>base64Binary</Browse>
            <License>string</License>
            <UserLicense xsi:nil="true" />
            <Footprints xsi:nil="true" />
          </Footprint>
        </Footprints>
      </GetFootprintMetadataResult>
    </GetFootprintMetadataResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /webservices/DataDoors.asmx HTTP/1.1
Host: www.datadoors.net
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetFootprintMetadata xmlns="http://www.datadoors.net">
      <FootprintUID>string</FootprintUID>
    </GetFootprintMetadata>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetFootprintMetadataResponse xmlns="http://www.datadoors.net">
      <GetFootprintMetadataResult name="string" uid="string" acq_date="dateTime" license_name="string" is_metadata_available="boolean" is_browse_available="boolean" processing_level="string" cloud_cover="string" incidence_angle="string" sun_angle="string" snow_cover="string" quality="string" accuracy="string" ground_station_name="string" sun_azimuth="string" sun_elevation="string" satellite_azimuth="string">
        <Geometry>string</Geometry>
        <Metadata>string</Metadata>
        <Browse>base64Binary</Browse>
        <License>string</License>
        <UserLicense uid="string" provider_uid="string" name="string" is_default="boolean" />
        <Footprints>
          <Footprint name="string" uid="string" acq_date="dateTime" license_name="string" is_metadata_available="boolean" is_browse_available="boolean" processing_level="string" cloud_cover="string" incidence_angle="string" sun_angle="string" snow_cover="string" quality="string" accuracy="string" ground_station_name="string" sun_azimuth="string" sun_elevation="string" satellite_azimuth="string">
            <Geometry>string</Geometry>
            <Metadata>string</Metadata>
            <Browse>base64Binary</Browse>
            <License>string</License>
            <UserLicense xsi:nil="true" />
            <Footprints xsi:nil="true" />
          </Footprint>
          <Footprint name="string" uid="string" acq_date="dateTime" license_name="string" is_metadata_available="boolean" is_browse_available="boolean" processing_level="string" cloud_cover="string" incidence_angle="string" sun_angle="string" snow_cover="string" quality="string" accuracy="string" ground_station_name="string" sun_azimuth="string" sun_elevation="string" satellite_azimuth="string">
            <Geometry>string</Geometry>
            <Metadata>string</Metadata>
            <Browse>base64Binary</Browse>
            <License>string</License>
            <UserLicense xsi:nil="true" />
            <Footprints xsi:nil="true" />
          </Footprint>
        </Footprints>
      </GetFootprintMetadataResult>
    </GetFootprintMetadataResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /webservices/DataDoors.asmx/GetFootprintMetadata?FootprintUID=string HTTP/1.1
Host: www.datadoors.net
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<Footprint name="string" uid="string" acq_date="dateTime" license_name="string" is_metadata_available="boolean" is_browse_available="boolean" processing_level="string" cloud_cover="string" incidence_angle="string" sun_angle="string" snow_cover="string" quality="string" accuracy="string" ground_station_name="string" sun_azimuth="string" sun_elevation="string" satellite_azimuth="string" xmlns="http://www.datadoors.net">
  <Geometry>string</Geometry>
  <Metadata>string</Metadata>
  <Browse>base64Binary</Browse>
  <License>string</License>
  <UserLicense uid="string" provider_uid="string" name="string" is_default="boolean" />
  <Footprints>
    <Footprint name="string" uid="string" acq_date="dateTime" license_name="string" is_metadata_available="boolean" is_browse_available="boolean" processing_level="string" cloud_cover="string" incidence_angle="string" sun_angle="string" snow_cover="string" quality="string" accuracy="string" ground_station_name="string" sun_azimuth="string" sun_elevation="string" satellite_azimuth="string">
      <Geometry>string</Geometry>
      <Metadata>string</Metadata>
      <Browse>base64Binary</Browse>
      <License>string</License>
      <UserLicense uid="string" provider_uid="string" name="string" is_default="boolean" />
      <Footprints>
        <Footprint d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Footprint d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Footprints>
    </Footprint>
    <Footprint name="string" uid="string" acq_date="dateTime" license_name="string" is_metadata_available="boolean" is_browse_available="boolean" processing_level="string" cloud_cover="string" incidence_angle="string" sun_angle="string" snow_cover="string" quality="string" accuracy="string" ground_station_name="string" sun_azimuth="string" sun_elevation="string" satellite_azimuth="string">
      <Geometry>string</Geometry>
      <Metadata>string</Metadata>
      <Browse>base64Binary</Browse>
      <License>string</License>
      <UserLicense uid="string" provider_uid="string" name="string" is_default="boolean" />
      <Footprints>
        <Footprint d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Footprint d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Footprints>
    </Footprint>
  </Footprints>
</Footprint>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /webservices/DataDoors.asmx/GetFootprintMetadata HTTP/1.1
Host: www.datadoors.net
Content-Type: application/x-www-form-urlencoded
Content-Length: length

FootprintUID=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<Footprint name="string" uid="string" acq_date="dateTime" license_name="string" is_metadata_available="boolean" is_browse_available="boolean" processing_level="string" cloud_cover="string" incidence_angle="string" sun_angle="string" snow_cover="string" quality="string" accuracy="string" ground_station_name="string" sun_azimuth="string" sun_elevation="string" satellite_azimuth="string" xmlns="http://www.datadoors.net">
  <Geometry>string</Geometry>
  <Metadata>string</Metadata>
  <Browse>base64Binary</Browse>
  <License>string</License>
  <UserLicense uid="string" provider_uid="string" name="string" is_default="boolean" />
  <Footprints>
    <Footprint name="string" uid="string" acq_date="dateTime" license_name="string" is_metadata_available="boolean" is_browse_available="boolean" processing_level="string" cloud_cover="string" incidence_angle="string" sun_angle="string" snow_cover="string" quality="string" accuracy="string" ground_station_name="string" sun_azimuth="string" sun_elevation="string" satellite_azimuth="string">
      <Geometry>string</Geometry>
      <Metadata>string</Metadata>
      <Browse>base64Binary</Browse>
      <License>string</License>
      <UserLicense uid="string" provider_uid="string" name="string" is_default="boolean" />
      <Footprints>
        <Footprint d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Footprint d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Footprints>
    </Footprint>
    <Footprint name="string" uid="string" acq_date="dateTime" license_name="string" is_metadata_available="boolean" is_browse_available="boolean" processing_level="string" cloud_cover="string" incidence_angle="string" sun_angle="string" snow_cover="string" quality="string" accuracy="string" ground_station_name="string" sun_azimuth="string" sun_elevation="string" satellite_azimuth="string">
      <Geometry>string</Geometry>
      <Metadata>string</Metadata>
      <Browse>base64Binary</Browse>
      <License>string</License>
      <UserLicense uid="string" provider_uid="string" name="string" is_default="boolean" />
      <Footprints>
        <Footprint d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Footprint d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Footprints>
    </Footprint>
  </Footprints>
</Footprint>