<?xml version="1.0"?>
<!-- 
LSID File Binding Standard for the LSIDDataServicePortType 

Jordi Albornoz and Ben Szekely
13 November 2003 - Initial Draft
-->
<definitions xmlns:tns="http://www.omg.org/LSID/2003/DataServiceFileBindings"
		targetNamespace="http://www.omg.org/LSID/2003/DataServiceFileBindings"
		xmlns:xsd="http://www.w3.org/2001/XMLSchema"
		xmlns="http://schemas.xmlsoap.org/wsdl/"
		xmlns:file="http://www.ibm.com/wsdl/file/"
		xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
		xmlns:sns="http://www.omg.org/LSID/2003/Standard/WSDL">

	<import namespace="http://www.omg.org/LSID/2003/Standard/WSDL" location="LSIDPortTypes.wsdl" />

	<binding name="LSIDDataFileBinding" type="sns:LSIDDataServicePortType">
		<file:binding />
		<operation name="getData">
			<file:operation />
			<input />
			<output>
				<file:open part="data-attachment" />
			</output>
		</operation>
		<operation name="getDataByRange">
			<file:operation />
			<input />
			<output>
				<file:open part="data-attachment" />
			</output>
		</operation>
	</binding>

	<binding name="LSIDMetadataFileBinding" type="sns:LSIDMetadataServicePortType">
		<file:binding />
		<operation name="getMetadata">
			<file:operation />
			<input />
			<output>
				<file:open part="metadata-attachment" />
			</output>
		</operation>
	</binding>
		
</definitions>