<?xml version = "1.0" encoding = "utf-8"?>
<definitions name="wsimdfe" targetNamespace="MDFe" xmlns:wsdlns="MDFe" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="MDFe">
	<types>
		<schema targetNamespace="MDFe" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" elementFormDefault="qualified">
			<complexType name="SdtComunicacaoInterna">
				<sequence>
					<element name="Acao" type="xsd:string" form="unqualified">
					</element>
					<element name="CK" type="xsd:string" form="unqualified">
					</element>
					<element name="Mensagem" type="xsd:string" form="unqualified">
					</element>
				</sequence>
			</complexType>
			<complexType name="SdtComunicacaoInternaRetorno">
				<sequence>
					<element name="Retorno" type="xsd:string" form="unqualified">
					</element>
					<element name="MsgRetorno" type="tns:SdtComunicacaoInternaRetorno.MsgRetorno" form="unqualified">
					</element>
				</sequence>
			</complexType>
			<complexType name="SdtComunicacaoInternaRetorno.MsgRetorno">
				<sequence>
					<element name="Texto" type="xsd:string" form="unqualified">
					</element>
					<element name="TipoMsg" type="xsd:byte" form="unqualified">
					</element>
				</sequence>
			</complexType>
			<element name="wsimdfe.Execute">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Sdtcomunicacaointerna" type="tns:SdtComunicacaoInterna" />
					</sequence>
				</complexType>
			</element>
			<element name="wsimdfe.ExecuteResponse">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Retorno" type="tns:SdtComunicacaoInternaRetorno" />
					</sequence>
				</complexType>
			</element>
		</schema>
	</types>
	<message name="wsimdfe.ExecuteSoapIn">
		<part name="parameters" element="tns:wsimdfe.Execute" />
	</message>
	<message name="wsimdfe.ExecuteSoapOut">
		<part name="parameters" element="tns:wsimdfe.ExecuteResponse" />
	</message>
	<portType name="wsimdfeSoapPort">
		<operation name="Execute">
			<input message="wsdlns:wsimdfe.ExecuteSoapIn" />
			<output message="wsdlns:wsimdfe.ExecuteSoapOut" />
		</operation>
	</portType>
	<binding name="wsimdfeSoapBinding" type="wsdlns:wsimdfeSoapPort">
		<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
		<operation name="Execute">
			<soap:operation soapAction="MDFeaction/AWSIMDFE.Execute" />
			<input>
				<soap:body use="literal" />
			</input>
			<output>
				<soap:body use="literal" />
			</output>
		</operation>
	</binding>
	<service name="wsimdfe">
		<port name="wsimdfeSoapPort" binding="wsdlns:wsimdfeSoapBinding">
			<soap:address location="http://homolog.invoicy.com.br/mdfe/awsimdfe.aspx" />
		</port>
	</service>
</definitions>
