b96d008c0e231142d384e33d5f59af688ef28c6d
[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   <portType name="Jpred">
28     <operation name="findSequence">
29       <input wsam:Action="http://server.proteocache.ws/Jpred/findSequenceRequest" message="tns:findSequence"/>
30       <output wsam:Action="http://server.proteocache.ws/Jpred/findSequenceResponse" message="tns:findSequenceResponse"/>
31     </operation>
32     <operation name="findJobForSequence">
33       <input wsam:Action="http://server.proteocache.ws/Jpred/findJobForSequenceRequest" message="tns:findJobForSequence"/>
34       <output wsam:Action="http://server.proteocache.ws/Jpred/findJobForSequenceResponse" message="tns:findJobForSequenceResponse"/>
35     </operation>
36     <operation name="getArchive">
37       <input wsam:Action="http://server.proteocache.ws/Jpred/getArchiveRequest" message="tns:getArchive"/>
38       <output wsam:Action="http://server.proteocache.ws/Jpred/getArchiveResponse" message="tns:getArchiveResponse"/>
39     </operation>
40   </portType>
41   <binding name="ProteoCacheWSPortBinding" type="tns:Jpred">
42     <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
43     <operation name="findSequence">
44       <soap:operation soapAction=""/>
45       <input>
46         <soap:body use="literal"/>
47       </input>
48       <output>
49         <soap:body use="literal"/>
50       </output>
51     </operation>
52     <operation name="findJobForSequence">
53       <soap:operation soapAction=""/>
54       <input>
55         <soap:body use="literal"/>
56       </input>
57       <output>
58         <soap:body use="literal"/>
59       </output>
60     </operation>
61     <operation name="getArchive">
62       <soap:operation soapAction=""/>
63       <input>
64         <soap:body use="literal"/>
65       </input>
66       <output>
67         <soap:body use="literal"/>
68       </output>
69     </operation>
70   </binding>
71   <service name="ProteoCacheWS">
72     <port name="ProteoCacheWSPort" binding="tns:ProteoCacheWSPortBinding">
73       <soap:address location="REPLACE_WITH_ACTUAL_URL"/>
74     </port>
75   </service>
76 </definitions>
77