root/WebContent/WEB-INF/resources/contracts/feed-validator.wadl @ 1159:a25ee470fdc3

Revision 1159:a25ee470fdc3, 1.5 KB (checked in by Thomas Gambet <tgambet@…>, 3 years ago)

changed url

Line 
1<?xml version="1.0" encoding="utf-8"?>
2<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"> 
3<grammars/> 
4        <resources base="http://qa-dev.w3.org/feed/">
5                <resource path="check.cgi">
6                       
7                        <doc xml:lang="en" title="name">Feed Validator</doc>
8                       
9                        <doc title="responseType">default</doc>
10                       
11                        <doc title="mimetype">application/xml</doc>
12                        <doc title="mimetype">text/xml</doc>
13                        <doc title="mimetype">text/html</doc>
14                       
15                        <doc title="reference">feed</doc>
16               
17                                <method name="GET" id="uriMethod">
18                            <doc title="inputMethod">URI</doc>
19                            <doc title="inputParamName">url</doc>
20                            <request>
21                                    <param name="url" type="xs:anyURI" style="plain" required="true" />
22                                    <param name="output" fixed="ucn" required="true" style="plain">
23                                                                                <option value="ucn"/>
24                                                                        </param>
25                            </request>
26                            </method>
27                </resource>
28        </resources>
29</application>
Note: See TracBrowser for help on using the browser.