CasJobs


Click here for a complete list of operations.

SubmitShortJobVOTABLE

Submits a short job. Returns an exception if job takes too long, Dataset if job did not. Autocomplete is currently disabled; the param does nothing.

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
wsid:
qry:
target:
taskname:
autocomplete:

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 /casjobs/CasJobs.asmx HTTP/1.1
Host: galex.stsci.edu
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://Jobs.Cas.jhu.edu/SubmitShortJobVOTABLE"

<?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>
    <SubmitShortJobVOTABLE xmlns="http://Jobs.Cas.jhu.edu">
      <wsid>long</wsid>
      <qry>string</qry>
      <target>string</target>
      <taskname>string</taskname>
      <autocomplete>int</autocomplete>
    </SubmitShortJobVOTABLE>
  </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>
    <SubmitShortJobVOTABLEResponse xmlns="http://Jobs.Cas.jhu.edu">
      <SubmitShortJobVOTABLEResult ID="ID" version="1.1" xmlns="http://vizier.u-strasbg.fr/xml/VOTable-1.1.xsd">
        <DESCRIPTION>xml</DESCRIPTION>
        <DEFINITIONS>
          <COOSYS ID="ID" equinox="token" epoch="token" system="eq_FK4 or eq_FK5 or ICRS or ecl_FK4 or ecl_FK5 or galactic or supergalactic or xy or barycentric or geo_app" />
          <PARAM ID="ID" unit="token" datatype="boolean or bit or unsignedByte or short or int or long or char or unicodeChar or float or double or floatComplex or doubleComplex" precision="token" width="positiveInteger" ref="IDREF" name="token" ucd="token" utype="string" value="string" arraysize="token">
            <DESCRIPTION xsi:nil="true" />
            <VALUES xsi:nil="true" />
            <LINK xsi:nil="true" />
            <LINK xsi:nil="true" />
          </PARAM>
        </DEFINITIONS>
        <INFO ID="ID" name="token" value="string" />
        <INFO ID="ID" name="token" value="string" />
        <RESOURCE name="token" ID="ID" type="results or meta">
          <DESCRIPTION>xml</DESCRIPTION>
          <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
          <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
          <TABLE ID="ID" name="token" ref="IDREF">
            <DESCRIPTION xsi:nil="true" />
            <LINK xsi:nil="true" />
            <LINK xsi:nil="true" />
            <DATA xsi:nil="true" />
          </TABLE>
          <TABLE ID="ID" name="token" ref="IDREF">
            <DESCRIPTION xsi:nil="true" />
            <LINK xsi:nil="true" />
            <LINK xsi:nil="true" />
            <DATA xsi:nil="true" />
          </TABLE>
          <RESOURCE name="token" ID="ID" type="results or meta">
            <DESCRIPTION xsi:nil="true" />
            <LINK xsi:nil="true" />
            <LINK xsi:nil="true" />
            <TABLE xsi:nil="true" />
            <TABLE xsi:nil="true" />
            <RESOURCE xsi:nil="true" />
            <RESOURCE xsi:nil="true" />xml</RESOURCE>
          <RESOURCE name="token" ID="ID" type="results or meta">
            <DESCRIPTION xsi:nil="true" />
            <LINK xsi:nil="true" />
            <LINK xsi:nil="true" />
            <TABLE xsi:nil="true" />
            <TABLE xsi:nil="true" />
            <RESOURCE xsi:nil="true" />
            <RESOURCE xsi:nil="true" />xml</RESOURCE>xml</RESOURCE>
        <RESOURCE name="token" ID="ID" type="results or meta">
          <DESCRIPTION>xml</DESCRIPTION>
          <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
          <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
          <TABLE ID="ID" name="token" ref="IDREF">
            <DESCRIPTION xsi:nil="true" />
            <LINK xsi:nil="true" />
            <LINK xsi:nil="true" />
            <DATA xsi:nil="true" />
          </TABLE>
          <TABLE ID="ID" name="token" ref="IDREF">
            <DESCRIPTION xsi:nil="true" />
            <LINK xsi:nil="true" />
            <LINK xsi:nil="true" />
            <DATA xsi:nil="true" />
          </TABLE>
          <RESOURCE name="token" ID="ID" type="results or meta">
            <DESCRIPTION xsi:nil="true" />
            <LINK xsi:nil="true" />
            <LINK xsi:nil="true" />
            <TABLE xsi:nil="true" />
            <TABLE xsi:nil="true" />
            <RESOURCE xsi:nil="true" />
            <RESOURCE xsi:nil="true" />xml</RESOURCE>
          <RESOURCE name="token" ID="ID" type="results or meta">
            <DESCRIPTION xsi:nil="true" />
            <LINK xsi:nil="true" />
            <LINK xsi:nil="true" />
            <TABLE xsi:nil="true" />
            <TABLE xsi:nil="true" />
            <RESOURCE xsi:nil="true" />
            <RESOURCE xsi:nil="true" />xml</RESOURCE>xml</RESOURCE>
      </SubmitShortJobVOTABLEResult>
    </SubmitShortJobVOTABLEResponse>
  </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 /casjobs/CasJobs.asmx HTTP/1.1
