<?xml version="1.0" encoding="UTF-8"?>

<!-- 
  -  This example shows how to describe a SOAP Web Service that does not
  -  conform to any particular standard.  It also show how to include in
  -  the same record the web browser-based version for interactive access.  
  -->

<resource xsi:type="vr:Service" status="active"
          created="2000-01-01T09:00:00" updated="2000-01-01T09:00:00"
          xmlns:vr="http://www.ivoa.net/xml/VOResource/v1.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://www.ivoa.net/xml/VOResource/v1.0
                              VOResource-v1.0.xsd">

    <validationLevel validatedBy="ivo://nvo.ncsa/registry"> 1 </validationLevel>

    <title> Cone Search Validation Service </title>
    <shortName>CSValidater</shortName>
    <identifier>ivo://nvo.ncsa/validater/ConeSearch</identifier>

    <curation>
      <publisher ivo-id="ivo://nvo.ncsa/NVO">
         The NVO Project at NCSA
      </publisher>
      <creator>
        <name>Dr. Raymond Plante</name>
      </creator>
      <date role="created">  1994-09-01  </date>
      <contact>
        <name>Ray Plante</name>
	<email>rplante@ncsa.uiuc.edu</email>
      </contact>
    </curation>

    <content>
      <subject>services</subject>
      <subject>standards</subject>
      <description>
         This service will send test queries to a Cone Search service
         and examine the results for compliance with the Cone Search
         standard.  It is a helpful tool for Cone Search service 
         implementers.  
      </description>
      <referenceURL>
         http://nvo.ncsa.uiuc.edu/VO/services/csvalidate.html
      </referenceURL>
      <type>Other</type>

    </content>

    <capability>
       <description>
         The validater can be accessed either as a SOAP web service (which 
         returns results only as XML) or as an interactive browser-based 
         service (which can return results in either XML or HTML).  
       </description>

       <interface xsi:type="vr:WebService">
          <accessURL>
             http://nvo.ncsa.uiuc.edu:8081/validate/ConeSearchValidater
          </accessURL>

          <!-- this is only needed if ?wsdl doesn't work for this service -->
          <wsdlURL> 
             http://nvo.ncsa.uiuc.edu/VO/services/ConeSearchValidater.wsdl
          </wsdlURL> 
       </interface>

       <interface xsi:type="vr:WebBrowser">
          <accessURL>
             http://nvo.ncsa.uiuc.edu/VO/services/csvalidate.html
          </accessURL>
       </interface>
    </capability>
</resource>

