<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:ws="urn:publicid:-:EC:DGTAXUD:EMCS:PHASE4:WEBSERVICE:V3.01" xmlns:types="urn:publicid:-:EC:DGTAXUD:EMCS:PHASE4:WEBSERVICE:TYPES:V3.01" targetNamespace="urn:publicid:-:EC:DGTAXUD:EMCS:PHASE4:WEBSERVICE:V3.01">
	<wsdl:types>
		<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="urn:publicid:-:EC:DGTAXUD:EMCS:PHASE4:WEBSERVICE:TYPES:V3.01" xmlns:ie="urn:publicid:-:EC:DGTAXUD:EMCS:PHASE4:IE734:V3.01" xmlns:ieq="urn:publicid:-:EC:DGTAXUD:EMCS:PHASE4:WEBSERVICE:IEQ:V3.01">
			<!--===== Imports =====-->
			<xs:import namespace="urn:publicid:-:EC:DGTAXUD:EMCS:PHASE4:WEBSERVICE:IEQ:V3.01" schemaLocation="ie734q.xsd"/>
			<xs:import namespace="urn:publicid:-:EC:DGTAXUD:EMCS:PHASE4:IE734:V3.01" schemaLocation="ie734.xsd"/>
			<xs:element name="queryExciseProducts">
				<xs:complexType>
					<xs:sequence>
						<xs:element ref="ieq:ExciseProductCriteria"/>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="queryExciseProductsResponse">
				<xs:complexType>
					<xs:sequence>
						<xs:element name="ExciseProduct" type="ie:ExciseProductType" minOccurs="0" maxOccurs="unbounded"/>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
		</xs:schema>
	</wsdl:types>
	<wsdl:message name="queryExciseProductsSoapIn">
		<wsdl:part name="parameters" element="types:queryExciseProducts"/>
	</wsdl:message>
	<wsdl:message name="queryExciseProductsSoapOut">
		<wsdl:part name="parameters" element="types:queryExciseProductsResponse"/>
	</wsdl:message>
	<wsdl:portType name="MaintainExciseProductSoap">
		<wsdl:operation name="queryExciseProducts">
			<wsdl:documentation>Query for excise office based on supplied criteria.</wsdl:documentation>
			<wsdl:input message="ws:queryExciseProductsSoapIn"/>
			<wsdl:output message="ws:queryExciseProductsSoapOut"/>
		</wsdl:operation>
	</wsdl:portType>
	<wsdl:binding name="MaintainExciseProductSoap" type="ws:MaintainExciseProductSoap">
		<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
		<wsdl:operation name="queryExciseProducts">
			<soap:operation soapAction="http://emcs.dgtaxud.ec/queryExciseProducts" style="document"/>
			<wsdl:input>
				<soap:body use="literal"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body use="literal"/>
			</wsdl:output>
		</wsdl:operation>
	</wsdl:binding>
	<wsdl:service name="MaintainExciseProduct">
		<wsdl:documentation>Web service for querying excise products.</wsdl:documentation>
		<wsdl:port name="MaintainExciseProductSoap" binding="ws:MaintainExciseProductSoap">
			<soap:address location="https://seed.dgtaxud.ec:8443/SEEDv1WS/reference/MaintainExciseProduct.jws"/>
		</wsdl:port>
	</wsdl:service>
</wsdl:definitions>
