Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<application xmlns="http://wadl.dev.java.net/2009/02">
         <doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 1.14 09/09/2012 05:39 PM"/>
         <grammars/>
         <resources base="http://cacti.geant.net:8888/restful/resources/">
                <resource path="cacti/">
                       <resource path="/about/">
                              <method id="getVersion" name="GET">
                                      <response>
                                             <representation mediaType="application/xml"/>
                                     </response>
                             </method>
                     </resource>
                     <resource path="/create/">
                            <method id="createService" name="POST">
                                   <request>
                                          <representation mediaType="*/*"/>
                                   </request>
                                   <response>
                                          <representation mediaType="*/*"/>
                                   </response>
                           </method>
                     </resource>
                     <resource path="/delete/{id}/">
                            <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="id" style="template" type="xs:string"/>
                            <method id="deleteService" name="DELETE">
                                    <response>
                                           <representation mediaType="*/*"/>
                                    </response>
                            </method>
                     </resource>
             </resource>
       </resources>
</application>

...