RegistryAdmin


Click here for a complete list of operations.

DumpVOResources

Retrieve All VOResources from Registry

Test

The test form is only available for requests from the local machine.

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 /registry/registryadmin.asmx HTTP/1.1
Host: www.voservices.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.us-vo.org/DumpVOResources"

<?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>
    <DumpVOResources xmlns="http://www.us-vo.org" />
  </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>
    <DumpVOResourcesResponse xmlns="http://www.us-vo.org">
      <DumpVOResourcesResult>
        <Resource created="date" updated="date" status="active or inactive or deleted">
          <title xmlns="http://www.ivoa.net/xml/VOResource/v0.10">string</title>
          <shortName xmlns="http://www.ivoa.net/xml/VOResource/v0.10">string</shortName>
          <identifier xmlns="http://www.ivoa.net/xml/VOResource/v0.10">anyURI</identifier>
          <curation xmlns="http://www.ivoa.net/xml/VOResource/v0.10">
            <publisher xsi:nil="true" />
            <creator xsi:nil="true" />
            <contributor xsi:nil="true" />
            <contributor xsi:nil="true" />
            <date xsi:nil="true" />
            <date xsi:nil="true" />
            <version>string</version>
            <contact xsi:nil="true" />
          </curation>
          <content xmlns="http://www.ivoa.net/xml/VOResource/v0.10">
            <subject>string</subject>
            <subject>string</subject>
            <description>string</description>
            <source xsi:nil="true" />
            <referenceURL>anyURI</referenceURL>
            <type>Other or Archive or Bibliography or Catalog or Journal or Library or Simulation or Survey or Transformation or Education or Outreach or EPOResource or Animation or Artwork or Background or BasicData or Historical or Photographic or Press or Organisation or Project or Registry</type>
            <contentLevel>General or Elementary Education or Middle School Education or Secondary Education or Community College or University or Research or Amateur or Informal Education</contentLevel>
            <contentLevel>General or Elementary Education or Middle School Education or Secondary Education or Community College or University or Research or Amateur or Informal Education</contentLevel>
            <relationship xsi:nil="true" />
            <relationship xsi:nil="true" />
          </content>
        </Resource>
        <Resource created="date" updated="date" status="active or inactive or deleted">
          <title xmlns="http://www.ivoa.net/xml/VOResource/v0.10">string</title>
          <shortName xmlns="http://www.ivoa.net/xml/VOResource/v0.10">string</shortName>
          <identifier xmlns="http://www.ivoa.net/xml/VOResource/v0.10">anyURI</identifier>
          <curation xmlns="http://www.ivoa.net/xml/VOResource/v0.10">
            <publisher xsi:nil="true" />
            <creator xsi:nil="true" />
            <contributor xsi:nil="true" />
            <contributor xsi:nil="true" />
            <date xsi:nil="true" />
            <date xsi:nil="true" />
            <version>string</version>
            <contact xsi:nil="true" />
          </curation>
          <content xmlns="http://www.ivoa.net/xml/VOResource/v0.10">
            <subject>string</subject>
            <subject>string</subject>
            <description>string</description>
            <source xsi:nil="true" />
            <referenceURL>anyURI</referenceURL>
            <type>Other or Archive or Bibliography or Catalog or Journal or Library or Simulation or Survey or Transformation or Education or Outreach or EPOResource or Animation or Artwork or Background or BasicData or Historical or Photographic or Press or Organisation or Project or Registry</type>
            <contentLevel>General or Elementary Education or Middle School Education or Secondary Education or Community College or University or Research or Amateur or Informal Education</contentLevel>
            <contentLevel>General or Elementary Education or Middle School Education or Secondary Education or Community College or University or Research or Amateur or Informal Education</contentLevel>
            <relationship xsi:nil="true" />
            <relationship xsi:nil="true" />
          </content>
        </Resource>
      </DumpVOResourcesResult>
    </DumpVOResourcesResponse>
  </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 /registry/registryadmin.asmx HTTP/1.1
Host: www.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>
    <DumpVOResources xmlns="http://www.us-vo.org" />
  </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>
    <DumpVOResourcesResponse xmlns="http://www.us-vo.org">
      <DumpVOResourcesResult>
        <Resource created="date" updated="date" status="active or inactive or deleted">
          <title xmlns="http://www.ivoa.net/xml/VOResource/v0.10">string</title>
          <shortName xmlns="http://www.ivoa.net/xml/VOResource/v0.10">string</shortName>
          <identifier xmlns="http://www.ivoa.net/xml/VOResource/v0.10">anyURI</identifier>
          <curation xmlns="http://www.ivoa.net/xml/VOResource/v0.10">
            <publisher xsi:nil="true" />
            <creator xsi:nil="true" />
            <contributor xsi:nil="true" />
            <contributor xsi:nil="true" />
            <date xsi:nil="true" />
            <date xsi:nil="true" />
            <version>string</version>
            <contact xsi:nil="true" />
          </curation>
          <content xmlns="http://www.ivoa.net/xml/VOResource/v0.10">
            <subject>string</subject>
            <subject>string</subject>
            <description>string</description>
            <source xsi:nil="true" />
            <referenceURL>anyURI</referenceURL>
            <type>Other or Archive or Bibliography or Catalog or Journal or Library or Simulation or Survey or Transformation or Education or Outreach or EPOResource or Animation or Artwork or Background or BasicData or Historical or Photographic or Press or Organisation or Project or Registry</type>
            <contentLevel>General or Elementary Education or Middle School Education or Secondary Education or Community College or University or Research or Amateur or Informal Education</contentLevel>
            <contentLevel>General or Elementary Education or Middle School Education or Secondary Education or Community College or University or Research or Amateur or Informal Education</contentLevel>
            <relationship xsi:nil="true" />
            <relationship xsi:nil="true" />
          </content>
        </Resource>
        <Resource created="date" updated="date" status="active or inactive or deleted">
          <title xmlns="http://www.ivoa.net/xml/VOResource/v0.10">string</title>
          <shortName xmlns="http://www.ivoa.net/xml/VOResource/v0.10">string</shortName>
          <identifier xmlns="http://www.ivoa.net/xml/VOResource/v0.10">anyURI</identifier>
          <curation xmlns="http://www.ivoa.net/xml/VOResource/v0.10">
            <publisher xsi:nil="true" />
            <creator xsi:nil="true" />
            <contributor xsi:nil="true" />
            <contributor xsi:nil="true" />
            <date xsi:nil="true" />
            <date xsi:nil="true" />
            <version>string</version>
            <contact xsi:nil="true" />
          </curation>
          <content xmlns="http://www.ivoa.net/xml/VOResource/v0.10">
            <subject>string</subject>
            <subject>string</subject>
            <description>string</description>
            <source xsi:nil="true" />
            <referenceURL>anyURI</referenceURL>
            <type>Other or Archive or Bibliography or Catalog or Journal or Library or Simulation or Survey or Transformation or Education or Outreach or EPOResource or Animation or Artwork or Background or BasicData or Historical or Photographic or Press or Organisation or Project or Registry</type>
            <contentLevel>General or Elementary Education or Middle School Education or Secondary Education or Community College or University or Research or Amateur or Informal Education</contentLevel>
            <contentLevel>General or Elementary Education or Middle School Education or Secondary Education or Community College or University or Research or Amateur or Informal Education</contentLevel>
            <relationship xsi:nil="true" />
            <relationship xsi:nil="true" />
          </content>
        </Resource>
      </DumpVOResourcesResult>
    </DumpVOResourcesResponse>
  </soap12:Body>
</soap12:Envelope>