<?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:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://iea.sp.gov.br/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://iea.sp.gov.br/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://iea.sp.gov.br/">
      <s:element name="NaData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="data" type="s:dateTime" />
            <s:element minOccurs="0" maxOccurs="1" name="token" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="NaDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="NaDataResult" type="tns:ArrayOfPreco" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfPreco">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="Preco" type="tns:Preco" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="Preco">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Produto" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Mercado" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Entrada" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Unidade" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="Data" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="Valor" nillable="true" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="Obs" type="s:string" />
        </s:sequence>
      </s:complexType>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="NaDataSoapIn">
    <wsdl:part name="parameters" element="tns:NaData" />
  </wsdl:message>
  <wsdl:message name="NaDataSoapOut">
    <wsdl:part name="parameters" element="tns:NaDataResponse" />
  </wsdl:message>
  <wsdl:portType name="PrecosDiariosInternacionaisSoap">
    <wsdl:operation name="NaData">
      <wsdl:input message="tns:NaDataSoapIn" />
      <wsdl:output message="tns:NaDataSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="PrecosDiariosInternacionaisSoap" type="tns:PrecosDiariosInternacionaisSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="NaData">
      <soap:operation soapAction="http://iea.sp.gov.br/NaData" 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="PrecosDiariosInternacionaisSoap12" type="tns:PrecosDiariosInternacionaisSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="NaData">
      <soap12:operation soapAction="http://iea.sp.gov.br/NaData" 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="PrecosDiariosInternacionais">
    <wsdl:port name="PrecosDiariosInternacionaisSoap" binding="tns:PrecosDiariosInternacionaisSoap">
      <soap:address location="http://ciagri.iea.sp.gov.br/PrecosDiarios/WebServices/PrecosDiariosInternacionais.asmx" />
    </wsdl:port>
    <wsdl:port name="PrecosDiariosInternacionaisSoap12" binding="tns:PrecosDiariosInternacionaisSoap12">
      <soap12:address location="http://ciagri.iea.sp.gov.br/PrecosDiarios/WebServices/PrecosDiariosInternacionais.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>