Host: galex.stsci.edu
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>
    <SubmitShortJobVOTABLE xmlns="http://Jobs.Cas.jhu.edu">
      <wsid>long</wsid>
      <qry>string</qry>
      <target>string</target>
      <taskname>string</taskname>
      <autocomplete>int</autocomplete>
    </SubmitShortJobVOTABLE>
  </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>
    <SubmitShortJobVOTABLEResponse xmlns="http://Jobs.Cas.jhu.edu">
      <SubmitShortJobVOTABLEResult ID="ID" version="1.1" xmlns="http://vizier.u-strasbg.fr/xml/VOTable-1.1.xsd">
        <DESCRIPTION>xml</DESCRIPTION>
        <DEFINITIONS>
          <COOSYS ID="ID" equinox="token" epoch="token" system="eq_FK4 or eq_FK5 or ICRS or ecl_FK4 or ecl_FK5 or galactic or supergalactic or xy or barycentric or geo_app" />
          <PARAM ID="ID" unit="token" datatype="boolean or bit or unsignedByte or short or int or long or char or unicodeChar or float or double or floatComplex or doubleComplex" precision="token" width="positiveInteger" ref="IDREF" name="token" ucd="token" utype="string" value="string" arraysize="token">
            <DESCRIPTION xsi:nil="true" />
            <VALUES xsi:nil="true" />
            <LINK xsi:nil="true" />
            <LINK xsi:nil="true" />
          </PARAM>
        </DEFINITIONS>
        <INFO ID="ID" name="token" value="string" />
        <INFO ID="ID" name="token" value="string" />
        <RESOURCE name="token" ID="ID" type="results or meta">
          <DESCRIPTION>xml</DESCRIPTION>
          <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
          <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
          <TABLE ID="ID" name="token" ref="IDREF">
            <DESCRIPTION xsi:nil="true" />
            <LINK xsi:nil="true" />
            <LINK xsi:nil="true" />
            <DATA xsi:nil="true" />
          </TABLE>
          <TABLE ID="ID" name="token" ref="IDREF">
            <DESCRIPTION xsi:nil="true" />
            <LINK xsi:nil="true" />
            <LINK xsi:nil="true" />
            <DATA xsi:nil="true" />
          </TABLE>
          <RESOURCE name="token" ID="ID" type="results or meta">
            <DESCRIPTION xsi:nil="true" />
            <LINK xsi:nil="true" />
            <LINK xsi:nil="true" />
            <TABLE xsi:nil="true" />
            <TABLE xsi:nil="true" />
            <RESOURCE xsi:nil="true" />
            <RESOURCE xsi:nil="true" />xml</RESOURCE>
          <RESOURCE name="token" ID="ID" type="results or meta">
            <DESCRIPTION xsi:nil="true" />
            <LINK xsi:nil="true" />
            <LINK xsi:nil="true" />
            <TABLE xsi:nil="true" />
            <TABLE xsi:nil="true" />
            <RESOURCE xsi:nil="true" />
            <RESOURCE xsi:nil="true" />xml</RESOURCE>xml</RESOURCE>
        <RESOURCE name="token" ID="ID" type="results or meta">
          <DESCRIPTION>xml</DESCRIPTION>
          <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
          <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
          <TABLE ID="ID" name="token" ref="IDREF">
            <DESCRIPTION xsi:nil="true" />
            <LINK xsi:nil="true" />
            <LINK xsi:nil="true" />
            <DATA xsi:nil="true" />
          </TABLE>
          <TABLE ID="ID" name="token" ref="IDREF">
            <DESCRIPTION xsi:nil="true" />
            <LINK xsi:nil="true" />
            <LINK xsi:nil="true" />
            <DATA xsi:nil="true" />
          </TABLE>
          <RESOURCE name="token" ID="ID" type="results or meta">
            <DESCRIPTION xsi:nil="true" />
            <LINK xsi:nil="true" />
            <LINK xsi:nil="true" />
            <TABLE xsi:nil="true" />
            <TABLE xsi:nil="true" />
            <RESOURCE xsi:nil="true" />
            <RESOURCE xsi:nil="true" />xml</RESOURCE>
          <RESOURCE name="token" ID="ID" type="results or meta">
            <DESCRIPTION xsi:nil="true" />
            <LINK xsi:nil="true" />
            <LINK xsi:nil="true" />
            <TABLE xsi:nil="true" />
            <TABLE xsi:nil="true" />
            <RESOURCE xsi:nil="true" />
            <RESOURCE xsi:nil="true" />xml</RESOURCE>xml</RESOURCE>
      </SubmitShortJobVOTABLEResult>
    </SubmitShortJobVOTABLEResponse>
  </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 /casjobs/CasJobs.asmx/SubmitShortJobVOTABLE?wsid=string&qry=string&target=string&taskname=string&autocomplete=string HTTP/1.1
