NVORegInt
Click here for a complete list of operations.
VOTCapabilityPredOpt
Input: predicate Custom simple predicate search (e.g. title like '%galex%')
Input: standard capability conesearch, SimpleImageAccess, SimpleSpectralAccess
Input: VOTStyleOption 1 = Unique Resource/Row, 2 = Unique Interface/Row
Output:VOTable 1.1 with Fields set by VOTStyleOption
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.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 /directory/NVORegInt.asmx HTTP/1.1 Host: vaotest.stsci.edu Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "ivoa.net.riws.v10/VOTCapabilityPredOpt" <?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> <VOTCapabilityPredOpt xmlns="ivoa.net.riws.v10"> <predicate>string</predicate> <capability>string</capability> <VOTStyleOption>int</VOTStyleOption> </VOTCapabilityPredOpt> </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> <VOTCapabilityPredOptResponse xmlns="ivoa.net.riws.v10"> <VOTCapabilityPredOptResult ID="ID" version="" xmlns="http://www.ivoa.net/xml/VOTable/v1.1"> <DESCRIPTION>xml</DESCRIPTION> <DEFINITIONS> <COOSYS ID="ID" equinox="token" epoch="token" system="" /> <PARAM value="string" /> </DEFINITIONS> <RESOURCE name="token" ID="ID" utype="string" type=""> <DESCRIPTION>xml</DESCRIPTION> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <TABLE ID="ID" name="token" ref="IDREF" ucd="token" utype="string" nrows="nonNegativeInteger"> <DESCRIPTION xsi:nil="true" /> <LINK xsi:nil="true" /> <LINK xsi:nil="true" /> <DATA xsi:nil="true" /> </TABLE> <TABLE ID="ID" name="token" ref="IDREF" ucd="token" utype="string" nrows="nonNegativeInteger"> <DESCRIPTION xsi:nil="true" /> <LINK xsi:nil="true" /> <LINK xsi:nil="true" /> <DATA xsi:nil="true" /> </TABLE> <RESOURCE name="token" ID="ID" utype="string" type=""> <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" utype="string" type=""> <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" utype="string" type=""> <DESCRIPTION>xml</DESCRIPTION> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <TABLE ID="ID" name="token" ref="IDREF" ucd="token" utype="string" nrows="nonNegativeInteger"> <DESCRIPTION xsi:nil="true" /> <LINK xsi:nil="true" /> <LINK xsi:nil="true" /> <DATA xsi:nil="true" /> </TABLE> <TABLE ID="ID" name="token" ref="IDREF" ucd="token" utype="string" nrows="nonNegativeInteger"> <DESCRIPTION xsi:nil="true" /> <LINK xsi:nil="true" /> <LINK xsi:nil="true" /> <DATA xsi:nil="true" /> </TABLE> <RESOURCE name="token" ID="ID" utype="string" type=""> <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" utype="string" type=""> <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> </VOTCapabilityPredOptResult> </VOTCapabilityPredOptResponse> </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 /directory/NVORegInt.asmx HTTP/1.1 Host: vaotest.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> <VOTCapabilityPredOpt xmlns="ivoa.net.riws.v10"> <predicate>string</predicate> <capability>string</capability> <VOTStyleOption>int</VOTStyleOption> </VOTCapabilityPredOpt> </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> <VOTCapabilityPredOptResponse xmlns="ivoa.net.riws.v10"> <VOTCapabilityPredOptResult ID="ID" version="" xmlns="http://www.ivoa.net/xml/VOTable/v1.1"> <DESCRIPTION>xml</DESCRIPTION> <DEFINITIONS> <COOSYS ID="ID" equinox="token" epoch="token" system="" /> <PARAM value="string" /> </DEFINITIONS> <RESOURCE name="token" ID="ID" utype="string" type=""> <DESCRIPTION>xml</DESCRIPTION> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <TABLE ID="ID" name="token" ref="IDREF" ucd="token" utype="string" nrows="nonNegativeInteger"> <DESCRIPTION xsi:nil="true" /> <LINK xsi:nil="true" /> <LINK xsi:nil="true" /> <DATA xsi:nil="true" /> </TABLE> <TABLE ID="ID" name="token" ref="IDREF" ucd="token" utype="string" nrows="nonNegativeInteger"> <DESCRIPTION xsi:nil="true" /> <LINK xsi:nil="true" /> <LINK xsi:nil="true" /> <DATA xsi:nil="true" /> </TABLE> <RESOURCE name="token" ID="ID" utype="string" type=""> <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" utype="string" type=""> <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" utype="string" type=""> <DESCRIPTION>xml</DESCRIPTION> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <TABLE ID="ID" name="token" ref="IDREF" ucd="token" utype="string" nrows="nonNegativeInteger"> <DESCRIPTION xsi:nil="true" /> <LINK xsi:nil="true" /> <LINK xsi:nil="true" /> <DATA xsi:nil="true" /> </TABLE> <TABLE ID="ID" name="token" ref="IDREF" ucd="token" utype="string" nrows="nonNegativeInteger"> <DESCRIPTION xsi:nil="true" /> <LINK xsi:nil="true" /> <LINK xsi:nil="true" /> <DATA xsi:nil="true" /> </TABLE> <RESOURCE name="token" ID="ID" utype="string" type=""> <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" utype="string" type=""> <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> </VOTCapabilityPredOptResult> </VOTCapabilityPredOptResponse> </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 /directory/NVORegInt.asmx/VOTCapabilityPredOpt?predicate=string&capability=string&VOTStyleOption=string HTTP/1.1 Host: vaotest.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="" xmlns="http://www.ivoa.net/xml/VOTable/v1.1"> <DESCRIPTION>xml</DESCRIPTION> <DEFINITIONS> <COOSYS ID="ID" equinox="token" epoch="token" system="" /> <PARAM value="string" /> </DEFINITIONS> <RESOURCE name="token" ID="ID" utype="string" type=""> <DESCRIPTION>xml</DESCRIPTION> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <TABLE ID="ID" name="token" ref="IDREF" ucd="token" utype="string" nrows="nonNegativeInteger"> <DESCRIPTION>xml</DESCRIPTION> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <DATA /> </TABLE> <TABLE ID="ID" name="token" ref="IDREF" ucd="token" utype="string" nrows="nonNegativeInteger"> <DESCRIPTION>xml</DESCRIPTION> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <DATA /> </TABLE> <RESOURCE name="token" ID="ID" utype="string" type=""> <DESCRIPTION>xml</DESCRIPTION> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <TABLE ID="ID" name="token" ref="IDREF" ucd="token" utype="string" nrows="nonNegativeInteger"> <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" ucd="token" utype="string" nrows="nonNegativeInteger"> <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" utype="string" type=""> <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" utype="string" type=""> <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" utype="string" type=""> <DESCRIPTION>xml</DESCRIPTION> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <TABLE ID="ID" name="token" ref="IDREF" ucd="token" utype="string" nrows="nonNegativeInteger"> <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" ucd="token" utype="string" nrows="nonNegativeInteger"> <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" utype="string" type=""> <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" utype="string" type=""> <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" utype="string" type=""> <DESCRIPTION>xml</DESCRIPTION> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <TABLE ID="ID" name="token" ref="IDREF" ucd="token" utype="string" nrows="nonNegativeInteger"> <DESCRIPTION>xml</DESCRIPTION> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <DATA /> </TABLE> <TABLE ID="ID" name="token" ref="IDREF" ucd="token" utype="string" nrows="nonNegativeInteger"> <DESCRIPTION>xml</DESCRIPTION> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <DATA /> </TABLE> <RESOURCE name="token" ID="ID" utype="string" type=""> <DESCRIPTION>xml</DESCRIPTION> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <TABLE ID="ID" name="token" ref="IDREF" ucd="token" utype="string" nrows="nonNegativeInteger"> <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" ucd="token" utype="string" nrows="nonNegativeInteger"> <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" utype="string" type=""> <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" utype="string" type=""> <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" utype="string" type=""> <DESCRIPTION>xml</DESCRIPTION> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <TABLE ID="ID" name="token" ref="IDREF" ucd="token" utype="string" nrows="nonNegativeInteger"> <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" ucd="token" utype="string" nrows="nonNegativeInteger"> <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" utype="string" type=""> <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" utype="string" type=""> <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 /directory/NVORegInt.asmx/VOTCapabilityPredOpt HTTP/1.1 Host: vaotest.stsci.edu Content-Type: application/x-www-form-urlencoded Content-Length: length predicate=string&capability=string&VOTStyleOption=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="" xmlns="http://www.ivoa.net/xml/VOTable/v1.1"> <DESCRIPTION>xml</DESCRIPTION> <DEFINITIONS> <COOSYS ID="ID" equinox="token" epoch="token" system="" /> <PARAM value="string" /> </DEFINITIONS> <RESOURCE name="token" ID="ID" utype="string" type=""> <DESCRIPTION>xml</DESCRIPTION> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <TABLE ID="ID" name="token" ref="IDREF" ucd="token" utype="string" nrows="nonNegativeInteger"> <DESCRIPTION>xml</DESCRIPTION> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <DATA /> </TABLE> <TABLE ID="ID" name="token" ref="IDREF" ucd="token" utype="string" nrows="nonNegativeInteger"> <DESCRIPTION>xml</DESCRIPTION> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <DATA /> </TABLE> <RESOURCE name="token" ID="ID" utype="string" type=""> <DESCRIPTION>xml</DESCRIPTION> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <TABLE ID="ID" name="token" ref="IDREF" ucd="token" utype="string" nrows="nonNegativeInteger"> <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" ucd="token" utype="string" nrows="nonNegativeInteger"> <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" utype="string" type=""> <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" utype="string" type=""> <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" utype="string" type=""> <DESCRIPTION>xml</DESCRIPTION> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <TABLE ID="ID" name="token" ref="IDREF" ucd="token" utype="string" nrows="nonNegativeInteger"> <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" ucd="token" utype="string" nrows="nonNegativeInteger"> <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" utype="string" type=""> <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" utype="string" type=""> <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" utype="string" type=""> <DESCRIPTION>xml</DESCRIPTION> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <TABLE ID="ID" name="token" ref="IDREF" ucd="token" utype="string" nrows="nonNegativeInteger"> <DESCRIPTION>xml</DESCRIPTION> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <DATA /> </TABLE> <TABLE ID="ID" name="token" ref="IDREF" ucd="token" utype="string" nrows="nonNegativeInteger"> <DESCRIPTION>xml</DESCRIPTION> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <DATA /> </TABLE> <RESOURCE name="token" ID="ID" utype="string" type=""> <DESCRIPTION>xml</DESCRIPTION> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <TABLE ID="ID" name="token" ref="IDREF" ucd="token" utype="string" nrows="nonNegativeInteger"> <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" ucd="token" utype="string" nrows="nonNegativeInteger"> <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" utype="string" type=""> <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" utype="string" type=""> <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" utype="string" type=""> <DESCRIPTION>xml</DESCRIPTION> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <LINK ID="ID" content-role="" content-type="token" title="string" value="string" href="anyURI" gref="token" action="anyURI" /> <TABLE ID="ID" name="token" ref="IDREF" ucd="token" utype="string" nrows="nonNegativeInteger"> <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" ucd="token" utype="string" nrows="nonNegativeInteger"> <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" utype="string" type=""> <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" utype="string" type=""> <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>