First working web service for quering proteocache DB
[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   <portType name="Jpred">
16     <operation name="findSequence">
17       <input wsam:Action="http://server.proteocache.ws/Jpred/findSequenceRequest" message="tns:findSequence"/>
18       <output wsam:Action="http://server.proteocache.ws/Jpred/findSequenceResponse" message="tns:findSequenceResponse"/>
19     </operation>
20   </portType>
21   <binding name="ProteoCacheWSPortBinding" type="tns:Jpred">
22     <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
23     <operation name="findSequence">
24       <soap:operation soapAction=""/>
25       <input>
26         <soap:body use="literal"/>
27       </input>
28       <output>
29         <soap:body use="literal"/>
30       </output>
31     </operation>
32   </binding>
33   <service name="ProteoCacheWS">
34     <port name="ProteoCacheWSPort" binding="tns:ProteoCacheWSPortBinding">
35       <soap:address location="REPLACE_WITH_ACTUAL_URL"/>
36     </port>
37   </service>
38 </definitions>
39