comparison WebServiceToolWorkflow/lib/SAWADLParser/Files/Template.sawadl @ 0:d5cd409b8a18 default tip

Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
author ganjoo
date Tue, 07 Jun 2011 18:00:50 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:d5cd409b8a18
1 <?xml version="1.0"?>
2 <application targetNamespace="http://wadl.dev.java.net/2009/02"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://wadl.dev.java.net/2009/02 wadl.xsd"
5 xmlns:tns="TempforXSD"
6 xmlns:sawadl="http://www.w3.org/2002/ws/sawadl/spec/sawadl#"
7 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
8 xmlns:Ontology1="http://www.owl-ontologies.com/sws_challenge.owl"
9 xmlns="http://wadl.dev.java.net/2009/02">
10 <grammars>
11 <include
12 href="3A4_Simplified_PurchaseOrderRequest.xsd" sawadl:modelReference="Ontology1#PurchaseOrderRequest"/>
13 <include
14 href="AcknowledgementOfReceipt.xsd" sawadl:modelReference="Ontology1#PurchaseOrderAck"/>
15 </grammars>
16
17 <resources base="http://MoonSemanticTemplate.com/">
18 <resource path="placeorder" sawadl:modelReference="Ontology1#ResourceCategory">
19 <method name="POST" id="order" sawadl:modelReference="Ontology1#PurchaseRequest">
20 <sawadl:precondition expression="placeOrder"/>
21 <request sawadl:modelReference="Ontology1#PurchaseOrder">
22 <representation mediaType="application/xml"
23 element="3A4_Simplified_PurchaseOrderRequest.xsd"/>
24 </request>
25 <sawadl:effect expression="confirmedOrder"/>
26 <response status="200" sawadl:modelReference="Ontology1#PurchaseOrderAck">
27 <representation mediaType="application/xml"
28 element="AcknowledgementofReceipt.xsd"/>
29 </response>
30 </method>
31 </resource>
32 </resources>
33
34 </application>