Mercurial > repos > ganjoo > webservice_toolsuite
annotate WebServiceToolWorkflow/lib/SAWADLParser/Files/NewTemplate.sawadl~ @ 0:e7482c82796e 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 17:34:26 -0400 | 
| parents | |
| children | 
| rev | line source | 
|---|---|
| 0 
e7482c82796e
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
 ganjoo parents: diff
changeset | 1 <?xml version="1.0"?> | 
| 
e7482c82796e
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
 ganjoo parents: diff
changeset | 2 <application targetNamespace="http://wadl.dev.java.net/2009/02" | 
| 
e7482c82796e
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
 ganjoo parents: diff
changeset | 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 
| 
e7482c82796e
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
 ganjoo parents: diff
changeset | 4 xsi:schemaLocation="http://wadl.dev.java.net/2009/02 wadl.xsd" | 
| 
e7482c82796e
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
 ganjoo parents: diff
changeset | 5 xmlns:tns="TempforXSD" | 
| 
e7482c82796e
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
 ganjoo parents: diff
changeset | 6 xmlns:sawadl="http://www.w3.org/2002/ws/sawadl/spec/sawadl#" | 
| 
e7482c82796e
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
 ganjoo parents: diff
changeset | 7 xmlns:xsd="http://www.w3.org/2001/XMLSchema" | 
| 
e7482c82796e
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
 ganjoo parents: diff
changeset | 8 xmlns:Ontology1="http://www.owl-ontologies.com/sws_challenge.owl" | 
| 
e7482c82796e
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
 ganjoo parents: diff
changeset | 9 xmlns="http://wadl.dev.java.net/2009/02"> | 
| 
e7482c82796e
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
 ganjoo parents: diff
changeset | 10 <grammars> | 
| 
e7482c82796e
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
 ganjoo parents: diff
changeset | 11 <include | 
| 
e7482c82796e
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
 ganjoo parents: diff
changeset | 12 href="3A4_Simplified_PurchaseOrderRequest.xsd" sawadl:modelReference="Ontology1#PurchaseOrderRequest"/> | 
| 
e7482c82796e
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
 ganjoo parents: diff
changeset | 13 <include | 
| 
e7482c82796e
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
 ganjoo parents: diff
changeset | 14 href="AcknowledgementOfReceipt.xsd" sawadl:modelReference="Ontology1#PurchaseOrderAck"/> | 
| 
e7482c82796e
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
 ganjoo parents: diff
changeset | 15 </grammars> | 
| 
e7482c82796e
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
 ganjoo parents: diff
changeset | 16 | 
| 
e7482c82796e
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
 ganjoo parents: diff
changeset | 17 <resources base="http://MoonSemanticTemplate.com/"> | 
| 
e7482c82796e
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
 ganjoo parents: diff
changeset | 18 <resource path="placeorder" sawadl:modelReference="Ontology1#ResourceCategory"> | 
| 
e7482c82796e
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
 ganjoo parents: diff
changeset | 19 <method name="POST" id="order" sawadl:modelReference="Ontology1#PurchaseRequest"> | 
| 
e7482c82796e
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
 ganjoo parents: diff
changeset | 20 <sawadl:precondition expression="placeOrder"/> | 
| 
e7482c82796e
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
 ganjoo parents: diff
changeset | 21 <request sawadl:modelReference="Ontology1#PurchaseOrder"> | 
| 
e7482c82796e
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
 ganjoo parents: diff
changeset | 22 <param name="user" style="query" type="xsd:string" required="true"> | 
| 
e7482c82796e
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
 ganjoo parents: diff
changeset | 23 <doc title="prompt">Min Molecular Weight (Daltons)</doc> | 
| 
e7482c82796e
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
 ganjoo parents: diff
changeset | 24 </param> | 
| 
e7482c82796e
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
 ganjoo parents: diff
changeset | 25 <param name="cost" style="query" type="xsd:string"> | 
| 
e7482c82796e
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
 ganjoo parents: diff
changeset | 26 </request> | 
| 
e7482c82796e
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
 ganjoo parents: diff
changeset | 27 <sawadl:effect expression="confirmedOrder"/> | 
| 
e7482c82796e
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
 ganjoo parents: diff
changeset | 28 <response status="200" sawadl:modelReference="Ontology1#PurchaseOrderAck"> | 
| 
e7482c82796e
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
 ganjoo parents: diff
changeset | 29 <representation mediaType="application/xml" | 
| 
e7482c82796e
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
 ganjoo parents: diff
changeset | 30 element="AcknowledgementofReceipt.xsd"/> | 
| 
e7482c82796e
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
 ganjoo parents: diff
changeset | 31 </response> | 
| 
e7482c82796e
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
 ganjoo parents: diff
changeset | 32 </method> | 
| 
e7482c82796e
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
 ganjoo parents: diff
changeset | 33 </resource> | 
| 
e7482c82796e
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
 ganjoo parents: diff
changeset | 34 </resources> | 
| 
e7482c82796e
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
 ganjoo parents: diff
changeset | 35 | 
| 
e7482c82796e
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
 ganjoo parents: diff
changeset | 36 </application> | 
