Add new method to ProteoCacheWS web service
[proteocache.git] / server / compbio / ws / resources / ProteoCacheWS.wsdl
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is Metro/2.1 (branches/2.1-6728; 2011-02-03T14:14:58+0000) JAXWS-RI/2.2.3 JAXWS/2.2. -->
3 <definitions targetNamespace="http://server.proteocache.ws" name="ProteoCacheWS" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:tns="http://server.proteocache.ws" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
4   <types>
5     <xsd:schema>
6       <xsd:import namespace="http://server.proteocache.ws" schemaLocation="ProteoCacheWS_schema1.xsd"/>
7     </xsd:schema>
8   </types>
9   <message name="findSequence">
10     <part name="parameters" element="tns:findSequence"/>
11   </message>
12   <message name="findSequenceResponse">
13     <part name="parameters" element="tns:findSequenceResponse"/>
14   </message>
15   <message name="findJobForSequence">
16     <part name="parameters" element="tns:findJobForSequence"/>
17   </message>
18   <message name="findJobForSequenceResponse">
19     <part name="parameters" element="tns:findJobForSequenceResponse"/>
20   </message>
21   <message name="getArchive">
22     <part name="parameters" element="tns:getArchive"/>
23   </message>
24   <message name="getArchiveResponse">
25     <part name="parameters" element="tns:getArchiveResponse"/>
26   </message>
27   <message name="jobExists">
28     <part name="parameters" element="tns:jobExists"/>
29   </message>
30   <message name="jobExistsResponse">
31     <part name="parameters" element="tns:jobExistsResponse"/>
32   </message>
33   <portType name="Jpred">
34     <operation name="findSequence">
35       <input wsam:Action="http://server.proteocache.ws/Jpred/findSequenceRequest" message="tns:findSequence"/>
36       <output wsam:Action="http://server.proteocache.ws/Jpred/findSequenceResponse" message="tns:findSequenceResponse"/>
37     </operation>
38     <operation name="findJobForSequence">
39       <input wsam:Action="http://server.proteocache.ws/Jpred/findJobForSequenceRequest" message="tns:findJobForSequence"/>
40       <output wsam:Action="http://server.proteocache.ws/Jpred/findJobForSequenceResponse" message="tns:findJobForSequenceResponse"/>
41     </operation>
42     <operation name="getArchive">
43       <input wsam:Action="http://server.proteocache.ws/Jpred/getArchiveRequest" message="tns:getArchive"/>
44       <output wsam:Action="http://server.proteocache.ws/Jpred/getArchiveResponse" message="tns:getArchiveResponse"/>
45     </operation>
46     <operation name="jobExists">
47       <input wsam:Action="http://server.proteocache.ws/Jpred/jobExistsRequest" message="tns:jobExists"/>
48       <output wsam:Action="http://server.proteocache.ws/Jpred/jobExistsResponse" message="tns:jobExistsResponse"/>
49     </operation>
50   </portType>
51   <binding name="ProteoCacheWSPortBinding" type="tns:Jpred">
52     <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
53     <operation name="findSequence">
54       <soap:operation soapAction=""/>
55       <input>
56         <soap:body use="literal"/>
57       </input>
58       <output>
59         <soap:body use="literal"/>
60       </output>
61     </operation>
62     <operation name="findJobForSequence">
63       <soap:operation soapAction=""/>
64       <input>
65         <soap:body use="literal"/>
66       </input>
67       <output>
68         <soap:body use="literal"/>
69       </output>
70     </operation>
71     <operation name="getArchive">
72       <soap:operation soapAction=""/>
73       <input>
74         <soap:body use="literal"/>
75       </input>
76       <output>
77         <soap:body use="literal"/>
78       </output>
79     </operation>
80     <operation name="jobExists">
81       <soap:operation soapAction=""/>
82       <input>
83         <soap:body use="literal"/>
84       </input>
85       <output>
86         <soap:body use="literal"/>
87       </output>
88     </operation>
89   </binding>
90   <service name="ProteoCacheWS">
91     <port name="ProteoCacheWSPort" binding="tns:ProteoCacheWSPortBinding">
92       <soap:address location="REPLACE_WITH_ACTUAL_URL"/>
93     </port>
94   </service>
95 </definitions>
96