FootprintServices


Click here for a complete list of operations.

Download

Returns the formal description of the specified footprint.
Input 1: The user ID (type of string)
Input 2: The footprint ID (type of long)
Output: The footprint (type of Footprint)

Test

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

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 /footprint/ws_v1_1/FootprintServices.asmx HTTP/1.1
Host: voservices.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "ivo://voservices.net/footprint/Download"

<?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>
    <Download xmlns="ivo://voservices.net/footprint">
      <userGuid>string</userGuid>
      <Id>long</Id>
    </Download>
  </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>
    <DownloadResponse xmlns="ivo://voservices.net/footprint">
      <DownloadResult>
        <STCRegion>
          <AstroCoordSystem xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
            <TimeFrame xsi:nil="true" />
            <SpaceFrame xsi:nil="true" />
            <SpectralFrame xsi:nil="true" />
            <RedshiftFrame xsi:nil="true" />
          </AstroCoordSystem>
        </STCRegion>
      </DownloadResult>
    </DownloadResponse>
  </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 /footprint/ws_v1_1/FootprintServices.asmx HTTP/1.1
Host: voservices.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>
    <Download xmlns="ivo://voservices.net/footprint">
      <userGuid>string</userGuid>
      <Id>long</Id>
    </Download>
  </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>
    <DownloadResponse xmlns="ivo://voservices.net/footprint">
      <DownloadResult>
        <STCRegion>
          <AstroCoordSystem xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
            <TimeFrame xsi:nil="true" />
            <SpaceFrame xsi:nil="true" />
            <SpectralFrame xsi:nil="true" />
            <RedshiftFrame xsi:nil="true" />
          </AstroCoordSystem>
        </STCRegion>
      </DownloadResult>
    </DownloadResponse>
  </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 /footprint/ws_v1_1/FootprintServices.asmx/Download?userGuid=string&Id=string HTTP/1.1
Host: voservices.net
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<Footprint xmlns="ivo://voservices.net/footprint">
  <STCRegion>
    <AstroCoordSystem xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
      <TimeFrame>
        <TimeScale>TT or TDT or ET or TDB or TEB or TCG or TCB or TAI or IAT or UTC or LST or GMST or LOCAL</TimeScale>
        <TimeRefDirection d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </TimeFrame>
      <SpaceFrame>
        <OffsetCenter d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </SpaceFrame>
      <SpectralFrame />
      <RedshiftFrame value_type="">
        <DopplerDefinition>OPTICAL or RADIO or RELATIVISTIC</DopplerDefinition>
      </RedshiftFrame>
    </AstroCoordSystem>
  </STCRegion>
</Footprint>

HTTP POST

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

POST /footprint/ws_v1_1/FootprintServices.asmx/Download HTTP/1.1
Host: voservices.net
Content-Type: application/x-www-form-urlencoded
Content-Length: length

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

<?xml version="1.0" encoding="utf-8"?>
<Footprint xmlns="ivo://voservices.net/footprint">
  <STCRegion>
    <AstroCoordSystem xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
      <TimeFrame>
        <TimeScale>TT or TDT or ET or TDB or TEB or TCG or TCB or TAI or IAT or UTC or LST or GMST or LOCAL</TimeScale>
        <TimeRefDirection d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </TimeFrame>
      <SpaceFrame>
        <OffsetCenter d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </SpaceFrame>
      <SpectralFrame />
      <RedshiftFrame value_type="">
        <DopplerDefinition>OPTICAL or RADIO or RELATIVISTIC</DopplerDefinition>
      </RedshiftFrame>
    </AstroCoordSystem>
  </STCRegion>
</Footprint>