root/WebContent/WEB-INF/resources/contracts/feed-validator.wadl @ 1143:c03f236e87a5

Revision 1143:c03f236e87a5, 1.4 KB (checked in by Thomas Gambet <tgambet@…>, 3 years ago)

added mime-type text/html

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="index.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                       
14                        <doc title="reference">feed</doc>
15               
16                                <method name="GET" id="uriMethod">
17                            <doc title="inputMethod">URI</doc>
18                            <doc title="inputParamName">url</doc>
19                            <request>
20                                    <param name="url" type="xs:anyURI" style="plain" required="true" />
21                                    <param name="out" fixed="ucn" required="true" style="plain">
22                                                                                <option value="ucn"/>
23                                                                        </param>
24                            </request>
25                            </method>
26                </resource>
27        </resources>
28</application>
Note: See TracBrowser for help on using the browser.