root/WebContent/WEB-INF/resources/contracts/new2.wadl @ 785:e55a56f0d406

Revision 785:e55a56f0d406, 0.9 KB (checked in by tgambet, 4 years ago)

test contracts

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://localhost:8080/unicorn/">
5                <resource path="test2.xml">
6                       
7                        <doc title="responseType">default</doc>
8                       
9                        <doc xml:lang="en" title="name">New schema 2</doc>
10                       
11                        <doc title="mimetype">text/html</doc>
12                       
13                        <doc title="paramLang">lang</doc>
14                        <doc title="paramOutput">output</doc>
15                       
16                        <doc title="reference">new2</doc>
17               
18                <method name="GET" id="CssValidationUri">
19                                <doc title="inputMethod">URI</doc>
20                                <doc title="inputParamName">uri</doc>
21                                <request>
22                                        <param name="uri" type="xs:anyURI" style="plain" required="true" />
23                                </request>
24                    </method>
25                </resource>
26        </resources>
27</application>
Note: See TracBrowser for help on using the browser.