<?xml version="1.0" encoding="utf-8"?>
<registration>
  <key>none</key>
  <event>none</event>
  <link>none</link>
  <rss-info>
    <title>XOBJEX::Registrar</title>
    <link>http://xobjex.com/service/registrar.xsl</link>
    <description>
	      A web service used to register the location and
	      API documentation of other web
	      services. XOBJEX::Registrar exposes the following
	      functions:
	      &lt;dl&gt;
	      &lt;dt&gt;
	      register
	      &lt;/dt&gt;
	      &lt;dd&gt;
	      The register function takes one parameter, the URL of
	      the service and returns an XML graph:
	      &lt;ul&gt;
	      &lt;li&gt;
	      registration
	      &lt;ul&gt;
	      &lt;li&gt;key&lt;/li&gt;
	      &lt;li&gt;event&lt;/li&gt;
	      &lt;li&gt;link&lt;/li&gt;
	      &lt;/ul&gt;
	      &lt;/li&gt;
	      &lt;/ul&gt;
	      &lt;p&gt;The value of the element 'key' is the required
	      parameter for the 'unregister' function. The service
	      CANNOT be unregistered without the 'key'.&lt;/p&gt;
	      &lt;p&gt;The registered service must return an
	      'rss-info' element with populated child elements
	      'title', 'link', and 'description' (i.e. an RSS item)
	      for the service registration to have any distributive or
	      public value.&lt;/p&gt;
	      &lt;/dd&gt;
	      &lt;dt&gt;
	      unregister
	      &lt;/dt&gt;
	      &lt;dd&gt;
	      The 'unregister' function also takes one parameter,
	      'key', which is the return value of the 'register'
	      function. With the correct key value, the service is
	      removed from the registry.
	      &lt;/dd&gt;
	      &lt;/dl&gt;
	      &lt;p&gt;A call to XOBJEX::Registrar would look like
	      these examples:&lt;/p&gt; 
	      &lt;p&gt;
	      http://xobjex.com/service/registrar.xsl?register=http://webservices.com/servicename.jsp
	      &lt;/p&gt;
	      &lt;p&gt;
	      http://xobjex.com/service/registrar.xsl?unregister=Qcd70kBR6d0AAB0EfAQ
	      &lt;/p&gt;
	      &lt;p&gt;Contact &lt;a
		href="mailto:dan@xobjex.com"&gt;dan@xobjex.com&lt;/a&gt; for support. See other REST Services at: &lt;a href="http://xobjex.com/services/"&gt;http://xobjex.com/services/&lt;a&gt;
	    </description>
  </rss-info>
</registration>
