2006/unicorn/WebContent/WEB-INF/resources/contracts test.wadl,NONE,1.1

Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/contracts
In directory hutz:/tmp/cvs-serv13080/WebContent/WEB-INF/resources/contracts

Added Files:
	test.wadl 
Log Message:
contract of the local test observer

--- NEW FILE: test.wadl ---
<?xml version="1.0" encoding="utf-8"?>
<application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:schemaLocation="http://research.sun.com/wadl/2006/10 wadl.xsd" xmlns="http://research.sun.com/wadl/2006/10"> 
<grammars/> 
        <resources base="http://localhost:8080/unicorn/"> 
                <resource path="test"> 
                        
                        <doc xml:lang="en" title="name">Test Validator</doc>
                        
                        <doc title="responseType">default</doc>
                        
                        <doc title="mimetype">application/xml</doc>
                        
                        <doc title="paramLang">lang</doc>
                        <doc title="paramOutput">output</doc>
                        
                        <doc title="reference">test</doc>
                
	                	<method name="GET" id="CssValidationUri">
                            <doc title="inputMethod">URI</doc>
                            <doc title="inputParamName">uri</doc>
                            <request>
                                    <param name="uri" type="xs:anyURI" style="plain" required="true" /> 
                            </request>
	                    </method>
                </resource>
        </resources>
</application>

Received on Friday, 14 May 2010 15:36:06 UTC