<?xml version = "1.0" encoding = "utf-8"?>
<definitions name="WSINFE" targetNamespace="NFe_NFCe" xmlns:wsdlns="NFe_NFCe" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="NFe_NFCe">
	<types>
		<schema targetNamespace="NFe_NFCe" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" elementFormDefault="qualified">
			<complexType name="Sdtcomunicacaointernamodulo">
				<sequence>
					<element name="Acao" type="xsd:string">
					</element>
					<element name="CK" type="xsd:string">
					</element>
					<element name="Mensagem" type="xsd:string">
					</element>
				</sequence>
			</complexType>
			<complexType name="Sdtcomunicacaointernaretornomodulo">
				<sequence>
					<element name="Retorno" type="xsd:string">
					</element>
					<element name="MsgRetorno" type="tns:Sdtcomunicacaointernaretornomodulo.MsgRetorno">
					</element>
				</sequence>
			</complexType>
			<complexType name="Sdtcomunicacaointernaretornomodulo.MsgRetorno">
				<sequence>
					<element name="Texto" type="xsd:string">
					</element>
					<element name="TipoMsg" type="xsd:byte">
					</element>
				</sequence>
			</complexType>
			<element name="WSINFE.Execute">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Sdtcomunicacaointernamodulo" type="tns:Sdtcomunicacaointernamodulo" />
					</sequence>
				</complexType>
			</element>
			<element name="WSINFE.ExecuteResponse">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Retorno" type="tns:Sdtcomunicacaointernaretornomodulo" />
					</sequence>
				</complexType>
			</element>
		</schema>
	</types>
	<message name="WSINFE.ExecuteSoapIn">
		<part name="parameters" element="tns:WSINFE.Execute" />
	</message>
	<message name="WSINFE.ExecuteSoapOut">
		<part name="parameters" element="tns:WSINFE.ExecuteResponse" />
	</message>
	<portType name="WSINFESoapPort">
		<operation name="Execute">
			<input message="wsdlns:WSINFE.ExecuteSoapIn" />
			<output message="wsdlns:WSINFE.ExecuteSoapOut" />
		</operation>
	</portType>
	<binding name="WSINFESoapBinding" type="wsdlns:WSINFESoapPort">
		<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
		<operation name="Execute">
			<soap:operation soapAction="NFe_NFCeaction/AWSINFE.Execute" />
			<input>
				<soap:body use="literal" />
			</input>
			<output>
				<soap:body use="literal" />
			</output>
		</operation>
	</binding>
	<service name="WSINFE">
		<port name="WSINFESoapPort" binding="wsdlns:WSINFESoapBinding">
			<soap:address location="http://app.invoicy.com.br/nfe_nfce/awsinfe.aspx" />
		</port>
	</service>
</definitions>
