<!-- 
 
	Version Control:
	=============
	
	Current Version: 0.1
	
	01/04/2009: Document Created



  -->
<wsdl:definitions 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
xmlns:soapbind="http://schemas.xmlsoap.org/wsdl/soap/" 
xmlns:ar="urn:publicid:-:EC:DGTAXUD:EMCS:PHASE3:IE819:V1.51" 
xmlns:msgackres="http://www.ros.ie/schemas/customs/messageacknowledgement/v1" 
xmlns="http://www.ros.ie/schemas/customs/service/AlertOrRejectionOfAnEAAD" 
xmlns:ns="http://www.w3.org/2001/XMLSchema" 
targetNamespace="http://www.ros.ie/schemas/customs/service/AlertOrRejectionOfAnEAAD" 
name="ROSWebService">
	<wsdl:import namespace="urn:publicid:-:EC:DGTAXUD:EMCS:PHASE3:IE819:V1.51" location="emcs/v1/IE819.xsd"/>
	<wsdl:import namespace="http://www.ros.ie/schemas/customs/messageacknowledgement/v1" location="customs/messageacknowledgement/v1/schema.xsd"/>
	<wsdl:message name="AlertOrRejectionOfAnEAADRequest">
		<wsdl:part name="parameters" element="ar:IE819"/>
	</wsdl:message>
	<wsdl:message name="AlertOrRejectionOfAnEAADResponse">
		<wsdl:part name="parameters" element="msgackres:MessageAcknowledgement"/>
	</wsdl:message>
	<wsdl:portType name="AlertOrRejectionOfAnEAADPortType">
		<wsdl:operation name="AlertOrRejectionOfAnEAAD">
			<wsdl:input message="AlertOrRejectionOfAnEAADRequest"/>
			<wsdl:output message="AlertOrRejectionOfAnEAADResponse"/>
		</wsdl:operation>
	</wsdl:portType>
	<wsdl:binding name="AlertOrRejectionOfAnEAADSoapBinding" type="AlertOrRejectionOfAnEAADPortType">
		<soapbind:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
		<wsdl:operation name="AlertOrRejectionOfAnEAAD">
			<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="AlertOrRejectionOfAnEAAD">
		<wsdl:port name="AlertOrRejectionOfAnEAAD" binding="AlertOrRejectionOfAnEAADSoapBinding">
			<soapbind:address location="https://www.ros.ie/customs/service/AlertOrRejectionOfAnEAAD"/>
		</wsdl:port>
	</wsdl:service>
</wsdl:definitions>
