<?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://geoservices.tamu.edu/" 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://geoservices.tamu.edu/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://geoservices.tamu.edu/">
      <s:element name="GetCensusIntersection">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="longitude" type="s:double" />
            <s:element minOccurs="1" maxOccurs="1" name="latitude" type="s:double" />
            <s:element minOccurs="0" maxOccurs="1" name="state" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="censusYear" type="tns:CensusYear" />
            <s:element minOccurs="0" maxOccurs="1" name="apiKey" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="version" type="s:double" />
            <s:element minOccurs="1" maxOccurs="1" name="shouldNotStore" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:simpleType name="CensusYear">
        <s:restriction base="s:string">
          <s:enumeration value="Unknown" />
          <s:enumeration value="NineteenNinety" />
          <s:enumeration value="TwoThousand" />
          <s:enumeration value="TwoThousandTen" />
          <s:enumeration value="AllAvailable" />
        </s:restriction>
      </s:simpleType>
      <s:element name="GetCensusIntersectionResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetCensusIntersectionResult" type="tns:WebServiceCensusIntersectionQueryResult" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="WebServiceCensusIntersectionQueryResult">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="TransactionId" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="QueryStatusCodes" type="tns:QueryStatusCodes" />
          <s:element minOccurs="0" maxOccurs="1" name="QueryStatusCodeName" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="QueryStatusCodeValue" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="ErrorMessage" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="TimeTaken" type="s:double" />
          <s:element minOccurs="1" maxOccurs="1" name="CensusYear" type="tns:CensusYear" />
          <s:element minOccurs="0" maxOccurs="1" name="CensusStateFips" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="CensusCountyFips" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="CensusTract" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="CensusBlockGroup" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="CensusBlock" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="CensusPlaceFips" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="CensusMcdFips" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="CensusMsaFips" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="CensusMetDivFips" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="CensusCbsaFips" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="CensusCbsaMicro" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="ExceptionOccured" type="s:boolean" />
          <s:element minOccurs="0" maxOccurs="1" name="ExceptionMessage" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:simpleType name="QueryStatusCodes">
        <s:restriction base="s:string">
          <s:enumeration value="Unknown" />
          <s:enumeration value="Success" />
          <s:enumeration value="Failure" />
          <s:enumeration value="InternalError" />
          <s:enumeration value="APIKeyError" />
          <s:enumeration value="APIKeyMissing" />
          <s:enumeration value="APIKeyInvalid" />
          <s:enumeration value="APIKeyNotActivated" />
          <s:enumeration value="NonProfitError" />
          <s:enumeration value="NonProfitNotConfirmed" />
          <s:enumeration value="QueryError" />
          <s:enumeration value="QueryParameterMissing" />
          <s:enumeration value="QueryRestrictedCoverage" />
          <s:enumeration value="QuotaExceededError" />
          <s:enumeration value="QuotaExceededAnonymous" />
          <s:enumeration value="QuotaExceededPaid" />
          <s:enumeration value="VersionInvalid" />
          <s:enumeration value="VersionMissing" />
        </s:restriction>
      </s:simpleType>
      <s:element name="GetCensusIntersectionWithoutState">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="longitude" type="s:double" />
            <s:element minOccurs="1" maxOccurs="1" name="latitude" type="s:double" />
            <s:element minOccurs="1" maxOccurs="1" name="censusYear" type="tns:CensusYear" />
            <s:element minOccurs="0" maxOccurs="1" name="apiKey" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="version" type="s:double" />
            <s:element minOccurs="1" maxOccurs="1" name="shouldNotStore" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetCensusIntersectionWithoutStateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetCensusIntersectionWithoutStateResult" type="tns:WebServiceCensusIntersectionQueryResult" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="WebServiceCensusIntersectionQueryResult" nillable="true" type="tns:WebServiceCensusIntersectionQueryResult" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetCensusIntersectionSoapIn">
    <wsdl:part name="parameters" element="tns:GetCensusIntersection" />
  </wsdl:message>
  <wsdl:message name="GetCensusIntersectionSoapOut">
    <wsdl:part name="parameters" element="tns:GetCensusIntersectionResponse" />
  </wsdl:message>
  <wsdl:message name="GetCensusIntersectionWithoutStateSoapIn">
    <wsdl:part name="parameters" element="tns:GetCensusIntersectionWithoutState" />
  </wsdl:message>
  <wsdl:message name="GetCensusIntersectionWithoutStateSoapOut">
    <wsdl:part name="parameters" element="tns:GetCensusIntersectionWithoutStateResponse" />
  </wsdl:message>
  <wsdl:message name="GetCensusIntersectionHttpGetIn">
    <wsdl:part name="longitude" type="s:string" />
    <wsdl:part name="latitude" type="s:string" />
    <wsdl:part name="state" type="s:string" />
    <wsdl:part name="censusYear" type="s:string" />
    <wsdl:part name="apiKey" type="s:string" />
    <wsdl:part name="version" type="s:string" />
    <wsdl:part name="shouldNotStore" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetCensusIntersectionHttpGetOut">
    <wsdl:part name="Body" element="tns:WebServiceCensusIntersectionQueryResult" />
  </wsdl:message>
  <wsdl:message name="GetCensusIntersectionWithoutStateHttpGetIn">
    <wsdl:part name="longitude" type="s:string" />
    <wsdl:part name="latitude" type="s:string" />
    <wsdl:part name="censusYear" type="s:string" />
    <wsdl:part name="apiKey" type="s:string" />
    <wsdl:part name="version" type="s:string" />
    <wsdl:part name="shouldNotStore" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetCensusIntersectionWithoutStateHttpGetOut">
    <wsdl:part name="Body" element="tns:WebServiceCensusIntersectionQueryResult" />
  </wsdl:message>
  <wsdl:message name="GetCensusIntersectionHttpPostIn">
    <wsdl:part name="longitude" type="s:string" />
    <wsdl:part name="latitude" type="s:string" />
    <wsdl:part name="state" type="s:string" />
    <wsdl:part name="censusYear" type="s:string" />
    <wsdl:part name="apiKey" type="s:string" />
    <wsdl:part name="version" type="s:string" />
    <wsdl:part name="shouldNotStore" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetCensusIntersectionHttpPostOut">
    <wsdl:part name="Body" element="tns:WebServiceCensusIntersectionQueryResult" />
  </wsdl:message>
  <wsdl:message name="GetCensusIntersectionWithoutStateHttpPostIn">
    <wsdl:part name="longitude" type="s:string" />
    <wsdl:part name="latitude" type="s:string" />
    <wsdl:part name="censusYear" type="s:string" />
    <wsdl:part name="apiKey" type="s:string" />
    <wsdl:part name="version" type="s:string" />
    <wsdl:part name="shouldNotStore" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetCensusIntersectionWithoutStateHttpPostOut">
    <wsdl:part name="Body" element="tns:WebServiceCensusIntersectionQueryResult" />
  </wsdl:message>
  <wsdl:portType name="CensusIntersectionService_V03_01Soap">
    <wsdl:operation name="GetCensusIntersection">
      <wsdl:input message="tns:GetCensusIntersectionSoapIn" />
      <wsdl:output message="tns:GetCensusIntersectionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetCensusIntersectionWithoutState">
      <wsdl:input message="tns:GetCensusIntersectionWithoutStateSoapIn" />
      <wsdl:output message="tns:GetCensusIntersectionWithoutStateSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="CensusIntersectionService_V03_01HttpGet">
    <wsdl:operation name="GetCensusIntersection">
      <wsdl:input message="tns:GetCensusIntersectionHttpGetIn" />
      <wsdl:output message="tns:GetCensusIntersectionHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetCensusIntersectionWithoutState">
      <wsdl:input message="tns:GetCensusIntersectionWithoutStateHttpGetIn" />
      <wsdl:output message="tns:GetCensusIntersectionWithoutStateHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="CensusIntersectionService_V03_01HttpPost">
    <wsdl:operation name="GetCensusIntersection">
      <wsdl:input message="tns:GetCensusIntersectionHttpPostIn" />
      <wsdl:output message="tns:GetCensusIntersectionHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetCensusIntersectionWithoutState">
      <wsdl:input message="tns:GetCensusIntersectionWithoutStateHttpPostIn" />
      <wsdl:output message="tns:GetCensusIntersectionWithoutStateHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="CensusIntersectionService_V03_01Soap" type="tns:CensusIntersectionService_V03_01Soap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetCensusIntersection">
      <soap:operation soapAction="http://geoservices.tamu.edu/GetCensusIntersection" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetCensusIntersectionWithoutState">
      <soap:operation soapAction="http://geoservices.tamu.edu/GetCensusIntersectionWithoutState" 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="CensusIntersectionService_V03_01Soap12" type="tns:CensusIntersectionService_V03_01Soap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetCensusIntersection">
      <soap12:operation soapAction="http://geoservices.tamu.edu/GetCensusIntersection" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetCensusIntersectionWithoutState">
      <soap12:operation soapAction="http://geoservices.tamu.edu/GetCensusIntersectionWithoutState" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="CensusIntersectionService_V03_01HttpGet" type="tns:CensusIntersectionService_V03_01HttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="GetCensusIntersection">
      <http:operation location="/GetCensusIntersection" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetCensusIntersectionWithoutState">
      <http:operation location="/GetCensusIntersectionWithoutState" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="CensusIntersectionService_V03_01HttpPost" type="tns:CensusIntersectionService_V03_01HttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="GetCensusIntersection">
      <http:operation location="/GetCensusIntersection" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetCensusIntersectionWithoutState">
      <http:operation location="/GetCensusIntersectionWithoutState" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="CensusIntersectionService_V03_01">
    <wsdl:port name="CensusIntersectionService_V03_01Soap" binding="tns:CensusIntersectionService_V03_01Soap">
      <soap:address location="http://geoservices.tamu.edu/Services/CensusIntersection/WebService/CensusIntersectionWebService_V03_01.asmx" />
    </wsdl:port>
    <wsdl:port name="CensusIntersectionService_V03_01Soap12" binding="tns:CensusIntersectionService_V03_01Soap12">
      <soap12:address location="http://geoservices.tamu.edu/Services/CensusIntersection/WebService/CensusIntersectionWebService_V03_01.asmx" />
    </wsdl:port>
    <wsdl:port name="CensusIntersectionService_V03_01HttpGet" binding="tns:CensusIntersectionService_V03_01HttpGet">
      <http:address location="http://geoservices.tamu.edu/Services/CensusIntersection/WebService/CensusIntersectionWebService_V03_01.asmx" />
    </wsdl:port>
    <wsdl:port name="CensusIntersectionService_V03_01HttpPost" binding="tns:CensusIntersectionService_V03_01HttpPost">
      <http:address location="http://geoservices.tamu.edu/Services/CensusIntersection/WebService/CensusIntersectionWebService_V03_01.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>