<?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://iagt.org/" 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://iagt.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">The purpose of this service is to give access to the USArray Current List</wsdl:documentation>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://iagt.org/">
      <s:element name="GetKMLStationInfo">
        <s:complexType />
      </s:element>
      <s:element name="GetKMLStationInfoResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetKMLStationInfoResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CheckStationBySiteID">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="siteID" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CheckStationBySiteIDResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CheckStationBySiteIDResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetUSArrayStations">
        <s:complexType />
      </s:element>
      <s:element name="GetUSArrayStationsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetUSArrayStationsResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetUSArrayStationsFiveDecPlaces">
        <s:complexType />
      </s:element>
      <s:element name="GetUSArrayStationsFiveDecPlacesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetUSArrayStationsFiveDecPlacesResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetKMLStationInfoSoapIn">
    <wsdl:part name="parameters" element="tns:GetKMLStationInfo" />
  </wsdl:message>
  <wsdl:message name="GetKMLStationInfoSoapOut">
    <wsdl:part name="parameters" element="tns:GetKMLStationInfoResponse" />
  </wsdl:message>
  <wsdl:message name="CheckStationBySiteIDSoapIn">
    <wsdl:part name="parameters" element="tns:CheckStationBySiteID" />
  </wsdl:message>
  <wsdl:message name="CheckStationBySiteIDSoapOut">
    <wsdl:part name="parameters" element="tns:CheckStationBySiteIDResponse" />
  </wsdl:message>
  <wsdl:message name="GetUSArrayStationsSoapIn">
    <wsdl:part name="parameters" element="tns:GetUSArrayStations" />
  </wsdl:message>
  <wsdl:message name="GetUSArrayStationsSoapOut">
    <wsdl:part name="parameters" element="tns:GetUSArrayStationsResponse" />
  </wsdl:message>
  <wsdl:message name="GetUSArrayStationsFiveDecPlacesSoapIn">
    <wsdl:part name="parameters" element="tns:GetUSArrayStationsFiveDecPlaces" />
  </wsdl:message>
  <wsdl:message name="GetUSArrayStationsFiveDecPlacesSoapOut">
    <wsdl:part name="parameters" element="tns:GetUSArrayStationsFiveDecPlacesResponse" />
  </wsdl:message>
  <wsdl:portType name="TACO_ListSoap">
    <wsdl:operation name="GetKMLStationInfo">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an XML Document with the 4 fields needed for the KML from the TACO USArray Current List.</wsdl:documentation>
      <wsdl:input message="tns:GetKMLStationInfoSoapIn" />
      <wsdl:output message="tns:GetKMLStationInfoSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CheckStationBySiteID">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a double pipe seperated lat||lng if station exists, else 'notfound'</wsdl:documentation>
      <wsdl:input message="tns:CheckStationBySiteIDSoapIn" />
      <wsdl:output message="tns:CheckStationBySiteIDSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetUSArrayStations">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an XML Document of the TACO USArray Current List.</wsdl:documentation>
      <wsdl:input message="tns:GetUSArrayStationsSoapIn" />
      <wsdl:output message="tns:GetUSArrayStationsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetUSArrayStationsFiveDecPlaces">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an XML Document of the TACO USArray Current List with Lat/Lng to five decimal places.</wsdl:documentation>
      <wsdl:input message="tns:GetUSArrayStationsFiveDecPlacesSoapIn" />
      <wsdl:output message="tns:GetUSArrayStationsFiveDecPlacesSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="TACO_ListSoap" type="tns:TACO_ListSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetKMLStationInfo">
      <soap:operation soapAction="http://iagt.org/GetKMLStationInfo" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CheckStationBySiteID">
      <soap:operation soapAction="http://iagt.org/CheckStationBySiteID" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetUSArrayStations">
      <soap:operation soapAction="http://iagt.org/GetUSArrayStations" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetUSArrayStationsFiveDecPlaces">
      <soap:operation soapAction="http://iagt.org/GetUSArrayStationsFiveDecPlaces" 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="TACO_ListSoap12" type="tns:TACO_ListSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetKMLStationInfo">
      <soap12:operation soapAction="http://iagt.org/GetKMLStationInfo" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CheckStationBySiteID">
      <soap12:operation soapAction="http://iagt.org/CheckStationBySiteID" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetUSArrayStations">
      <soap12:operation soapAction="http://iagt.org/GetUSArrayStations" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetUSArrayStationsFiveDecPlaces">
      <soap12:operation soapAction="http://iagt.org/GetUSArrayStationsFiveDecPlaces" 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="TACO_List">
    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">The purpose of this service is to give access to the USArray Current List</wsdl:documentation>
    <wsdl:port name="TACO_ListSoap" binding="tns:TACO_ListSoap">
      <soap:address location="http://arcserver1.iagt.org/usarray/Service.asmx" />
    </wsdl:port>
    <wsdl:port name="TACO_ListSoap12" binding="tns:TACO_ListSoap12">
      <soap12:address location="http://arcserver1.iagt.org/usarray/Service.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>