<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soapbind="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:txidrequest="http://www.ros.ie/schemas/customs/transactionidrequest/v1" xmlns:txidresponse="http://www.ros.ie/schemas/customs/transactionidresponse/v1" xmlns="http://www.ros.ie/schemas/customs/service/TransactionID" xmlns:ns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.ros.ie/schemas/customs/service/TransactionID" name="ROSWebService">
	<wsdl:import namespace="http://www.ros.ie/schemas/customs/transactionidrequest/v1" location="customs/transactionidrequest/v1/schema.xsd"/>
	<wsdl:import namespace="http://www.ros.ie/schemas/customs/transactionidresponse/v1" location="customs/transactionidresponse/v1/schema.xsd"/>
	<wsdl:message name="TransactionIDRequest">
		<wsdl:part name="parameters" element="txidrequest:TransactionIDRequest"/>
	</wsdl:message>
	<wsdl:message name="TransactionIDResponse">
		<wsdl:part name="parameters" element="txidresponse:TransactionIDResponse"/>
	</wsdl:message>
	<wsdl:portType name="TransactionIDPortType">
		<wsdl:operation name="TransactionID">
			<wsdl:input message="TransactionIDRequest"/>
			<wsdl:output message="TransactionIDResponse"/>
		</wsdl:operation>
	</wsdl:portType>
	<wsdl:binding name="TransactionIDSoapBinding" type="TransactionIDPortType">
		<soapbind:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
		<wsdl:operation name="TransactionID">
			<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="TransactionID">
		<wsdl:port name="TransactionID" binding="TransactionIDSoapBinding">
			<soapbind:address location="https://www.ros.ie/customs/service/TransactionID"/>
		</wsdl:port>
	</wsdl:service>
</wsdl:definitions>
