|
Revision 1205:b60b16a34f15, 1.1 KB
(checked in by Thomas Gambet <tgambet@…>, 3 years ago)
|
|
removed all unused properties
+removed 'reference' id
|
| 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="check"> |
|---|
| 6 | <doc title="responseType">default</doc> |
|---|
| 7 | |
|---|
| 8 | <doc xml:lang="en" title="name">Unicorn</doc> |
|---|
| 9 | |
|---|
| 10 | <doc title="mimetype">text/html</doc> |
|---|
| 11 | |
|---|
| 12 | <doc title="paramLang">lang</doc> |
|---|
| 13 | <doc title="paramOutput">output</doc> |
|---|
| 14 | |
|---|
| 15 | <method name="GET" id="CssValidationUri"> |
|---|
| 16 | <doc title="inputMethod">URI</doc> |
|---|
| 17 | <doc title="inputParamName">ucn_uri</doc> |
|---|
| 18 | <request> |
|---|
| 19 | <param name="ucn_uri" type="xs:anyURI" style="plain" required="true" /> |
|---|
| 20 | <param name="ucn_format" fixed="xml" required="true" style="plain"> |
|---|
| 21 | <option value="xml" /> |
|---|
| 22 | </param> |
|---|
| 23 | <param name="ucn_task" fixed="mobileok" required="true" style="plain"> |
|---|
| 24 | <option value="mobileok" /> |
|---|
| 25 | </param> |
|---|
| 26 | </request> |
|---|
| 27 | </method> |
|---|
| 28 | </resource> |
|---|
| 29 | </resources> |
|---|
| 30 | </application> |
|---|