<?xml version="1.0" encoding="utf-8"?>
<definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s0="http://www.sboe.state.az.us/remote_fx/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://www.sboe.state.az.us/remote_fx/" xmlns="http://schemas.xmlsoap.org/wsdl/">
  <types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.sboe.state.az.us/remote_fx/">
      <s:import namespace="http://www.w3.org/2001/XMLSchema" />
      <s:element name="HelloWorld">
        <s:complexType />
      </s:element>
      <s:element name="HelloWorldResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="HelloWorldResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetDataSetSelect">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="selectString" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="verifyString" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetDataSetSelectResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetDataSetSelectResult">
              <s:complexType>
                <s:sequence>
                  <s:element ref="s:schema" />
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ExecuteCommand">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="commandString" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="verifyString" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ExecuteCommandResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="ExecuteCommandResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetLastError">
        <s:complexType />
      </s:element>
      <s:element name="GetLastErrorResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetLastErrorResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ClearLastError">
        <s:complexType />
      </s:element>
      <s:element name="ClearLastErrorResponse">
        <s:complexType />
      </s:element>
    </s:schema>
  </types>
  <message name="HelloWorldSoapIn">
    <part name="parameters" element="s0:HelloWorld" />
  </message>
  <message name="HelloWorldSoapOut">
    <part name="parameters" element="s0:HelloWorldResponse" />
  </message>
  <message name="GetDataSetSelectSoapIn">
    <part name="parameters" element="s0:GetDataSetSelect" />
  </message>
  <message name="GetDataSetSelectSoapOut">
    <part name="parameters" element="s0:GetDataSetSelectResponse" />
  </message>
  <message name="ExecuteCommandSoapIn">
    <part name="parameters" element="s0:ExecuteCommand" />
  </message>
  <message name="ExecuteCommandSoapOut">
    <part name="parameters" element="s0:ExecuteCommandResponse" />
  </message>
  <message name="GetLastErrorSoapIn">
    <part name="parameters" element="s0:GetLastError" />
  </message>
  <message name="GetLastErrorSoapOut">
    <part name="parameters" element="s0:GetLastErrorResponse" />
  </message>
  <message name="ClearLastErrorSoapIn">
    <part name="parameters" element="s0:ClearLastError" />
  </message>
  <message name="ClearLastErrorSoapOut">
    <part name="parameters" element="s0:ClearLastErrorResponse" />
  </message>
  <portType name="DataServiceSoap">
    <operation name="HelloWorld">
      <input message="s0:HelloWorldSoapIn" />
      <output message="s0:HelloWorldSoapOut" />
    </operation>
    <operation name="GetDataSetSelect">
      <input message="s0:GetDataSetSelectSoapIn" />
      <output message="s0:GetDataSetSelectSoapOut" />
    </operation>
    <operation name="ExecuteCommand">
      <input message="s0:ExecuteCommandSoapIn" />
      <output message="s0:ExecuteCommandSoapOut" />
    </operation>
    <operation name="GetLastError">
      <input message="s0:GetLastErrorSoapIn" />
      <output message="s0:GetLastErrorSoapOut" />
    </operation>
    <operation name="ClearLastError">
      <input message="s0:ClearLastErrorSoapIn" />
      <output message="s0:ClearLastErrorSoapOut" />
    </operation>
  </portType>
  <binding name="DataServiceSoap" type="s0:DataServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <operation name="HelloWorld">
      <soap:operation soapAction="http://www.sboe.state.az.us/remote_fx/HelloWorld" style="document" />
      <input>
        <soap:body use="literal" />
      </input>
      <output>
        <soap:body use="literal" />
      </output>
    </operation>
    <operation name="GetDataSetSelect">
      <soap:operation soapAction="http://www.sboe.state.az.us/remote_fx/GetDataSetSelect" style="document" />
      <input>
        <soap:body use="literal" />
      </input>
      <output>
        <soap:body use="literal" />
      </output>
    </operation>
    <operation name="ExecuteCommand">
      <soap:operation soapAction="http://www.sboe.state.az.us/remote_fx/ExecuteCommand" style="document" />
      <input>
        <soap:body use="literal" />
      </input>
      <output>
        <soap:body use="literal" />
      </output>
    </operation>
    <operation name="GetLastError">
      <soap:operation soapAction="http://www.sboe.state.az.us/remote_fx/GetLastError" style="document" />
      <input>
        <soap:body use="literal" />
      </input>
      <output>
        <soap:body use="literal" />
      </output>
    </operation>
    <operation name="ClearLastError">
      <soap:operation soapAction="http://www.sboe.state.az.us/remote_fx/ClearLastError" style="document" />
      <input>
        <soap:body use="literal" />
      </input>
      <output>
        <soap:body use="literal" />
      </output>
    </operation>
  </binding>
  <service name="DataService">
    <port name="DataServiceSoap" binding="s0:DataServiceSoap">
      <soap:address location="http://www.sboe.state.az.us/remote_fx/Service1.asmx" />
    </port>
  </service>
</definitions>