RegistryAdmin


Click here for a complete list of operations.

Load

Create or update each of the given resources

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: voservices.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.us-vo.org/Load"

<?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>
    <Load xmlns="http://www.us-vo.org">
      <resources>
        <DBResource>
          <dbid>long</dbid>
          <status>int</status>
          <Identifier>string</Identifier>
          <Title>string</Title>
          <ShortName>string</ShortName>
          <CurationPublisherName>string</CurationPublisherName>
          <CurationPublisherIdentifier>string</CurationPublisherIdentifier>
          <CurationPublisherDescription>string</CurationPublisherDescription>
          <CurationPublisherReferenceUrl>string</CurationPublisherReferenceUrl>
          <CurationCreatorName>string</CurationCreatorName>
          <CurationCreatorLogo>string</CurationCreatorLogo>
          <CurationContributor>string</CurationContributor>
          <CurationDate>dateTime</CurationDate>
          <CurationVersion>string</CurationVersion>
          <CurationContactName>string</CurationContactName>
          <CurationContactEmail>string</CurationContactEmail>
          <CurationContactAddress>string</CurationContactAddress>
          <CurationContactPhone>string</CurationContactPhone>
          <Subject>
            <string>string</string>
            <string>string</string>
          </Subject>
          <Description>string</Description>
          <ReferenceURL>string</ReferenceURL>
          <Type>string</Type>
          <Facility>string</Facility>
          <Instrument>
            <string>string</string>
            <string>string</string>
          </Instrument>
          <ContentLevel>
            <string>string</string>
            <string>string</string>
          </ContentLevel>
          <ModificationDate>dateTime</ModificationDate>
          <ServiceURL>string</ServiceURL>
          <CoverageSpatial>string</CoverageSpatial>
          <CoverageSpectral>
            <string>string</string>
            <string>string</string>
          </CoverageSpectral>
          <CoverageTemporal>string</CoverageTemporal>
          <CoverageRegionOfRegard>double</CoverageRegionOfRegard>
          <ResourceType>string</ResourceType>
          <resourceRelations>
            <ResourceRelation xsi:nil="true" />
            <ResourceRelation xsi:nil="true" />
          </resourceRelations>
          <resourceInterfaces>
            <ResourceInterface xsi:nil="true" />
            <ResourceInterface xsi:nil="true" />
          </resourceInterfaces>
          <xml>string</xml>
          <harvestedfrom>string</harvestedfrom>
          <harvestedfromDate>dateTime</harvestedfromDate>
          <footprint>string</footprint>
          <validationLevel>int</validationLevel>
        </DBResource>
        <DBResource>
          <dbid>long</dbid>
          <status>int</status>
          <Identifier>string</Identifier>
          <Title>string</Title>
          <ShortName>string</ShortName>
          <CurationPublisherName>string</CurationPublisherName>
          <CurationPublisherIdentifier>string</CurationPublisherIdentifier>
          <CurationPublisherDescription>string</CurationPublisherDescription>
          <CurationPublisherReferenceUrl>string</CurationPublisherReferenceUrl>
          <CurationCreatorName>string</CurationCreatorName>
          <CurationCreatorLogo>string</CurationCreatorLogo>
          <CurationContributor>string</CurationContributor>
          <CurationDate>dateTime</CurationDate>
          <CurationVersion>string</CurationVersion>
          <CurationContactName>string</CurationContactName>
          <CurationContactEmail>string</CurationContactEmail>
          <CurationContactAddress>string</CurationContactAddress>
          <CurationContactPhone>string</CurationContactPhone>
          <Subject>
            <string>string</string>
            <string>string</string>
          </Subject>
          <Description>string</Description>
          <ReferenceURL>string</ReferenceURL>
          <Type>string</Type>
          <Facility>string</Facility>
          <Instrument>
            <string>string</string>
            <string>string</string>
          </Instrument>
          <ContentLevel>
            <string>string</string>
            <string>string</string>
          </ContentLevel>
          <ModificationDate>dateTime</ModificationDate>
          <ServiceURL>string</ServiceURL>
          <CoverageSpatial>string</CoverageSpatial>
          <CoverageSpectral>
            <string>string</string>
            <string>string</string>
          </CoverageSpectral>
          <CoverageTemporal>string</CoverageTemporal>
          <CoverageRegionOfRegard>double</CoverageRegionOfRegard>
          <ResourceType>string</ResourceType>
          <resourceRelations>
            <ResourceRelation xsi:nil="true" />
            <ResourceRelation xsi:nil="true" />
          </resourceRelations>
          <resourceInterfaces>
            <ResourceInterface xsi:nil="true" />
            <ResourceInterface xsi:nil="true" />
          </resourceInterfaces>
          <xml>string</xml>
          <harvestedfrom>string</harvestedfrom>
          <harvestedfromDate>dateTime</harvestedfromDate>
          <footprint>string</footprint>
          <validationLevel>int</validationLevel>
        </DBResource>
      </resources>
      <PassPhrase>string</PassPhrase>
    </Load>
  </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>
    <LoadResponse xmlns="http://www.us-vo.org">
      <LoadResult>string</LoadResult>
    </LoadResponse>
  </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: 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>
    <Load xmlns="http://www.us-vo.org">
      <resources>
        <DBResource>
          <dbid>long</dbid>
          <status>int</status>
          <Identifier>string</Identifier>
          <Title>string</Title>
          <ShortName>string</ShortName>
          <CurationPublisherName>string</CurationPublisherName>
          <CurationPublisherIdentifier>string</CurationPublisherIdentifier>
          <CurationPublisherDescription>string</CurationPublisherDescription>
          <CurationPublisherReferenceUrl>string</CurationPublisherReferenceUrl>
          <CurationCreatorName>string</CurationCreatorName>
          <CurationCreatorLogo>string</CurationCreatorLogo>
          <CurationContributor>string</CurationContributor>
          <CurationDate>dateTime</CurationDate>
          <CurationVersion>string</CurationVersion>
          <CurationContactName>string</CurationContactName>
          <CurationContactEmail>string</CurationContactEmail>
          <CurationContactAddress>string</CurationContactAddress>
          <CurationContactPhone>string</CurationContactPhone>
          <Subject>
            <string>string</string>
            <string>string</string>
          </Subject>
          <Description>string</Description>
          <ReferenceURL>string</ReferenceURL>
          <Type>string</Type>
          <Facility>string</Facility>
          <Instrument>
            <string>string</string>
            <string>string</string>
          </Instrument>
          <ContentLevel>
            <string>string</string>
            <string>string</string>
          </ContentLevel>
          <ModificationDate>dateTime</ModificationDate>
          <ServiceURL>string</ServiceURL>
          <CoverageSpatial>string</CoverageSpatial>
          <CoverageSpectral>
            <string>string</string>
            <string>string</string>
          </CoverageSpectral>
          <CoverageTemporal>string</CoverageTemporal>
          <CoverageRegionOfRegard>double</CoverageRegionOfRegard>
          <ResourceType>string</ResourceType>
          <resourceRelations>
            <ResourceRelation xsi:nil="true" />
            <ResourceRelation xsi:nil="true" />
          </resourceRelations>
          <resourceInterfaces>
            <ResourceInterface xsi:nil="true" />
            <ResourceInterface xsi:nil="true" />
          </resourceInterfaces>
          <xml>string</xml>
          <harvestedfrom>string</harvestedfrom>
          <harvestedfromDate>dateTime</harvestedfromDate>
          <footprint>string</footprint>
          <validationLevel>int</validationLevel>
        </DBResource>
        <DBResource>
          <dbid>long</dbid>
          <status>int</status>
          <Identifier>string</Identifier>
          <Title>string</Title>
          <ShortName>string</ShortName>
          <CurationPublisherName>string</CurationPublisherName>
          <CurationPublisherIdentifier>string</CurationPublisherIdentifier>
          <CurationPublisherDescription>string</CurationPublisherDescription>
          <CurationPublisherReferenceUrl>string</CurationPublisherReferenceUrl>
          <CurationCreatorName>string</CurationCreatorName>
          <CurationCreatorLogo>string</CurationCreatorLogo>
          <CurationContributor>string</CurationContributor>
          <CurationDate>dateTime</CurationDate>
          <CurationVersion>string</CurationVersion>
          <CurationContactName>string</CurationContactName>
          <CurationContactEmail>string</CurationContactEmail>
          <CurationContactAddress>string</CurationContactAddress>
          <CurationContactPhone>string</CurationContactPhone>
          <Subject>
            <string>string</string>
            <string>string</string>
          </Subject>
          <Description>string</Description>
          <ReferenceURL>string</ReferenceURL>
          <Type>string</Type>
          <Facility>string</Facility>
          <Instrument>
            <string>string</string>
            <string>string</string>
          </Instrument>
          <ContentLevel>
            <string>string</string>
            <string>string</string>
          </ContentLevel>
          <ModificationDate>dateTime</ModificationDate>
          <ServiceURL>string</ServiceURL>
          <CoverageSpatial>string</CoverageSpatial>
          <CoverageSpectral>
            <string>string</string>
            <string>string</string>
          </CoverageSpectral>
          <CoverageTemporal>string</CoverageTemporal>
          <CoverageRegionOfRegard>double</CoverageRegionOfRegard>
          <ResourceType>string</ResourceType>
          <resourceRelations>
            <ResourceRelation xsi:nil="true" />
            <ResourceRelation xsi:nil="true" />
          </resourceRelations>
          <resourceInterfaces>
            <ResourceInterface xsi:nil="true" />
            <ResourceInterface xsi:nil="true" />
          </resourceInterfaces>
          <xml>string</xml>
          <harvestedfrom>string</harvestedfrom>
          <harvestedfromDate>dateTime</harvestedfromDate>
          <footprint>string</footprint>
          <validationLevel>int</validationLevel>
        </DBResource>
      </resources>
      <PassPhrase>string</PassPhrase>
    </Load>
  </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>
    <LoadResponse xmlns="http://www.us-vo.org">
      <LoadResult>string</LoadResult>
    </LoadResponse>
  </soap12:Body>
</soap12:Envelope>