Host: galex.stsci.edu
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<VOTABLE ID="ID" version="1.1" xmlns="http://vizier.u-strasbg.fr/xml/VOTable-1.1.xsd">
  <DESCRIPTION>xml</DESCRIPTION>
  <DEFINITIONS>
    <COOSYS ID="ID" equinox="token" epoch="token" system="eq_FK4 or eq_FK5 or ICRS or ecl_FK4 or ecl_FK5 or galactic or supergalactic or xy or barycentric or geo_app" />
    <PARAM ID="ID" unit="token" datatype="boolean or bit or unsignedByte or short or int or long or char or unicodeChar or float or double or floatComplex or doubleComplex" precision="token" width="positiveInteger" ref="IDREF" name="token" ucd="token" utype="string" value="string" arraysize="token">
      <DESCRIPTION>xml</DESCRIPTION>
      <VALUES ID="ID" type="legal or actual" null="token" ref="IDREF">
        <MIN d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <MAX d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <OPTION d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <OPTION d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </VALUES>
      <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
      <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
    </PARAM>
  </DEFINITIONS>
  <INFO ID="ID" name="token" value="string" />
  <INFO ID="ID" name="token" value="string" />
  <RESOURCE name="token" ID="ID" type="results or meta">
    <DESCRIPTION>xml</DESCRIPTION>
    <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
    <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
    <TABLE ID="ID" name="token" ref="IDREF">
      <DESCRIPTION>xml</DESCRIPTION>
      <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
      <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
      <DATA />
    </TABLE>
    <TABLE ID="ID" name="token" ref="IDREF">
      <DESCRIPTION>xml</DESCRIPTION>
      <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
      <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
      <DATA />
    </TABLE>
    <RESOURCE name="token" ID="ID" type="results or meta">
      <DESCRIPTION>xml</DESCRIPTION>
      <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
      <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
      <TABLE ID="ID" name="token" ref="IDREF">
        <DESCRIPTION d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DATA d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </TABLE>
      <TABLE ID="ID" name="token" ref="IDREF">
        <DESCRIPTION d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DATA d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </TABLE>
      <RESOURCE name="token" ID="ID" type="results or meta">
        <DESCRIPTION d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TABLE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TABLE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RESOURCE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RESOURCE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />xml</RESOURCE>
      <RESOURCE name="token" ID="ID" type="results or meta">
        <DESCRIPTION d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TABLE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TABLE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RESOURCE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RESOURCE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />xml</RESOURCE>xml</RESOURCE>
    <RESOURCE name="token" ID="ID" type="results or meta">
      <DESCRIPTION>xml</DESCRIPTION>
      <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
      <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
      <TABLE ID="ID" name="token" ref="IDREF">
        <DESCRIPTION d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DATA d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </TABLE>
      <TABLE ID="ID" name="token" ref="IDREF">
        <DESCRIPTION d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DATA d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </TABLE>
      <RESOURCE name="token" ID="ID" type="results or meta">
        <DESCRIPTION d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TABLE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TABLE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RESOURCE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RESOURCE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />xml</RESOURCE>
      <RESOURCE name="token" ID="ID" type="results or meta">
        <DESCRIPTION d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TABLE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TABLE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RESOURCE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RESOURCE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />xml</RESOURCE>xml</RESOURCE>xml</RESOURCE>
  <RESOURCE name="token" ID="ID" type="results or meta">
    <DESCRIPTION>xml</DESCRIPTION>
    <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
    <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
    <TABLE ID="ID" name="token" ref="IDREF">
      <DESCRIPTION>xml</DESCRIPTION>
      <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
      <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
      <DATA />
    </TABLE>
    <TABLE ID="ID" name="token" ref="IDREF">
      <DESCRIPTION>xml</DESCRIPTION>
      <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
      <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
      <DATA />
    </TABLE>
    <RESOURCE name="token" ID="ID" type="results or meta">
      <DESCRIPTION>xml</DESCRIPTION>
      <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
      <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
      <TABLE ID="ID" name="token" ref="IDREF">
        <DESCRIPTION d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DATA d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </TABLE>
      <TABLE ID="ID" name="token" ref="IDREF">
        <DESCRIPTION d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DATA d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </TABLE>
      <RESOURCE name="token" ID="ID" type="results or meta">
        <DESCRIPTION d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TABLE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TABLE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RESOURCE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RESOURCE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />xml</RESOURCE>
      <RESOURCE name="token" ID="ID" type="results or meta">
        <DESCRIPTION d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TABLE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TABLE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RESOURCE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RESOURCE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />xml</RESOURCE>xml</RESOURCE>
    <RESOURCE name="token" ID="ID" type="results or meta">
      <DESCRIPTION>xml</DESCRIPTION>
      <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
      <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
      <TABLE ID="ID" name="token" ref="IDREF">
        <DESCRIPTION d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DATA d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </TABLE>
      <TABLE ID="ID" name="token" ref="IDREF">
        <DESCRIPTION d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DATA d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </TABLE>
      <RESOURCE name="token" ID="ID" type="results or meta">
        <DESCRIPTION d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TABLE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TABLE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RESOURCE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RESOURCE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />xml</RESOURCE>
      <RESOURCE name="token" ID="ID" type="results or meta">
        <DESCRIPTION d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TABLE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TABLE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RESOURCE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RESOURCE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />xml</RESOURCE>xml</RESOURCE>xml</RESOURCE>
