
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soapbind="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:collectreq="http://www.ros.ie/schemas/customs/collectrequest/v1" xmlns:collectres="http://www.ros.ie/schemas/customs/collectresponse/v1" xmlns="http://www.ros.ie/schemas/customs/service/rcmCollect" xmlns:ns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.ros.ie/schemas/customs/service/rcmCollect" name="ROSWebService">
	<wsdl:import namespace="http://www.ros.ie/schemas/customs/collectrequest/v1" location="customs/collectrequest/v1/schema.xsd"/>
	<wsdl:import namespace="http://www.ros.ie/schemas/customs/collectresponse/v1" location="customs/collectresponse/v1/schema.xsd"/>
	<wsdl:message name="MailboxCollectReq">
		<wsdl:part name="parameters" element="collectreq:MailboxCollectRequest"/>
	</wsdl:message>
	<wsdl:message name="MailboxCollectRes">
		<wsdl:part name="parameters" element="collectres:MailboxCollectResponse"/>
	</wsdl:message>
	<wsdl:portType name="MailboxCollectPortType">
		<wsdl:operation name="MailboxCollect">
			<wsdl:input message="MailboxCollectReq"/>
			<wsdl:output message="MailboxCollectRes"/>
		</wsdl:operation>
	</wsdl:portType>
	<wsdl:binding name="MailboxCollectSoapBinding" type="MailboxCollectPortType">
		<soapbind:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
		<wsdl:operation name="MailboxCollect">
			<soapbind:operation/>
			<wsdl:input>
				<soapbind:body use="literal"/>
			</wsdl:input>
			<wsdl:output>
				<soapbind:body use="literal"/>
			</wsdl:output>
		</wsdl:operation>
	</wsdl:binding>
	<wsdl:service name="MailboxCollect">
		<wsdl:port name="MailboxCollect" binding="MailboxCollectSoapBinding">
			<soapbind:address location="https://www.ros.ie/customs/service/rcmCollect"/>
		</wsdl:port>
	</wsdl:service>
</wsdl:definitions>
