Add new method to ProteoCacheWS web service
[proteocache.git] / server / compbio / ws / resources / ProteoCacheWS.wsdl
index b96d008..b4fefd8 100644 (file)
   <message name="getArchiveResponse">
     <part name="parameters" element="tns:getArchiveResponse"/>
   </message>
+  <message name="jobExists">
+    <part name="parameters" element="tns:jobExists"/>
+  </message>
+  <message name="jobExistsResponse">
+    <part name="parameters" element="tns:jobExistsResponse"/>
+  </message>
   <portType name="Jpred">
     <operation name="findSequence">
       <input wsam:Action="http://server.proteocache.ws/Jpred/findSequenceRequest" message="tns:findSequence"/>
       <input wsam:Action="http://server.proteocache.ws/Jpred/getArchiveRequest" message="tns:getArchive"/>
       <output wsam:Action="http://server.proteocache.ws/Jpred/getArchiveResponse" message="tns:getArchiveResponse"/>
     </operation>
+    <operation name="jobExists">
+      <input wsam:Action="http://server.proteocache.ws/Jpred/jobExistsRequest" message="tns:jobExists"/>
+      <output wsam:Action="http://server.proteocache.ws/Jpred/jobExistsResponse" message="tns:jobExistsResponse"/>
+    </operation>
   </portType>
   <binding name="ProteoCacheWSPortBinding" type="tns:Jpred">
     <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
         <soap:body use="literal"/>
       </output>
     </operation>
+    <operation name="jobExists">
+      <soap:operation soapAction=""/>
+      <input>
+        <soap:body use="literal"/>
+      </input>
+      <output>
+        <soap:body use="literal"/>
+      </output>
+    </operation>
   </binding>
   <service name="ProteoCacheWS">
     <port name="ProteoCacheWSPort" binding="tns:ProteoCacheWSPortBinding">