</VOTABLE>

HTTP POST

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

POST /casjobs/CasJobs.asmx/SubmitShortJobVOTABLE HTTP/1.1
Host: galex.stsci.edu
Content-Type: application/x-www-form-urlencoded
Content-Length: length

wsid=string&qry=string&target=string&taskname=string&autocomplete=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<VOTABLE ID="ID" version="1.1" xmlns="http://vizier.u-strasbg.fr/xml/VOTable-1.1.xsd">
  <DESCRIPTION>xml</DESCRIPTION>
  <DEFINITIONS>
    <COOSYS ID="ID" equinox="token" epoch="token" system="eq_FK4 or eq_FK5 or ICRS or ecl_FK4 or ecl_FK5 or galactic or supergalactic or xy or barycentric or geo_app" />
    <PARAM ID="ID" unit="token" datatype="boolean or bit or unsignedByte or short or int or long or char or unicodeChar or float or double or floatComplex or doubleComplex" precision="token" width="positiveInteger" ref="IDREF" name="token" ucd="token" utype="string" value="string" arraysize="token">
      <DESCRIPTION>xml</DESCRIPTION>
      <VALUES ID="ID" type="legal or actual" null="token" ref="IDREF">
        <MIN d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <MAX d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <OPTION d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <OPTION d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </VALUES>
      <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
      <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
    </PARAM>
  </DEFINITIONS>
  <INFO ID="ID" name="token" value="string" />
  <INFO ID="ID" name="token" value="string" />
  <RESOURCE name="token" ID="ID" type="results or meta">
    <DESCRIPTION>xml</DESCRIPTION>
    <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
    <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
    <TABLE ID="ID" name="token" ref="IDREF">
      <DESCRIPTION>xml</DESCRIPTION>
      <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
      <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
      <DATA />
    </TABLE>
    <TABLE ID="ID" name="token" ref="IDREF">
      <DESCRIPTION>xml</DESCRIPTION>
      <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
      <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
      <DATA />
    </TABLE>
    <RESOURCE name="token" ID="ID" type="results or meta">
      <DESCRIPTION>xml</DESCRIPTION>
      <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
      <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
      <TABLE ID="ID" name="token" ref="IDREF">
        <DESCRIPTION d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DATA d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </TABLE>
      <TABLE ID="ID" name="token" ref="IDREF">
        <DESCRIPTION d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DATA d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </TABLE>
      <RESOURCE name="token" ID="ID" type="results or meta">
        <DESCRIPTION d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TABLE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TABLE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RESOURCE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RESOURCE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />xml</RESOURCE>
      <RESOURCE name="token" ID="ID" type="results or meta">
        <DESCRIPTION d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TABLE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TABLE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RESOURCE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RESOURCE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />xml</RESOURCE>xml</RESOURCE>
    <RESOURCE name="token" ID="ID" type="results or meta">
      <DESCRIPTION>xml</DESCRIPTION>
      <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
      <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
      <TABLE ID="ID" name="token" ref="IDREF">
        <DESCRIPTION d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DATA d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </TABLE>
      <TABLE ID="ID" name="token" ref="IDREF">
        <DESCRIPTION d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DATA d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </TABLE>
      <RESOURCE name="token" ID="ID" type="results or meta">
        <DESCRIPTION d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TABLE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TABLE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RESOURCE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RESOURCE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />xml</RESOURCE>
      <RESOURCE name="token" ID="ID" type="results or meta">
        <DESCRIPTION d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TABLE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TABLE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RESOURCE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RESOURCE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />xml</RESOURCE>xml</RESOURCE>xml</RESOURCE>
  <RESOURCE name="token" ID="ID" type="results or meta">
    <DESCRIPTION>xml</DESCRIPTION>
    <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
    <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
    <TABLE ID="ID" name="token" ref="IDREF">
      <DESCRIPTION>xml</DESCRIPTION>
      <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
      <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
      <DATA />
    </TABLE>
    <TABLE ID="ID" name="token" ref="IDREF">
      <DESCRIPTION>xml</DESCRIPTION>
      <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
      <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
      <DATA />
    </TABLE>
    <RESOURCE name="token" ID="ID" type="results or meta">
      <DESCRIPTION>xml</DESCRIPTION>
      <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
      <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
      <TABLE ID="ID" name="token" ref="IDREF">
        <DESCRIPTION d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DATA d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </TABLE>
      <TABLE ID="ID" name="token" ref="IDREF">
        <DESCRIPTION d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DATA d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </TABLE>
      <RESOURCE name="token" ID="ID" type="results or meta">
        <DESCRIPTION d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TABLE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TABLE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RESOURCE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RESOURCE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />xml</RESOURCE>
      <RESOURCE name="token" ID="ID" type="results or meta">
        <DESCRIPTION d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TABLE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TABLE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RESOURCE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RESOURCE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />xml</RESOURCE>xml</RESOURCE>
    <RESOURCE name="token" ID="ID" type="results or meta">
      <DESCRIPTION>xml</DESCRIPTION>
      <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
      <LINK ID="ID" content-role="query or hints or doc or location" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" />
      <TABLE ID="ID" name="token" ref="IDREF">
        <DESCRIPTION d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DATA d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </TABLE>
      <TABLE ID="ID" name="token" ref="IDREF">
        <DESCRIPTION d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DATA d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </TABLE>
      <RESOURCE name="token" ID="ID" type="results or meta">
        <DESCRIPTION d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TABLE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TABLE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RESOURCE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RESOURCE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />xml</RESOURCE>
      <RESOURCE name="token" ID="ID" type="results or meta">
        <DESCRIPTION d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LINK d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TABLE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TABLE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RESOURCE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RESOURCE d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />xml</RESOURCE>xml</RESOURCE>xml</RESOURCE>
</VOTABLE>