<?xml version='1.0' encoding='UTF-8'?><wsdl:definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://ws.rnpaauto.fenaseg.org.br/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:ns1="http://schemas.xmlsoap.org/soap/http" name="importacaoArquivoSoap" targetNamespace="http://ws.rnpaauto.fenaseg.org.br/">
  <wsdl:types>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://ws.rnpaauto.fenaseg.org.br/AbstractTypes" version="1.0">

  <xs:complexType name="StringArray">
    <xs:sequence/>
  </xs:complexType>

</xs:schema>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://ws.rnpaauto.fenaseg.org.br/" elementFormDefault="qualified" targetNamespace="http://ws.rnpaauto.fenaseg.org.br/" version="1.0">

  <xs:element name="EnviarArquivo">
    <xs:complexType>
      <xs:sequence>
        <xs:element minOccurs="0" name="nomeArquivo" type="xs:string"/>
        <xs:element minOccurs="0" name="conteudoArquivo" type="xs:base64Binary"/>
      </xs:sequence>
    </xs:complexType>
  </xs:element>

  <xs:element name="EnviarArquivoResponse">
    <xs:complexType>
      <xs:sequence>
        <xs:element minOccurs="0" name="EnviarArquivoResult" type="tns:RespostaEnvioArquivo"/>
      </xs:sequence>
    </xs:complexType>
  </xs:element>

  <xs:element name="RespostaEnvioArquivo" type="tns:RespostaEnvioArquivo"/>

  <xs:element name="RespostaRetornoArquivo" type="tns:RespostaRetornoArquivo"/>

  <xs:element name="RetornoArquivo">
    <xs:complexType>
      <xs:sequence>
        <xs:element name="cod_informante" type="xs:int"/>
        <xs:element minOccurs="0" name="cpf" type="xs:string"/>
        <xs:element minOccurs="0" name="senha" type="xs:string"/>
        <xs:element minOccurs="0" name="nomeArquivo" type="xs:string"/>
      </xs:sequence>
    </xs:complexType>
  </xs:element>

  <xs:element name="RetornoArquivoResponse">
    <xs:complexType>
      <xs:sequence>
        <xs:element minOccurs="0" name="RetornoArquivoResult" type="tns:RespostaRetornoArquivo"/>
      </xs:sequence>
    </xs:complexType>
  </xs:element>

  <xs:complexType name="RespostaEnvioArquivo">
    <xs:sequence>
      <xs:element name="Codigo" type="xs:int"/>
      <xs:element minOccurs="0" name="Mensagem" type="xs:string"/>
    </xs:sequence>
  </xs:complexType>

  <xs:complexType name="RespostaRetornoArquivo">
    <xs:sequence>
      <xs:element name="Codigo" type="xs:int"/>
      <xs:element minOccurs="0" name="NomeArquivo" type="xs:string"/>
      <xs:element minOccurs="0" name="Conteudo" type="xs:base64Binary"/>
      <xs:element minOccurs="0" name="Mensagem" type="xs:string"/>
    </xs:sequence>
  </xs:complexType>

</xs:schema>
  </wsdl:types>
  <wsdl:message name="EnviarArquivoResponse">
    <wsdl:part element="tns:EnviarArquivoResponse" name="parameters">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="EnviarArquivo">
    <wsdl:part element="tns:EnviarArquivo" name="parameters">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="RetornoArquivoResponse">
    <wsdl:part element="tns:RetornoArquivoResponse" name="parameters">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="RetornoArquivo">
    <wsdl:part element="tns:RetornoArquivo" name="parameters">
    </wsdl:part>
  </wsdl:message>
  <wsdl:portType name="importacaoArquivoSoap">
    <wsdl:operation name="EnviarArquivo">
      <wsdl:input message="tns:EnviarArquivo" name="EnviarArquivo">
    </wsdl:input>
      <wsdl:output message="tns:EnviarArquivoResponse" name="EnviarArquivoResponse">
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="RetornoArquivo">
      <wsdl:input message="tns:RetornoArquivo" name="RetornoArquivo">
    </wsdl:input>
      <wsdl:output message="tns:RetornoArquivoResponse" name="RetornoArquivoResponse">
    </wsdl:output>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="importacaoArquivoSoapSoapBinding" type="tns:importacaoArquivoSoap">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="EnviarArquivo">
      <soap:operation soapAction="http://ws.rnpaauto.fenaseg.org.br//EnviarArquivo" style="document"/>
      <wsdl:input name="EnviarArquivo">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="EnviarArquivoResponse">
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="RetornoArquivo">
      <soap:operation soapAction="http://ws.rnpaauto.fenaseg.org.br//RetornoArquivo" style="document"/>
      <wsdl:input name="RetornoArquivo">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="RetornoArquivoResponse">
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="importacaoArquivoSoap">
    <wsdl:port binding="tns:importacaoArquivoSoapSoapBinding" name="importacaoArquivoSoapPort">
      <soap:address location="https://registraloteapoliceauto.cnseg.org.br/wsimportacaoarquivo/Service/ImportacaoArquivoSoap"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>