<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://www.egestao.net/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://www.egestao.net/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.egestao.net/">
      <s:element name="CallApiAnyMarket">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="url" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="token" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="plataforma" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="metodo" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="jsonBody" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CallApiAnyMarketResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CallApiAnyMarketResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SearchCategory">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="urlAuth" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="token" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="plataforma" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="codigoCategoria" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SearchCategoryResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SearchCategoryResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="CallApiAnyMarketSoapIn">
    <wsdl:part name="parameters" element="tns:CallApiAnyMarket" />
  </wsdl:message>
  <wsdl:message name="CallApiAnyMarketSoapOut">
    <wsdl:part name="parameters" element="tns:CallApiAnyMarketResponse" />
  </wsdl:message>
  <wsdl:message name="SearchCategorySoapIn">
    <wsdl:part name="parameters" element="tns:SearchCategory" />
  </wsdl:message>
  <wsdl:message name="SearchCategorySoapOut">
    <wsdl:part name="parameters" element="tns:SearchCategoryResponse" />
  </wsdl:message>
  <wsdl:portType name="ConexaoAnyMarketSoap">
    <wsdl:operation name="CallApiAnyMarket">
      <wsdl:input message="tns:CallApiAnyMarketSoapIn" />
      <wsdl:output message="tns:CallApiAnyMarketSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SearchCategory">
      <wsdl:input message="tns:SearchCategorySoapIn" />
      <wsdl:output message="tns:SearchCategorySoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="ConexaoAnyMarketSoap" type="tns:ConexaoAnyMarketSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="CallApiAnyMarket">
      <soap:operation soapAction="http://www.egestao.net/CallApiAnyMarket" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SearchCategory">
      <soap:operation soapAction="http://www.egestao.net/SearchCategory" 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="ConexaoAnyMarketSoap12" type="tns:ConexaoAnyMarketSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="CallApiAnyMarket">
      <soap12:operation soapAction="http://www.egestao.net/CallApiAnyMarket" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SearchCategory">
      <soap12:operation soapAction="http://www.egestao.net/SearchCategory" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="ConexaoAnyMarket">
    <wsdl:port name="ConexaoAnyMarketSoap" binding="tns:ConexaoAnyMarketSoap">
      <soap:address location="http://localhost:2243/ConexaoAnyMarket.asmx" />
    </wsdl:port>
    <wsdl:port name="ConexaoAnyMarketSoap12" binding="tns:ConexaoAnyMarketSoap12">
      <soap12:address location="http://localhost:2243/ConexaoAnyMarket.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>