remove imports
[cdmlib.git] / cdmlib-services / src / main / resources / wsdl / LSIDDataServiceFTPBindings.wsdl
1 <?xml version="1.0"?>
2 <!--
3 LSID FTP Binding Standard for the LSIDDataServicePortType
4 and the LSIDMetadataServicePortType
5
6 Jordi Albornoz and Ben Szekely
7 13 November 2003 - Initial Draft
8 -->
9 <definitions xmlns:tns="http://www.omg.org/LSID/2003/DataServiceFTPBindings"
10 targetNamespace="http://www.omg.org/LSID/2003/DataServiceFTPBindings"
11 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
12 xmlns="http://schemas.xmlsoap.org/wsdl/"
13 xmlns:ftp="http://www.ibm.com/wsdl/ftp/"
14 xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
15 xmlns:sns="http://www.omg.org/LSID/2003/Standard/WSDL">
16
17 <import namespace="http://www.omg.org/LSID/2003/Standard/WSDL" location="LSIDPortTypes.wsdl" />
18
19 <binding name="LSIDDataFTPBinding" type="sns:LSIDDataServicePortType">
20 <ftp:binding />
21 <operation name="getData">
22 <ftp:operation />
23 <input />
24 <output>
25 <ftp:get part="data-attachment" />
26 </output>
27 </operation>
28 <operation name="getDataByRange">
29 <ftp:operation />
30 <input />
31 <output>
32 <ftp:get part="data-attachment" />
33 </output>
34 </operation>
35 </binding>
36
37 <binding name="LSIDMetadataFTPBinding" type="sns:LSIDMetadataServicePortType">
38 <ftp:binding />
39 <operation name="getMetadata">
40 <ftp:operation />
41 <input />
42 <output>
43 <ftp:get part="metadata-attachment" />
44 </output>
45 </operation>
46 </binding>
47
48 </definitions>
49