<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
      <s:element name="PersistirDados">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="query" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PersistirDadosResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="PersistirDadosResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ObterDados">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="query" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ObterDadosResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ObterDadosResult">
              <s:complexType>
                <s:sequence>
                  <s:any minOccurs="0" maxOccurs="unbounded" namespace="http://www.w3.org/2001/XMLSchema" processContents="lax" />
                  <s:any minOccurs="1" namespace="urn:schemas-microsoft-com:xml-diffgram-v1" processContents="lax" />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="string" nillable="true" type="s:string" />
      <s:element name="DataTable" nillable="true">
        <s:complexType>
          <s:sequence>
            <s:any minOccurs="0" maxOccurs="unbounded" namespace="http://www.w3.org/2001/XMLSchema" processContents="lax" />
            <s:any minOccurs="1" namespace="urn:schemas-microsoft-com:xml-diffgram-v1" processContents="lax" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="PersistirDadosSoapIn">
    <wsdl:part name="parameters" element="tns:PersistirDados" />
  </wsdl:message>
  <wsdl:message name="PersistirDadosSoapOut">
    <wsdl:part name="parameters" element="tns:PersistirDadosResponse" />
  </wsdl:message>
  <wsdl:message name="ObterDadosSoapIn">
    <wsdl:part name="parameters" element="tns:ObterDados" />
  </wsdl:message>
  <wsdl:message name="ObterDadosSoapOut">
    <wsdl:part name="parameters" element="tns:ObterDadosResponse" />
  </wsdl:message>
  <wsdl:message name="PersistirDadosHttpGetIn">
    <wsdl:part name="query" type="s:string" />
  </wsdl:message>
  <wsdl:message name="PersistirDadosHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="ObterDadosHttpGetIn">
    <wsdl:part name="query" type="s:string" />
  </wsdl:message>
  <wsdl:message name="ObterDadosHttpGetOut">
    <wsdl:part name="Body" element="tns:DataTable" />
  </wsdl:message>
  <wsdl:portType name="wsFinancialSoap">
    <wsdl:operation name="PersistirDados">
      <wsdl:input message="tns:PersistirDadosSoapIn" />
      <wsdl:output message="tns:PersistirDadosSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ObterDados">
      <wsdl:input message="tns:ObterDadosSoapIn" />
      <wsdl:output message="tns:ObterDadosSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="wsFinancialHttpGet">
    <wsdl:operation name="PersistirDados">
      <wsdl:input message="tns:PersistirDadosHttpGetIn" />
      <wsdl:output message="tns:PersistirDadosHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="ObterDados">
      <wsdl:input message="tns:ObterDadosHttpGetIn" />
      <wsdl:output message="tns:ObterDadosHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="wsFinancialSoap" type="tns:wsFinancialSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="PersistirDados">
      <soap:operation soapAction="http://tempuri.org/PersistirDados" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ObterDados">
      <soap:operation soapAction="http://tempuri.org/ObterDados" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="wsFinancialSoap12" type="tns:wsFinancialSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="PersistirDados">
      <soap12:operation soapAction="http://tempuri.org/PersistirDados" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ObterDados">
      <soap12:operation soapAction="http://tempuri.org/ObterDados" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="wsFinancialHttpGet" type="tns:wsFinancialHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="PersistirDados">
      <http:operation location="/PersistirDados" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ObterDados">
      <http:operation location="/ObterDados" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="wsFinancial">
    <wsdl:port name="wsFinancialSoap" binding="tns:wsFinancialSoap">
      <soap:address location="http://comparabrasil.com/wsFinancial.asmx" />
    </wsdl:port>
    <wsdl:port name="wsFinancialSoap12" binding="tns:wsFinancialSoap12">
      <soap12:address location="http://comparabrasil.com/wsFinancial.asmx" />
    </wsdl:port>
    <wsdl:port name="wsFinancialHttpGet" binding="tns:wsFinancialHttpGet">
      <http:address location="http://comparabrasil.com/wsFinancial.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>