<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IAppServerSOAPservice" targetNamespace="http://tempuri.org/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:ns1="http://www.borland.com/namespaces/Types">
  <types>
    <xs:schema targetNamespace="http://www.borland.com/namespaces/Types" xmlns="http://www.borland.com/namespaces/Types">
      <xs:complexType name="TArray&lt;System.WideString&gt;">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="xs:string[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
    </xs:schema>
  </types>
  <message name="SAS_ApplyUpdates0Request">
    <part name="ProviderName" type="xs:string"/>
    <part name="Delta" type="xs:anyType"/>
    <part name="MaxErrors" type="xs:int"/>
    <part name="OwnerData" type="xs:anyType"/>
  </message>
  <message name="SAS_ApplyUpdates0Response">
    <part name="ErrorCount" type="xs:int"/>
    <part name="OwnerData" type="xs:anyType"/>
    <part name="return" type="xs:anyType"/>
  </message>
  <message name="SAS_GetRecords1Request">
    <part name="ProviderName" type="xs:string"/>
    <part name="Count" type="xs:int"/>
    <part name="Options" type="xs:int"/>
    <part name="CommandText" type="xs:string"/>
    <part name="Params" type="xs:anyType"/>
    <part name="OwnerData" type="xs:anyType"/>
  </message>
  <message name="SAS_GetRecords1Response">
    <part name="RecsOut" type="xs:int"/>
    <part name="Params" type="xs:anyType"/>
    <part name="OwnerData" type="xs:anyType"/>
    <part name="return" type="xs:anyType"/>
  </message>
  <message name="SAS_DataRequest2Request">
    <part name="ProviderName" type="xs:string"/>
    <part name="Data" type="xs:anyType"/>
  </message>
  <message name="SAS_DataRequest2Response">
    <part name="return" type="xs:anyType"/>
  </message>
  <message name="SAS_GetProviderNames3Request"/>
  <message name="SAS_GetProviderNames3Response">
    <part name="return" type="ns1:TArray&lt;System.WideString&gt;"/>
  </message>
  <message name="SAS_GetParams4Request">
    <part name="ProviderName" type="xs:string"/>
    <part name="OwnerData" type="xs:anyType"/>
  </message>
  <message name="SAS_GetParams4Response">
    <part name="OwnerData" type="xs:anyType"/>
    <part name="return" type="xs:anyType"/>
  </message>
  <message name="SAS_RowRequest5Request">
    <part name="ProviderName" type="xs:string"/>
    <part name="Row" type="xs:anyType"/>
    <part name="RequestType" type="xs:int"/>
    <part name="OwnerData" type="xs:anyType"/>
  </message>
  <message name="SAS_RowRequest5Response">
    <part name="OwnerData" type="xs:anyType"/>
    <part name="return" type="xs:anyType"/>
  </message>
  <message name="SAS_Execute6Request">
    <part name="ProviderName" type="xs:string"/>
    <part name="CommandText" type="xs:string"/>
    <part name="Params" type="xs:anyType"/>
    <part name="OwnerData" type="xs:anyType"/>
  </message>
  <message name="SAS_Execute6Response">
    <part name="Params" type="xs:anyType"/>
    <part name="OwnerData" type="xs:anyType"/>
  </message>
  <portType name="IAppServerSOAP">
    <operation name="SAS_ApplyUpdates">
      <input message="tns:SAS_ApplyUpdates0Request"/>
      <output message="tns:SAS_ApplyUpdates0Response"/>
    </operation>
    <operation name="SAS_GetRecords">
      <input message="tns:SAS_GetRecords1Request"/>
      <output message="tns:SAS_GetRecords1Response"/>
    </operation>
    <operation name="SAS_DataRequest">
      <input message="tns:SAS_DataRequest2Request"/>
      <output message="tns:SAS_DataRequest2Response"/>
    </operation>
    <operation name="SAS_GetProviderNames">
      <input message="tns:SAS_GetProviderNames3Request"/>
      <output message="tns:SAS_GetProviderNames3Response"/>
    </operation>
    <operation name="SAS_GetParams">
      <input message="tns:SAS_GetParams4Request"/>
      <output message="tns:SAS_GetParams4Response"/>
    </operation>
    <operation name="SAS_RowRequest">
      <input message="tns:SAS_RowRequest5Request"/>
      <output message="tns:SAS_RowRequest5Response"/>
    </operation>
    <operation name="SAS_Execute">
      <input message="tns:SAS_Execute6Request"/>
      <output message="tns:SAS_Execute6Response"/>
    </operation>
  </portType>
  <binding name="IAppServerSOAPbinding" type="tns:IAppServerSOAP">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="SAS_ApplyUpdates">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="http://www.borland.com/namespaces/Types-IAppServerSOAP" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://www.borland.com/namespaces/Types"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://www.borland.com/namespaces/Types"/>
      </output>
    </operation>
    <operation name="SAS_GetRecords">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="http://www.borland.com/namespaces/Types-IAppServerSOAP" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://www.borland.com/namespaces/Types"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://www.borland.com/namespaces/Types"/>
      </output>
    </operation>
    <operation name="SAS_DataRequest">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="http://www.borland.com/namespaces/Types-IAppServerSOAP" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://www.borland.com/namespaces/Types"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://www.borland.com/namespaces/Types"/>
      </output>
    </operation>
    <operation name="SAS_GetProviderNames">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="http://www.borland.com/namespaces/Types-IAppServerSOAP" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://www.borland.com/namespaces/Types"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://www.borland.com/namespaces/Types"/>
      </output>
    </operation>
    <operation name="SAS_GetParams">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="http://www.borland.com/namespaces/Types-IAppServerSOAP" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://www.borland.com/namespaces/Types"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://www.borland.com/namespaces/Types"/>
      </output>
    </operation>
    <operation name="SAS_RowRequest">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="http://www.borland.com/namespaces/Types-IAppServerSOAP" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://www.borland.com/namespaces/Types"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://www.borland.com/namespaces/Types"/>
      </output>
    </operation>
    <operation name="SAS_Execute">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="http://www.borland.com/namespaces/Types-IAppServerSOAP" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://www.borland.com/namespaces/Types"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://www.borland.com/namespaces/Types"/>
      </output>
    </operation>
  </binding>
  <service name="IAppServerSOAPservice">
    <port name="IAppServerSOAPPort" binding="tns:IAppServerSOAPbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://datacenter.fmz.com.br/soap/IAppServerSOAP"/>
    </port>
  </service>
</definitions>

