- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 16 Oct 2009 14:49:20 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/contracts
In directory hutz:/tmp/cvs-serv3764/WebContent/WEB-INF/resources/contracts
Added Files:
new.wadl new2.wadl
Log Message:
test contracts
--- NEW FILE: new2.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="test2.xml">
<doc title="responseType">default</doc>
<doc xml:lang="en" title="name">New schema 2</doc>
<doc title="mimetype">text/html</doc>
<doc title="paramLang">lang</doc>
<doc title="paramOutput">output</doc>
<doc title="reference">new2</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>
--- NEW FILE: new.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.xml">
<doc title="responseType">default</doc>
<doc xml:lang="en" title="name">New schema</doc>
<doc title="mimetype">text/html</doc>
<doc title="paramLang">lang</doc>
<doc title="paramOutput">output</doc>
<doc title="reference">new</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, 16 October 2009 14:49:21 UTC