<?xml version = "1.0" encoding = "utf-8"?>
<definitions name="WSICTE" targetNamespace="CTe" xmlns:wsdlns="CTe" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="CTe">
	<types>
		<schema targetNamespace="CTe" 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:short">
					</element>
				</sequence>
			</complexType>
			<element name="WSICTE.Execute">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Sdtcomunicacaointernamodulo" type="tns:Sdtcomunicacaointernamodulo" />
					</sequence>
				</complexType>
			</element>
			<element name="WSICTE.ExecuteResponse">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Retorno" type="tns:Sdtcomunicacaointernaretornomodulo" />
					</sequence>
				</complexType>
			</element>
		</schema>
	</types>
	<message name="WSICTE.ExecuteSoapIn">
		<part name="parameters" element="tns:WSICTE.Execute" />
	</message>
	<message name="WSICTE.ExecuteSoapOut">
		<part name="parameters" element="tns:WSICTE.ExecuteResponse" />
	</message>
	<portType name="WSICTESoapPort">
		<operation name="Execute">
			<input message="wsdlns:WSICTE.ExecuteSoapIn" />
			<output message="wsdlns:WSICTE.ExecuteSoapOut" />
		</operation>
	</portType>
	<binding name="WSICTESoapBinding" type="wsdlns:WSICTESoapPort">
		<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
		<operation name="Execute">
			<soap:operation soapAction="CTeaction/AWSICTE.Execute" />
			<input>
				<soap:body use="literal" />
			</input>
			<output>
				<soap:body use="literal" />
			</output>
		</operation>
	</binding>
	<service name="WSICTE">
		<port name="WSICTESoapPort" binding="wsdlns:WSICTESoapBinding">
			<soap:address location="http://homolog.invoicy.com.br/cte/awsicte.aspx" />
		</port>
	</service>
</definitions>
