GeocoderServiceSoapPassthrough


Click here for a complete list of operations.

GeocodeAddressNonParsedMultiYearCensusAdvancedWithSourceTracking

Test

The test form is only available for methods with primitive types as parameters.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /Api/Geocode/V5/Soap/default.asmx HTTP/1.1
Host: geoservices.tamu.edu
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://geoservices.tamu.edu/GeocodeAddressNonParsedMultiYearCensusAdvancedWithSourceTracking"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GeocodeAddressNonParsedMultiYearCensusAdvancedWithSourceTracking xmlns="https://geoservices.tamu.edu/">
      <streetAddress>string</streetAddress>
      <city>string</city>
      <state>string</state>
      <zip>string</zip>
      <country>string</country>
      <shouldUseRelaxation>boolean</shouldUseRelaxation>
      <shouldUseSubstring>boolean</shouldUseSubstring>
      <shouldUseSoundex>boolean</shouldUseSoundex>
      <shouldUseUncertaintyHierarchy>boolean</shouldUseUncertaintyHierarchy>
      <relaxableAttributes>string</relaxableAttributes>
      <soundexAttributes>string</soundexAttributes>
      <referenceSources>string</referenceSources>
      <requestIPAddress>string</requestIPAddress>
      <apiKey>string</apiKey>
      <version>string</version>
      <shouldOutputParsedAddress>boolean</shouldOutputParsedAddress>
      <shouldOutputMatchedAddress>boolean</shouldOutputMatchedAddress>
      <shouldOutputReferenceFeatureAddress>boolean</shouldOutputReferenceFeatureAddress>
      <shouldCalculateCensus>boolean</shouldCalculateCensus>
      <censusYears>
        <int>int</int>
        <int>int</int>
      </censusYears>
      <shouldReturnReferenceGeometry>boolean</shouldReturnReferenceGeometry>
      <shouldNotStoreTransactionDetails>boolean</shouldNotStoreTransactionDetails>
      <source>string</source>
      <queryMedium>SoapApi or HttpApi or KmlApi or HtmlForm or BatchProcess</queryMedium>
      <processGuid>string</processGuid>
      <clientHost>string</clientHost>
    </GeocodeAddressNonParsedMultiYearCensusAdvancedWithSourceTracking>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GeocodeAddressNonParsedMultiYearCensusAdvancedWithSourceTrackingResponse xmlns="https://geoservices.tamu.edu/">
      <GeocodeAddressNonParsedMultiYearCensusAdvancedWithSourceTrackingResult>
        <parcelMatches>int</parcelMatches>
        <streetMatches>int</streetMatches>
        <version />
        <VersionString>string</VersionString>
        <TimeTaken>double</TimeTaken>
        <TransactionGuid>string</TransactionGuid>
        <ApiHost>string</ApiHost>
        <ClientHost>string</ClientHost>
        <QueryStatusCodes>-1 or 0 or 200 or 400 or 401 or 402 or 403 or 410 or 411 or 412 or 413 or 414 or 420 or 421 or 450 or 451 or 470 or 471 or 472 or 480 or 481 or 482 or 500 or 501 or 502</QueryStatusCodes>
        <QueryStatusCodeName>string</QueryStatusCodeName>
        <QueryStatusCodeValue>int</QueryStatusCodeValue>
        <ParsedAddress />
        <FeatureMatchingResultType>Unknown or Success or Ambiguous or BrokenTie or Composite or Nearby or LessThanMinimumScore or InvalidFeature or NullFeature or Unmatchable or ExceptionOccurred</FeatureMatchingResultType>
        <FeatureMatchingResultCount>int</FeatureMatchingResultCount>
        <TieHandlingStrategyType>Unknown or RevertToHierarchy or FlipACoin or DynamicFeatureComposition or RegionalCharacteristics or ReturnAll or ChooseFirstOne</TieHandlingStrategyType>
        <FeatureMatchingResultTypeTieBreakingNotes>string</FeatureMatchingResultTypeTieBreakingNotes>
        <FeatureMatchingSelectionMethod>FeatureClassBased or UncertaintySingleFeatureArea or UncertaintyMultiFeatureGraviational or UncertaintyMultiFeatureTopological</FeatureMatchingSelectionMethod>
        <FeatureMatchingSelectionMethodNotes>string</FeatureMatchingSelectionMethodNotes>
        <FeatureMatchingResultTypeNotes>string</FeatureMatchingResultTypeNotes>
        <ExceptionOccurred>boolean</ExceptionOccurred>
        <ErrorMessage>string</ErrorMessage>
        <InputParameterSet>
          <StreetAddress>string</StreetAddress>
          <City>string</City>
          <State>string</State>
          <Zip>string</Zip>
          <Version />
          <ApiKey>string</ApiKey>
          <DontStoreTransactionDetails>boolean</DontStoreTransactionDetails>
          <AllowTies>boolean</AllowTies>
          <TieHandlingStrategyType>Unknown or RevertToHierarchy or FlipACoin or DynamicFeatureComposition or RegionalCharacteristics or ReturnAll or ChooseFirstOne</TieHandlingStrategyType>
          <RelaxableAttributes>
            <string>string</string>
            <string>string</string>
          </RelaxableAttributes>
          <Relaxation>boolean</Relaxation>
          <Substring>boolean</Substring>
          <Soundex>boolean</Soundex>
          <SoundexAttributes>string</SoundexAttributes>
          <ReferenceSources>
            <string>string</string>
            <string>string</string>
          </ReferenceSources>
          <FeatureMatchingSelectionMethod>FeatureClassBased or UncertaintySingleFeatureArea or UncertaintyMultiFeatureGraviational or UncertaintyMultiFeatureTopological</FeatureMatchingSelectionMethod>
          <AttributeWeightingScheme>
            <ShouldTakeAddressRangeHouseUncertaintyPenalty>boolean</ShouldTakeAddressRangeHouseUncertaintyPenalty>
            <WeightNumber>double</WeightNumber>
            <WeightNumberParity>double</WeightNumberParity>
            <WeightPreDirectional>double</WeightPreDirectional>
            <WeightPreType>double</WeightPreType>
            <WeightPreQualifier>double</WeightPreQualifier>
            <WeightPreArticle>double</WeightPreArticle>
            <WeightName>double</WeightName>
            <WeightPostArticle>double</WeightPostArticle>
            <WeightSuffix>double</WeightSuffix>
            <WeightPostDirectional>double</WeightPostDirectional>
            <WeightPostQualifier>double</WeightPostQualifier>
            <WeightCity>double</WeightCity>
            <WeightZip>double</WeightZip>
            <WeightZipPlus4>double</WeightZipPlus4>
            <WeightState>double</WeightState>
            <MaxBlocksAway>double</MaxBlocksAway>
          </AttributeWeightingScheme>
          <MinimumMatchScore>double</MinimumMatchScore>
          <ConfidenceLevels>int</ConfidenceLevels>
          <ExhaustiveSearch>boolean</ExhaustiveSearch>
          <AliasTables>boolean</AliasTables>
          <MultiThreading>boolean</MultiThreading>
          <CensusYears>
            <CensusYear>0 or 1990 or 2000 or 2010 or 2020 or 9999</CensusYear>
            <CensusYear>0 or 1990 or 2000 or 2010 or 2020 or 9999</CensusYear>
          </CensusYears>
          <IncludeHeader>boolean</IncludeHeader>
          <Verbose>boolean</Verbose>
          <OutputCensusVariables>boolean</OutputCensusVariables>
          <OutputReferenceFeatureGeometry>boolean</OutputReferenceFeatureGeometry>
          <OutputFormat>string</OutputFormat>
          <OutputStatistics>boolean</OutputStatistics>
          <OutputReferenceQuerySql>boolean</OutputReferenceQuerySql>
        </InputParameterSet>
        <Results>
          <WebServiceGeocodeQueryResult>
            <Version xsi:nil="true" />
            <VersionString>string</VersionString>
            <Latitude>double</Latitude>
            <Longitude>double</Longitude>
            <MatchScore>double</MatchScore>
            <GeocodeQualityType>Unmatchable or Unknown or AddressPoint or GPS or CountyParcel or RoofTop or ParcelCentroid or PrimaryStructureEntrance or DrivewayEntrance or BuildingFrontDoor or BuildingCentroid or ExactParcelCentroidPoint or ExactParcelCentroid or NearestParcelCentroidPoint or NearestParcelCentroid or ActualLotInterpolation or UniformLotInterpolation or AddressRangeInterpolation or StreetIntersection or StreetCentroid or ZCTAPlus5Centroid or ZCTAPlus4Centroid or ZCTAPlus3Centroid or ZCTAPlus2Centroid or ZCTAPlus1Centroid or ZCTACentroid or USPSZipPlus5LineCentroid or USPSZipPlus4LineCentroid or USPSZipPlus5AreaCentroid or USPSZipPlus4AreaCentroid or USPSZipPlus3AreaCentroid or USPSZipPlus2AreaCentroid or USPSZipPlus1AreaCentroid or USPSZipAreaCentroid or CityCentroid or ConsolidatedCityCentroid or CountySubdivisionCentroid or CountyCentroid or StateCentroid or CountryCentroid or DynamicFeatureCompositionCentroid</GeocodeQualityType>
            <FeatureMatchingGeographyType>Unknown or GPS or BuildingCentroid or Building or BuildingDoor or Parcel or StreetSegment or StreetIntersection or StreetCentroid or USPSZipPlus5 or USPSZipPlus4 or USPSZipPlus3 or USPSZipPlus2 or USPSZipPlus1 or USPSZip or ZCTAPlus5 or ZCTAPlus4 or ZCTAPlus3 or ZCTAPlus2 or ZCTAPlus1 or ZCTA or City or ConsolidatedCity or MinorCivilDivision or CountySubRegion or County or State or Country or Unmatchable</FeatureMatchingGeographyType>
            <Quality>string</Quality>
            <MatchType>string</MatchType>
            <MatchedLocationType>Unmatchable or Unknown or StreetAddress or PostOfficeBox or RuralRoute or StarRoute or HighwayContractRoute or Intersection or NamedPlace or RelativeDirection or USPSZIP or City or State</MatchedLocationType>
            <FeatureMatchingResultType>Unknown or Success or Ambiguous or BrokenTie or Composite or Nearby or LessThanMinimumScore or InvalidFeature or NullFeature or Unmatchable or ExceptionOccurred</FeatureMatchingResultType>
            <NAACCR xsi:nil="true" />
            <NAACCRGISCoordinateQualityCode>string</NAACCRGISCoordinateQualityCode>
            <NAACCRGISCoordinateQualityName>string</NAACCRGISCoordinateQualityName>
            <NAACCRGISCoordinateQualityType>Unknown or AddressPoint or GPS or Parcel or StreetSegmentInterpolation or StreetIntersection or StreetCentroid or AddressZIPPlus4Centroid or AddressZIPPlus2Centroid or ManualLookup or AddressZIPCentroid or POBoxZIPCentroid or CityCentroid or CountyCentroid or Unmatchable or Missing</NAACCRGISCoordinateQualityType>
            <NAACCRCensusTractCertaintyCode>string</NAACCRCensusTractCertaintyCode>
            <NAACCRCensusTractCertaintyName>string</NAACCRCensusTractCertaintyName>
            <NAACCRCensusTractCertaintyType>Unknown or ResidenceStreetAddress or ResidenceZIPPlus4 or ResidenceZIPPlus2 or ResidenceZIP or POBoxZIP or ResidenceCityOrZIPWithOneCensusTract or Missing or Unmatchable or NotAttempted</NAACCRCensusTractCertaintyType>
            <MicroMatchStatus>string</MicroMatchStatus>
            <PenaltyCodeDetails xsi:nil="true" />
            <PenaltyCode>string</PenaltyCode>
            <PenaltyCodeSummary>string</PenaltyCodeSummary>
            <InterpolationType>Unknown or LinearInterpolation or ArealInterpolation or None or NotAttempted</InterpolationType>
            <InterpolationSubType>Unknown or LinearInterpolationAddressRange or LinearInterpolationUniformLot or LinearInterpolationActualLot or LinearInterpolationMidPoint or ArealInterpolationBoundingBoxCentroid or ArealInterpolationConvexHullCentroid or ArealInterpolationGeometricCentroid or None or NotAttempted</InterpolationSubType>
            <RegionSize>double</RegionSize>
            <RegionSizeUnits>string</RegionSizeUnits>
            <QueryStatusCodes>-1 or 0 or 200 or 400 or 401 or 402 or 403 or 410 or 411 or 412 or 413 or 414 or 420 or 421 or 450 or 451 or 470 or 471 or 472 or 480 or 481 or 482 or 500 or 501 or 502</QueryStatusCodes>
            <QueryStatusCodeName>string</QueryStatusCodeName>
            <QueryStatusCodeValue>int</QueryStatusCodeValue>
            <featureMatchingResultCount>int</featureMatchingResultCount>
            <featureMatchingResultTypeNotes>string</featureMatchingResultTypeNotes>
            <featureMatchingResultTypeTieBreakingNotes>string</featureMatchingResultTypeTieBreakingNotes>
            <tieHandlingStrategyType>Unknown or RevertToHierarchy or FlipACoin or DynamicFeatureComposition or RegionalCharacteristics or ReturnAll or ChooseFirstOne</tieHandlingStrategyType>
            <featureMatchingSelectionMethod>FeatureClassBased or UncertaintySingleFeatureArea or UncertaintyMultiFeatureGraviational or UncertaintyMultiFeatureTopological</featureMatchingSelectionMethod>
            <FeatureMatchingSelectionMethodNotes>string</FeatureMatchingSelectionMethodNotes>
            <ExceptionOccurred>boolean</ExceptionOccurred>
            <ErrorMessage>string</ErrorMessage>
            <TransactionGuid>string</TransactionGuid>
            <TimeTaken>double</TimeTaken>
            <censusRecords xsi:nil="true" />
            <GeoLocationId>string</GeoLocationId>
            <InputAddress xsi:nil="true" />
            <MatchedAddress xsi:nil="true" />
            <ParsedAddress xsi:nil="true" />
            <ReferenceFeature xsi:nil="true" />
            <ReferenceFeatureAddress xsi:nil="true" />
            <FArea>double</FArea>
            <FAreaType>string</FAreaType>
            <FGeometrySRID>int</FGeometrySRID>
            <FGeometry>string</FGeometry>
            <FSource>string</FSource>
            <FVintage>string</FVintage>
            <FPrimaryIdField>string</FPrimaryIdField>
            <FPrimaryIdValue>string</FPrimaryIdValue>
            <FSecondaryIdField>string</FSecondaryIdField>
            <FSecondaryIdValue>string</FSecondaryIdValue>
            <ShouldOutputCensus>boolean</ShouldOutputCensus>
            <ShouldOutputParsedAddress>boolean</ShouldOutputParsedAddress>
            <ShouldOutputMatchedAddress>boolean</ShouldOutputMatchedAddress>
            <ShouldOutputReferenceFeatureAddress>boolean</ShouldOutputReferenceFeatureAddress>
            <ShouldOutputReferenceFeature>boolean</ShouldOutputReferenceFeature>
          </WebServiceGeocodeQueryResult>
          <WebServiceGeocodeQueryResult>
            <Version xsi:nil="true" />
            <VersionString>string</VersionString>
            <Latitude>double</Latitude>
            <Longitude>double</Longitude>
            <MatchScore>double</MatchScore>
            <GeocodeQualityType>Unmatchable or Unknown or AddressPoint or GPS or CountyParcel or RoofTop or ParcelCentroid or PrimaryStructureEntrance or DrivewayEntrance or BuildingFrontDoor or BuildingCentroid or ExactParcelCentroidPoint or ExactParcelCentroid or NearestParcelCentroidPoint or NearestParcelCentroid or ActualLotInterpolation or UniformLotInterpolation or AddressRangeInterpolation or StreetIntersection or StreetCentroid or ZCTAPlus5Centroid or ZCTAPlus4Centroid or ZCTAPlus3Centroid or ZCTAPlus2Centroid or ZCTAPlus1Centroid or ZCTACentroid or USPSZipPlus5LineCentroid or USPSZipPlus4LineCentroid or USPSZipPlus5AreaCentroid or USPSZipPlus4AreaCentroid or USPSZipPlus3AreaCentroid or USPSZipPlus2AreaCentroid or USPSZipPlus1AreaCentroid or USPSZipAreaCentroid or CityCentroid or ConsolidatedCityCentroid or CountySubdivisionCentroid or CountyCentroid or StateCentroid or CountryCentroid or DynamicFeatureCompositionCentroid</GeocodeQualityType>
            <FeatureMatchingGeographyType>Unknown or GPS or BuildingCentroid or Building or BuildingDoor or Parcel or StreetSegment or StreetIntersection or StreetCentroid or USPSZipPlus5 or USPSZipPlus4 or USPSZipPlus3 or USPSZipPlus2 or USPSZipPlus1 or USPSZip or ZCTAPlus5 or ZCTAPlus4 or ZCTAPlus3 or ZCTAPlus2 or ZCTAPlus1 or ZCTA or City or ConsolidatedCity or MinorCivilDivision or CountySubRegion or County or State or Country or Unmatchable</FeatureMatchingGeographyType>
            <Quality>string</Quality>
            <MatchType>string</MatchType>
            <MatchedLocationType>Unmatchable or Unknown or StreetAddress or PostOfficeBox or RuralRoute or StarRoute or HighwayContractRoute or Intersection or NamedPlace or RelativeDirection or USPSZIP or City or State</MatchedLocationType>
            <FeatureMatchingResultType>Unknown or Success or Ambiguous or BrokenTie or Composite or Nearby or LessThanMinimumScore or InvalidFeature or NullFeature or Unmatchable or ExceptionOccurred</FeatureMatchingResultType>
            <NAACCR xsi:nil="true" />
            <NAACCRGISCoordinateQualityCode>string</NAACCRGISCoordinateQualityCode>
            <NAACCRGISCoordinateQualityName>string</NAACCRGISCoordinateQualityName>
            <NAACCRGISCoordinateQualityType>Unknown or AddressPoint or GPS or Parcel or StreetSegmentInterpolation or StreetIntersection or StreetCentroid or AddressZIPPlus4Centroid or AddressZIPPlus2Centroid or ManualLookup or AddressZIPCentroid or POBoxZIPCentroid or CityCentroid or CountyCentroid or Unmatchable or Missing</NAACCRGISCoordinateQualityType>
            <NAACCRCensusTractCertaintyCode>string</NAACCRCensusTractCertaintyCode>
            <NAACCRCensusTractCertaintyName>string</NAACCRCensusTractCertaintyName>
            <NAACCRCensusTractCertaintyType>Unknown or ResidenceStreetAddress or ResidenceZIPPlus4 or ResidenceZIPPlus2 or ResidenceZIP or POBoxZIP or ResidenceCityOrZIPWithOneCensusTract or Missing or Unmatchable or NotAttempted</NAACCRCensusTractCertaintyType>
            <MicroMatchStatus>string</MicroMatchStatus>
            <PenaltyCodeDetails xsi:nil="true" />
            <PenaltyCode>string</PenaltyCode>
            <PenaltyCodeSummary>string</PenaltyCodeSummary>
            <InterpolationType>Unknown or LinearInterpolation or ArealInterpolation or None or NotAttempted</InterpolationType>
            <InterpolationSubType>Unknown or LinearInterpolationAddressRange or LinearInterpolationUniformLot or LinearInterpolationActualLot or LinearInterpolationMidPoint or ArealInterpolationBoundingBoxCentroid or ArealInterpolationConvexHullCentroid or ArealInterpolationGeometricCentroid or None or NotAttempted</InterpolationSubType>
            <RegionSize>double</RegionSize>
            <RegionSizeUnits>string</RegionSizeUnits>
            <QueryStatusCodes>-1 or 0 or 200 or 400 or 401 or 402 or 403 or 410 or 411 or 412 or 413 or 414 or 420 or 421 or 450 or 451 or 470 or 471 or 472 or 480 or 481 or 482 or 500 or 501 or 502</QueryStatusCodes>
            <QueryStatusCodeName>string</QueryStatusCodeName>
            <QueryStatusCodeValue>int</QueryStatusCodeValue>
            <featureMatchingResultCount>int</featureMatchingResultCount>
            <featureMatchingResultTypeNotes>string</featureMatchingResultTypeNotes>
            <featureMatchingResultTypeTieBreakingNotes>string</featureMatchingResultTypeTieBreakingNotes>
            <tieHandlingStrategyType>Unknown or RevertToHierarchy or FlipACoin or DynamicFeatureComposition or RegionalCharacteristics or ReturnAll or ChooseFirstOne</tieHandlingStrategyType>
            <featureMatchingSelectionMethod>FeatureClassBased or UncertaintySingleFeatureArea or UncertaintyMultiFeatureGraviational or UncertaintyMultiFeatureTopological</featureMatchingSelectionMethod>
            <FeatureMatchingSelectionMethodNotes>string</FeatureMatchingSelectionMethodNotes>
            <ExceptionOccurred>boolean</ExceptionOccurred>
            <ErrorMessage>string</ErrorMessage>
            <TransactionGuid>string</TransactionGuid>
            <TimeTaken>double</TimeTaken>
            <censusRecords xsi:nil="true" />
            <GeoLocationId>string</GeoLocationId>
            <InputAddress xsi:nil="true" />
            <MatchedAddress xsi:nil="true" />
            <ParsedAddress xsi:nil="true" />
            <ReferenceFeature xsi:nil="true" />
            <ReferenceFeatureAddress xsi:nil="true" />
            <FArea>double</FArea>
            <FAreaType>string</FAreaType>
            <FGeometrySRID>int</FGeometrySRID>
            <FGeometry>string</FGeometry>
            <FSource>string</FSource>
            <FVintage>string</FVintage>
            <FPrimaryIdField>string</FPrimaryIdField>
            <FPrimaryIdValue>string</FPrimaryIdValue>
            <FSecondaryIdField>string</FSecondaryIdField>
            <FSecondaryIdValue>string</FSecondaryIdValue>
            <ShouldOutputCensus>boolean</ShouldOutputCensus>
            <ShouldOutputParsedAddress>boolean</ShouldOutputParsedAddress>
            <ShouldOutputMatchedAddress>boolean</ShouldOutputMatchedAddress>
            <ShouldOutputReferenceFeatureAddress>boolean</ShouldOutputReferenceFeatureAddress>
            <ShouldOutputReferenceFeature>boolean</ShouldOutputReferenceFeature>
          </WebServiceGeocodeQueryResult>
        </Results>
      </GeocodeAddressNonParsedMultiYearCensusAdvancedWithSourceTrackingResult>
    </GeocodeAddressNonParsedMultiYearCensusAdvancedWithSourceTrackingResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /Api/Geocode/V5/Soap/default.asmx HTTP/1.1
Host: geoservices.tamu.edu
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GeocodeAddressNonParsedMultiYearCensusAdvancedWithSourceTracking xmlns="https://geoservices.tamu.edu/">
      <streetAddress>string</streetAddress>
      <city>string</city>
      <state>string</state>
      <zip>string</zip>
      <country>string</country>
      <shouldUseRelaxation>boolean</shouldUseRelaxation>
      <shouldUseSubstring>boolean</shouldUseSubstring>
      <shouldUseSoundex>boolean</shouldUseSoundex>
      <shouldUseUncertaintyHierarchy>boolean</shouldUseUncertaintyHierarchy>
      <relaxableAttributes>string</relaxableAttributes>
      <soundexAttributes>string</soundexAttributes>
      <referenceSources>string</referenceSources>
      <requestIPAddress>string</requestIPAddress>
      <apiKey>string</apiKey>
      <version>string</version>
      <shouldOutputParsedAddress>boolean</shouldOutputParsedAddress>
      <shouldOutputMatchedAddress>boolean</shouldOutputMatchedAddress>
      <shouldOutputReferenceFeatureAddress>boolean</shouldOutputReferenceFeatureAddress>
      <shouldCalculateCensus>boolean</shouldCalculateCensus>
      <censusYears>
        <int>int</int>
        <int>int</int>
      </censusYears>
      <shouldReturnReferenceGeometry>boolean</shouldReturnReferenceGeometry>
      <shouldNotStoreTransactionDetails>boolean</shouldNotStoreTransactionDetails>
      <source>string</source>
      <queryMedium>SoapApi or HttpApi or KmlApi or HtmlForm or BatchProcess</queryMedium>
      <processGuid>string</processGuid>
      <clientHost>string</clientHost>
    </GeocodeAddressNonParsedMultiYearCensusAdvancedWithSourceTracking>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GeocodeAddressNonParsedMultiYearCensusAdvancedWithSourceTrackingResponse xmlns="https://geoservices.tamu.edu/">
      <GeocodeAddressNonParsedMultiYearCensusAdvancedWithSourceTrackingResult>
        <parcelMatches>int</parcelMatches>
        <streetMatches>int</streetMatches>
        <version />
        <VersionString>string</VersionString>
        <TimeTaken>double</TimeTaken>
        <TransactionGuid>string</TransactionGuid>
        <ApiHost>string</ApiHost>
        <ClientHost>string</ClientHost>
        <QueryStatusCodes>-1 or 0 or 200 or 400 or 401 or 402 or 403 or 410 or 411 or 412 or 413 or 414 or 420 or 421 or 450 or 451 or 470 or 471 or 472 or 480 or 481 or 482 or 500 or 501 or 502</QueryStatusCodes>
        <QueryStatusCodeName>string</QueryStatusCodeName>
        <QueryStatusCodeValue>int</QueryStatusCodeValue>
        <ParsedAddress />
        <FeatureMatchingResultType>Unknown or Success or Ambiguous or BrokenTie or Composite or Nearby or LessThanMinimumScore or InvalidFeature or NullFeature or Unmatchable or ExceptionOccurred</FeatureMatchingResultType>
        <FeatureMatchingResultCount>int</FeatureMatchingResultCount>
        <TieHandlingStrategyType>Unknown or RevertToHierarchy or FlipACoin or DynamicFeatureComposition or RegionalCharacteristics or ReturnAll or ChooseFirstOne</TieHandlingStrategyType>
        <FeatureMatchingResultTypeTieBreakingNotes>string</FeatureMatchingResultTypeTieBreakingNotes>
        <FeatureMatchingSelectionMethod>FeatureClassBased or UncertaintySingleFeatureArea or UncertaintyMultiFeatureGraviational or UncertaintyMultiFeatureTopological</FeatureMatchingSelectionMethod>
        <FeatureMatchingSelectionMethodNotes>string</FeatureMatchingSelectionMethodNotes>
        <FeatureMatchingResultTypeNotes>string</FeatureMatchingResultTypeNotes>
        <ExceptionOccurred>boolean</ExceptionOccurred>
        <ErrorMessage>string</ErrorMessage>
        <InputParameterSet>
          <StreetAddress>string</StreetAddress>
          <City>string</City>
          <State>string</State>
          <Zip>string</Zip>
          <Version />
          <ApiKey>string</ApiKey>
          <DontStoreTransactionDetails>boolean</DontStoreTransactionDetails>
          <AllowTies>boolean</AllowTies>
          <TieHandlingStrategyType>Unknown or RevertToHierarchy or FlipACoin or DynamicFeatureComposition or RegionalCharacteristics or ReturnAll or ChooseFirstOne</TieHandlingStrategyType>
          <RelaxableAttributes>
            <string>string</string>
            <string>string</string>
          </RelaxableAttributes>
          <Relaxation>boolean</Relaxation>
          <Substring>boolean</Substring>
          <Soundex>boolean</Soundex>
          <SoundexAttributes>string</SoundexAttributes>
          <ReferenceSources>
            <string>string</string>
            <string>string</string>
          </ReferenceSources>
          <FeatureMatchingSelectionMethod>FeatureClassBased or UncertaintySingleFeatureArea or UncertaintyMultiFeatureGraviational or UncertaintyMultiFeatureTopological</FeatureMatchingSelectionMethod>
          <AttributeWeightingScheme>
            <ShouldTakeAddressRangeHouseUncertaintyPenalty>boolean</ShouldTakeAddressRangeHouseUncertaintyPenalty>
            <WeightNumber>double</WeightNumber>
            <WeightNumberParity>double</WeightNumberParity>
            <WeightPreDirectional>double</WeightPreDirectional>
            <WeightPreType>double</WeightPreType>
            <WeightPreQualifier>double</WeightPreQualifier>
            <WeightPreArticle>double</WeightPreArticle>
            <WeightName>double</WeightName>
            <WeightPostArticle>double</WeightPostArticle>
            <WeightSuffix>double</WeightSuffix>
            <WeightPostDirectional>double</WeightPostDirectional>
            <WeightPostQualifier>double</WeightPostQualifier>
            <WeightCity>double</WeightCity>
            <WeightZip>double</WeightZip>
            <WeightZipPlus4>double</WeightZipPlus4>
            <WeightState>double</WeightState>
            <MaxBlocksAway>double</MaxBlocksAway>
          </AttributeWeightingScheme>
          <MinimumMatchScore>double</MinimumMatchScore>
          <ConfidenceLevels>int</ConfidenceLevels>
          <ExhaustiveSearch>boolean</ExhaustiveSearch>
          <AliasTables>boolean</AliasTables>
          <MultiThreading>boolean</MultiThreading>
          <CensusYears>
            <CensusYear>0 or 1990 or 2000 or 2010 or 2020 or 9999</CensusYear>
            <CensusYear>0 or 1990 or 2000 or 2010 or 2020 or 9999</CensusYear>
          </CensusYears>
          <IncludeHeader>boolean</IncludeHeader>
          <Verbose>boolean</Verbose>
          <OutputCensusVariables>boolean</OutputCensusVariables>
          <OutputReferenceFeatureGeometry>boolean</OutputReferenceFeatureGeometry>
          <OutputFormat>string</OutputFormat>
          <OutputStatistics>boolean</OutputStatistics>
          <OutputReferenceQuerySql>boolean</OutputReferenceQuerySql>
        </InputParameterSet>
        <Results>
          <WebServiceGeocodeQueryResult>
            <Version xsi:nil="true" />
            <VersionString>string</VersionString>
            <Latitude>double</Latitude>
            <Longitude>double</Longitude>
            <MatchScore>double</MatchScore>
            <GeocodeQualityType>Unmatchable or Unknown or AddressPoint or GPS or CountyParcel or RoofTop or ParcelCentroid or PrimaryStructureEntrance or DrivewayEntrance or BuildingFrontDoor or BuildingCentroid or ExactParcelCentroidPoint or ExactParcelCentroid or NearestParcelCentroidPoint or NearestParcelCentroid or ActualLotInterpolation or UniformLotInterpolation or AddressRangeInterpolation or StreetIntersection or StreetCentroid or ZCTAPlus5Centroid or ZCTAPlus4Centroid or ZCTAPlus3Centroid or ZCTAPlus2Centroid or ZCTAPlus1Centroid or ZCTACentroid or USPSZipPlus5LineCentroid or USPSZipPlus4LineCentroid or USPSZipPlus5AreaCentroid or USPSZipPlus4AreaCentroid or USPSZipPlus3AreaCentroid or USPSZipPlus2AreaCentroid or USPSZipPlus1AreaCentroid or USPSZipAreaCentroid or CityCentroid or ConsolidatedCityCentroid or CountySubdivisionCentroid or CountyCentroid or StateCentroid or CountryCentroid or DynamicFeatureCompositionCentroid</GeocodeQualityType>
            <FeatureMatchingGeographyType>Unknown or GPS or BuildingCentroid or Building or BuildingDoor or Parcel or StreetSegment or StreetIntersection or StreetCentroid or USPSZipPlus5 or USPSZipPlus4 or USPSZipPlus3 or USPSZipPlus2 or USPSZipPlus1 or USPSZip or ZCTAPlus5 or ZCTAPlus4 or ZCTAPlus3 or ZCTAPlus2 or ZCTAPlus1 or ZCTA or City or ConsolidatedCity or MinorCivilDivision or CountySubRegion or County or State or Country or Unmatchable</FeatureMatchingGeographyType>
            <Quality>string</Quality>
            <MatchType>string</MatchType>
            <MatchedLocationType>Unmatchable or Unknown or StreetAddress or PostOfficeBox or RuralRoute or StarRoute or HighwayContractRoute or Intersection or NamedPlace or RelativeDirection or USPSZIP or City or State</MatchedLocationType>
            <FeatureMatchingResultType>Unknown or Success or Ambiguous or BrokenTie or Composite or Nearby or LessThanMinimumScore or InvalidFeature or NullFeature or Unmatchable or ExceptionOccurred</FeatureMatchingResultType>
            <NAACCR xsi:nil="true" />
            <NAACCRGISCoordinateQualityCode>string</NAACCRGISCoordinateQualityCode>
            <NAACCRGISCoordinateQualityName>string</NAACCRGISCoordinateQualityName>
            <NAACCRGISCoordinateQualityType>Unknown or AddressPoint or GPS or Parcel or StreetSegmentInterpolation or StreetIntersection or StreetCentroid or AddressZIPPlus4Centroid or AddressZIPPlus2Centroid or ManualLookup or AddressZIPCentroid or POBoxZIPCentroid or CityCentroid or CountyCentroid or Unmatchable or Missing</NAACCRGISCoordinateQualityType>
            <NAACCRCensusTractCertaintyCode>string</NAACCRCensusTractCertaintyCode>
            <NAACCRCensusTractCertaintyName>string</NAACCRCensusTractCertaintyName>
            <NAACCRCensusTractCertaintyType>Unknown or ResidenceStreetAddress or ResidenceZIPPlus4 or ResidenceZIPPlus2 or ResidenceZIP or POBoxZIP or ResidenceCityOrZIPWithOneCensusTract or Missing or Unmatchable or NotAttempted</NAACCRCensusTractCertaintyType>
            <MicroMatchStatus>string</MicroMatchStatus>
            <PenaltyCodeDetails xsi:nil="true" />
            <PenaltyCode>string</PenaltyCode>
            <PenaltyCodeSummary>string</PenaltyCodeSummary>
            <InterpolationType>Unknown or LinearInterpolation or ArealInterpolation or None or NotAttempted</InterpolationType>
            <InterpolationSubType>Unknown or LinearInterpolationAddressRange or LinearInterpolationUniformLot or LinearInterpolationActualLot or LinearInterpolationMidPoint or ArealInterpolationBoundingBoxCentroid or ArealInterpolationConvexHullCentroid or ArealInterpolationGeometricCentroid or None or NotAttempted</InterpolationSubType>
            <RegionSize>double</RegionSize>
            <RegionSizeUnits>string</RegionSizeUnits>
            <QueryStatusCodes>-1 or 0 or 200 or 400 or 401 or 402 or 403 or 410 or 411 or 412 or 413 or 414 or 420 or 421 or 450 or 451 or 470 or 471 or 472 or 480 or 481 or 482 or 500 or 501 or 502</QueryStatusCodes>
            <QueryStatusCodeName>string</QueryStatusCodeName>
            <QueryStatusCodeValue>int</QueryStatusCodeValue>
            <featureMatchingResultCount>int</featureMatchingResultCount>
            <featureMatchingResultTypeNotes>string</featureMatchingResultTypeNotes>
            <featureMatchingResultTypeTieBreakingNotes>string</featureMatchingResultTypeTieBreakingNotes>
            <tieHandlingStrategyType>Unknown or RevertToHierarchy or FlipACoin or DynamicFeatureComposition or RegionalCharacteristics or ReturnAll or ChooseFirstOne</tieHandlingStrategyType>
            <featureMatchingSelectionMethod>FeatureClassBased or UncertaintySingleFeatureArea or UncertaintyMultiFeatureGraviational or UncertaintyMultiFeatureTopological</featureMatchingSelectionMethod>
            <FeatureMatchingSelectionMethodNotes>string</FeatureMatchingSelectionMethodNotes>
            <ExceptionOccurred>boolean</ExceptionOccurred>
            <ErrorMessage>string</ErrorMessage>
            <TransactionGuid>string</TransactionGuid>
            <TimeTaken>double</TimeTaken>
            <censusRecords xsi:nil="true" />
            <GeoLocationId>string</GeoLocationId>
            <InputAddress xsi:nil="true" />
            <MatchedAddress xsi:nil="true" />
            <ParsedAddress xsi:nil="true" />
            <ReferenceFeature xsi:nil="true" />
            <ReferenceFeatureAddress xsi:nil="true" />
            <FArea>double</FArea>
            <FAreaType>string</FAreaType>
            <FGeometrySRID>int</FGeometrySRID>
            <FGeometry>string</FGeometry>
            <FSource>string</FSource>
            <FVintage>string</FVintage>
            <FPrimaryIdField>string</FPrimaryIdField>
            <FPrimaryIdValue>string</FPrimaryIdValue>
            <FSecondaryIdField>string</FSecondaryIdField>
            <FSecondaryIdValue>string</FSecondaryIdValue>
            <ShouldOutputCensus>boolean</ShouldOutputCensus>
            <ShouldOutputParsedAddress>boolean</ShouldOutputParsedAddress>
            <ShouldOutputMatchedAddress>boolean</ShouldOutputMatchedAddress>
            <ShouldOutputReferenceFeatureAddress>boolean</ShouldOutputReferenceFeatureAddress>
            <ShouldOutputReferenceFeature>boolean</ShouldOutputReferenceFeature>
          </WebServiceGeocodeQueryResult>
          <WebServiceGeocodeQueryResult>
            <Version xsi:nil="true" />
            <VersionString>string</VersionString>
            <Latitude>double</Latitude>
            <Longitude>double</Longitude>
            <MatchScore>double</MatchScore>
            <GeocodeQualityType>Unmatchable or Unknown or AddressPoint or GPS or CountyParcel or RoofTop or ParcelCentroid or PrimaryStructureEntrance or DrivewayEntrance or BuildingFrontDoor or BuildingCentroid or ExactParcelCentroidPoint or ExactParcelCentroid or NearestParcelCentroidPoint or NearestParcelCentroid or ActualLotInterpolation or UniformLotInterpolation or AddressRangeInterpolation or StreetIntersection or StreetCentroid or ZCTAPlus5Centroid or ZCTAPlus4Centroid or ZCTAPlus3Centroid or ZCTAPlus2Centroid or ZCTAPlus1Centroid or ZCTACentroid or USPSZipPlus5LineCentroid or USPSZipPlus4LineCentroid or USPSZipPlus5AreaCentroid or USPSZipPlus4AreaCentroid or USPSZipPlus3AreaCentroid or USPSZipPlus2AreaCentroid or USPSZipPlus1AreaCentroid or USPSZipAreaCentroid or CityCentroid or ConsolidatedCityCentroid or CountySubdivisionCentroid or CountyCentroid or StateCentroid or CountryCentroid or DynamicFeatureCompositionCentroid</GeocodeQualityType>
            <FeatureMatchingGeographyType>Unknown or GPS or BuildingCentroid or Building or BuildingDoor or Parcel or StreetSegment or StreetIntersection or StreetCentroid or USPSZipPlus5 or USPSZipPlus4 or USPSZipPlus3 or USPSZipPlus2 or USPSZipPlus1 or USPSZip or ZCTAPlus5 or ZCTAPlus4 or ZCTAPlus3 or ZCTAPlus2 or ZCTAPlus1 or ZCTA or City or ConsolidatedCity or MinorCivilDivision or CountySubRegion or County or State or Country or Unmatchable</FeatureMatchingGeographyType>
            <Quality>string</Quality>
            <MatchType>string</MatchType>
            <MatchedLocationType>Unmatchable or Unknown or StreetAddress or PostOfficeBox or RuralRoute or StarRoute or HighwayContractRoute or Intersection or NamedPlace or RelativeDirection or USPSZIP or City or State</MatchedLocationType>
            <FeatureMatchingResultType>Unknown or Success or Ambiguous or BrokenTie or Composite or Nearby or LessThanMinimumScore or InvalidFeature or NullFeature or Unmatchable or ExceptionOccurred</FeatureMatchingResultType>
            <NAACCR xsi:nil="true" />
            <NAACCRGISCoordinateQualityCode>string</NAACCRGISCoordinateQualityCode>
            <NAACCRGISCoordinateQualityName>string</NAACCRGISCoordinateQualityName>
            <NAACCRGISCoordinateQualityType>Unknown or AddressPoint or GPS or Parcel or StreetSegmentInterpolation or StreetIntersection or StreetCentroid or AddressZIPPlus4Centroid or AddressZIPPlus2Centroid or ManualLookup or AddressZIPCentroid or POBoxZIPCentroid or CityCentroid or CountyCentroid or Unmatchable or Missing</NAACCRGISCoordinateQualityType>
            <NAACCRCensusTractCertaintyCode>string</NAACCRCensusTractCertaintyCode>
            <NAACCRCensusTractCertaintyName>string</NAACCRCensusTractCertaintyName>
            <NAACCRCensusTractCertaintyType>Unknown or ResidenceStreetAddress or ResidenceZIPPlus4 or ResidenceZIPPlus2 or ResidenceZIP or POBoxZIP or ResidenceCityOrZIPWithOneCensusTract or Missing or Unmatchable or NotAttempted</NAACCRCensusTractCertaintyType>
            <MicroMatchStatus>string</MicroMatchStatus>
            <PenaltyCodeDetails xsi:nil="true" />
            <PenaltyCode>string</PenaltyCode>
            <PenaltyCodeSummary>string</PenaltyCodeSummary>
            <InterpolationType>Unknown or LinearInterpolation or ArealInterpolation or None or NotAttempted</InterpolationType>
            <InterpolationSubType>Unknown or LinearInterpolationAddressRange or LinearInterpolationUniformLot or LinearInterpolationActualLot or LinearInterpolationMidPoint or ArealInterpolationBoundingBoxCentroid or ArealInterpolationConvexHullCentroid or ArealInterpolationGeometricCentroid or None or NotAttempted</InterpolationSubType>
            <RegionSize>double</RegionSize>
            <RegionSizeUnits>string</RegionSizeUnits>
            <QueryStatusCodes>-1 or 0 or 200 or 400 or 401 or 402 or 403 or 410 or 411 or 412 or 413 or 414 or 420 or 421 or 450 or 451 or 470 or 471 or 472 or 480 or 481 or 482 or 500 or 501 or 502</QueryStatusCodes>
            <QueryStatusCodeName>string</QueryStatusCodeName>
            <QueryStatusCodeValue>int</QueryStatusCodeValue>
            <featureMatchingResultCount>int</featureMatchingResultCount>
            <featureMatchingResultTypeNotes>string</featureMatchingResultTypeNotes>
            <featureMatchingResultTypeTieBreakingNotes>string</featureMatchingResultTypeTieBreakingNotes>
            <tieHandlingStrategyType>Unknown or RevertToHierarchy or FlipACoin or DynamicFeatureComposition or RegionalCharacteristics or ReturnAll or ChooseFirstOne</tieHandlingStrategyType>
            <featureMatchingSelectionMethod>FeatureClassBased or UncertaintySingleFeatureArea or UncertaintyMultiFeatureGraviational or UncertaintyMultiFeatureTopological</featureMatchingSelectionMethod>
            <FeatureMatchingSelectionMethodNotes>string</FeatureMatchingSelectionMethodNotes>
            <ExceptionOccurred>boolean</ExceptionOccurred>
            <ErrorMessage>string</ErrorMessage>
            <TransactionGuid>string</TransactionGuid>
            <TimeTaken>double</TimeTaken>
            <censusRecords xsi:nil="true" />
            <GeoLocationId>string</GeoLocationId>
            <InputAddress xsi:nil="true" />
            <MatchedAddress xsi:nil="true" />
            <ParsedAddress xsi:nil="true" />
            <ReferenceFeature xsi:nil="true" />
            <ReferenceFeatureAddress xsi:nil="true" />
            <FArea>double</FArea>
            <FAreaType>string</FAreaType>
            <FGeometrySRID>int</FGeometrySRID>
            <FGeometry>string</FGeometry>
            <FSource>string</FSource>
            <FVintage>string</FVintage>
            <FPrimaryIdField>string</FPrimaryIdField>
            <FPrimaryIdValue>string</FPrimaryIdValue>
            <FSecondaryIdField>string</FSecondaryIdField>
            <FSecondaryIdValue>string</FSecondaryIdValue>
            <ShouldOutputCensus>boolean</ShouldOutputCensus>
            <ShouldOutputParsedAddress>boolean</ShouldOutputParsedAddress>
            <ShouldOutputMatchedAddress>boolean</ShouldOutputMatchedAddress>
            <ShouldOutputReferenceFeatureAddress>boolean</ShouldOutputReferenceFeatureAddress>
            <ShouldOutputReferenceFeature>boolean</ShouldOutputReferenceFeature>
          </WebServiceGeocodeQueryResult>
        </Results>
      </GeocodeAddressNonParsedMultiYearCensusAdvancedWithSourceTrackingResult>
    </GeocodeAddressNonParsedMultiYearCensusAdvancedWithSourceTrackingResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /Api/Geocode/V5/Soap/default.asmx/GeocodeAddressNonParsedMultiYearCensusAdvancedWithSourceTracking?streetAddress=string&city=string&state=string&zip=string&country=string&shouldUseRelaxation=string&shouldUseSubstring=string&shouldUseSoundex=string&shouldUseUncertaintyHierarchy=string&relaxableAttributes=string&soundexAttributes=string&referenceSources=string&requestIPAddress=string&apiKey=string&version=string&shouldOutputParsedAddress=string&shouldOutputMatchedAddress=string&shouldOutputReferenceFeatureAddress=string&shouldCalculateCensus=string&censusYears=string&censusYears=string&shouldReturnReferenceGeometry=string&shouldNotStoreTransactionDetails=string&source=string&queryMedium=string&processGuid=string&clientHost=string HTTP/1.1
Host: geoservices.tamu.edu
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<WebServiceGeocodeQueryResultSet xmlns="https://geoservices.tamu.edu/">
  <parcelMatches>int</parcelMatches>
  <streetMatches>int</streetMatches>
  <version />
  <VersionString>string</VersionString>
  <TimeTaken>double</TimeTaken>
  <TransactionGuid>string</TransactionGuid>
  <ApiHost>string</ApiHost>
  <ClientHost>string</ClientHost>
  <QueryStatusCodes>-1 or 0 or 200 or 400 or 401 or 402 or 403 or 410 or 411 or 412 or 413 or 414 or 420 or 421 or 450 or 451 or 470 or 471 or 472 or 480 or 481 or 482 or 500 or 501 or 502</QueryStatusCodes>
  <QueryStatusCodeName>string</QueryStatusCodeName>
  <QueryStatusCodeValue>int</QueryStatusCodeValue>
  <ParsedAddress />
  <FeatureMatchingResultType>Unknown or Success or Ambiguous or BrokenTie or Composite or Nearby or LessThanMinimumScore or InvalidFeature or NullFeature or Unmatchable or ExceptionOccurred</FeatureMatchingResultType>
  <FeatureMatchingResultCount>int</FeatureMatchingResultCount>
  <TieHandlingStrategyType>Unknown or RevertToHierarchy or FlipACoin or DynamicFeatureComposition or RegionalCharacteristics or ReturnAll or ChooseFirstOne</TieHandlingStrategyType>
  <FeatureMatchingResultTypeTieBreakingNotes>string</FeatureMatchingResultTypeTieBreakingNotes>
  <FeatureMatchingSelectionMethod>FeatureClassBased or UncertaintySingleFeatureArea or UncertaintyMultiFeatureGraviational or UncertaintyMultiFeatureTopological</FeatureMatchingSelectionMethod>
  <FeatureMatchingSelectionMethodNotes>string</FeatureMatchingSelectionMethodNotes>
  <FeatureMatchingResultTypeNotes>string</FeatureMatchingResultTypeNotes>
  <ExceptionOccurred>boolean</ExceptionOccurred>
  <ErrorMessage>string</ErrorMessage>
  <InputParameterSet>
    <StreetAddress>string</StreetAddress>
    <City>string</City>
    <State>string</State>
    <Zip>string</Zip>
    <Version />
    <ApiKey>string</ApiKey>
    <DontStoreTransactionDetails>boolean</DontStoreTransactionDetails>
    <AllowTies>boolean</AllowTies>
    <TieHandlingStrategyType>Unknown or RevertToHierarchy or FlipACoin or DynamicFeatureComposition or RegionalCharacteristics or ReturnAll or ChooseFirstOne</TieHandlingStrategyType>
    <RelaxableAttributes>
      <string>string</string>
      <string>string</string>
    </RelaxableAttributes>
    <Relaxation>boolean</Relaxation>
    <Substring>boolean</Substring>
    <Soundex>boolean</Soundex>
    <SoundexAttributes>string</SoundexAttributes>
    <ReferenceSources>
      <string>string</string>
      <string>string</string>
    </ReferenceSources>
    <FeatureMatchingSelectionMethod>FeatureClassBased or UncertaintySingleFeatureArea or UncertaintyMultiFeatureGraviational or UncertaintyMultiFeatureTopological</FeatureMatchingSelectionMethod>
    <AttributeWeightingScheme>
      <ShouldTakeAddressRangeHouseUncertaintyPenalty>boolean</ShouldTakeAddressRangeHouseUncertaintyPenalty>
      <WeightNumber>double</WeightNumber>
      <WeightNumberParity>double</WeightNumberParity>
      <WeightPreDirectional>double</WeightPreDirectional>
      <WeightPreType>double</WeightPreType>
      <WeightPreQualifier>double</WeightPreQualifier>
      <WeightPreArticle>double</WeightPreArticle>
      <WeightName>double</WeightName>
      <WeightPostArticle>double</WeightPostArticle>
      <WeightSuffix>double</WeightSuffix>
      <WeightPostDirectional>double</WeightPostDirectional>
      <WeightPostQualifier>double</WeightPostQualifier>
      <WeightCity>double</WeightCity>
      <WeightZip>double</WeightZip>
      <WeightZipPlus4>double</WeightZipPlus4>
      <WeightState>double</WeightState>
      <MaxBlocksAway>double</MaxBlocksAway>
    </AttributeWeightingScheme>
    <MinimumMatchScore>double</MinimumMatchScore>
    <ConfidenceLevels>int</ConfidenceLevels>
    <ExhaustiveSearch>boolean</ExhaustiveSearch>
    <AliasTables>boolean</AliasTables>
    <MultiThreading>boolean</MultiThreading>
    <CensusYears>
      <CensusYear>0 or 1990 or 2000 or 2010 or 2020 or 9999</CensusYear>
      <CensusYear>0 or 1990 or 2000 or 2010 or 2020 or 9999</CensusYear>
    </CensusYears>
    <IncludeHeader>boolean</IncludeHeader>
    <Verbose>boolean</Verbose>
    <OutputCensusVariables>boolean</OutputCensusVariables>
    <OutputReferenceFeatureGeometry>boolean</OutputReferenceFeatureGeometry>
    <OutputFormat>string</OutputFormat>
    <OutputStatistics>boolean</OutputStatistics>
    <OutputReferenceQuerySql>boolean</OutputReferenceQuerySql>
  </InputParameterSet>
  <Results>
    <WebServiceGeocodeQueryResult>
      <Version />
      <VersionString>string</VersionString>
      <Latitude>double</Latitude>
      <Longitude>double</Longitude>
      <MatchScore>double</MatchScore>
      <GeocodeQualityType>Unmatchable or Unknown or AddressPoint or GPS or CountyParcel or RoofTop or ParcelCentroid or PrimaryStructureEntrance or DrivewayEntrance or BuildingFrontDoor or BuildingCentroid or ExactParcelCentroidPoint or ExactParcelCentroid or NearestParcelCentroidPoint or NearestParcelCentroid or ActualLotInterpolation or UniformLotInterpolation or AddressRangeInterpolation or StreetIntersection or StreetCentroid or ZCTAPlus5Centroid or ZCTAPlus4Centroid or ZCTAPlus3Centroid or ZCTAPlus2Centroid or ZCTAPlus1Centroid or ZCTACentroid or USPSZipPlus5LineCentroid or USPSZipPlus4LineCentroid or USPSZipPlus5AreaCentroid or USPSZipPlus4AreaCentroid or USPSZipPlus3AreaCentroid or USPSZipPlus2AreaCentroid or USPSZipPlus1AreaCentroid or USPSZipAreaCentroid or CityCentroid or ConsolidatedCityCentroid or CountySubdivisionCentroid or CountyCentroid or StateCentroid or CountryCentroid or DynamicFeatureCompositionCentroid</GeocodeQualityType>
      <FeatureMatchingGeographyType>Unknown or GPS or BuildingCentroid or Building or BuildingDoor or Parcel or StreetSegment or StreetIntersection or StreetCentroid or USPSZipPlus5 or USPSZipPlus4 or USPSZipPlus3 or USPSZipPlus2 or USPSZipPlus1 or USPSZip or ZCTAPlus5 or ZCTAPlus4 or ZCTAPlus3 or ZCTAPlus2 or ZCTAPlus1 or ZCTA or City or ConsolidatedCity or MinorCivilDivision or CountySubRegion or County or State or Country or Unmatchable</FeatureMatchingGeographyType>
      <Quality>string</Quality>
      <MatchType>string</MatchType>
      <MatchedLocationType>Unmatchable or Unknown or StreetAddress or PostOfficeBox or RuralRoute or StarRoute or HighwayContractRoute or Intersection or NamedPlace or RelativeDirection or USPSZIP or City or State</MatchedLocationType>
      <FeatureMatchingResultType>Unknown or Success or Ambiguous or BrokenTie or Composite or Nearby or LessThanMinimumScore or InvalidFeature or NullFeature or Unmatchable or ExceptionOccurred</FeatureMatchingResultType>
      <NAACCR>
        <GISCoordinateQualityCode>string</GISCoordinateQualityCode>
        <GISCoordinateQualityType>Unknown or AddressPoint or GPS or Parcel or StreetSegmentInterpolation or StreetIntersection or StreetCentroid or AddressZIPPlus4Centroid or AddressZIPPlus2Centroid or ManualLookup or AddressZIPCentroid or POBoxZIPCentroid or CityCentroid or CountyCentroid or Unmatchable or Missing</GISCoordinateQualityType>
        <CensusTractCertaintyCode>string</CensusTractCertaintyCode>
        <CensusTractCertaintyType>Unknown or ResidenceStreetAddress or ResidenceZIPPlus4 or ResidenceZIPPlus2 or ResidenceZIP or POBoxZIP or ResidenceCityOrZIPWithOneCensusTract or Missing or Unmatchable or NotAttempted</CensusTractCertaintyType>
        <MicroMatchStatus>string</MicroMatchStatus>
        <PenaltyCode>string</PenaltyCode>
        <PenaltyCodeSummary>string</PenaltyCodeSummary>
        <PenaltyCodeDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </NAACCR>
      <NAACCRGISCoordinateQualityCode>string</NAACCRGISCoordinateQualityCode>
      <NAACCRGISCoordinateQualityName>string</NAACCRGISCoordinateQualityName>
      <NAACCRGISCoordinateQualityType>Unknown or AddressPoint or GPS or Parcel or StreetSegmentInterpolation or StreetIntersection or StreetCentroid or AddressZIPPlus4Centroid or AddressZIPPlus2Centroid or ManualLookup or AddressZIPCentroid or POBoxZIPCentroid or CityCentroid or CountyCentroid or Unmatchable or Missing</NAACCRGISCoordinateQualityType>
      <NAACCRCensusTractCertaintyCode>string</NAACCRCensusTractCertaintyCode>
      <NAACCRCensusTractCertaintyName>string</NAACCRCensusTractCertaintyName>
      <NAACCRCensusTractCertaintyType>Unknown or ResidenceStreetAddress or ResidenceZIPPlus4 or ResidenceZIPPlus2 or ResidenceZIP or POBoxZIP or ResidenceCityOrZIPWithOneCensusTract or Missing or Unmatchable or NotAttempted</NAACCRCensusTractCertaintyType>
      <MicroMatchStatus>string</MicroMatchStatus>
      <PenaltyCodeDetails>
        <matchScore>string</matchScore>
        <inputType>string</inputType>
        <streetType>string</streetType>
        <streetName>string</streetName>
        <city>string</city>
        <cityRefs>string</cityRefs>
        <zipPenalty>string</zipPenalty>
        <directionals>string</directionals>
        <qualifiers>string</qualifiers>
        <distance>string</distance>
        <outlierDistance>string</outlierDistance>
        <censusBlocks>string</censusBlocks>
        <censusTracts>string</censusTracts>
        <county>string</county>
        <recordCount>string</recordCount>
        <matchScoreSummary>string</matchScoreSummary>
        <inputTypeSummary>string</inputTypeSummary>
        <streetTypeSummary>string</streetTypeSummary>
        <streetNameSummary>string</streetNameSummary>
        <citySummary>string</citySummary>
        <cityRefsSummary>string</cityRefsSummary>
        <zipPenaltySummary>string</zipPenaltySummary>
        <directionalsSummary>string</directionalsSummary>
        <qualifiersSummary>string</qualifiersSummary>
        <distanceSummary>string</distanceSummary>
        <outlierDistanceSummary>string</outlierDistanceSummary>
        <censusBlocksSummary>string</censusBlocksSummary>
        <censusTractsSummary>string</censusTractsSummary>
        <countySummary>string</countySummary>
        <recordCountSummary>string</recordCountSummary>
      </PenaltyCodeDetails>
      <PenaltyCode>string</PenaltyCode>
      <PenaltyCodeSummary>string</PenaltyCodeSummary>
      <InterpolationType>Unknown or LinearInterpolation or ArealInterpolation or None or NotAttempted</InterpolationType>
      <InterpolationSubType>Unknown or LinearInterpolationAddressRange or LinearInterpolationUniformLot or LinearInterpolationActualLot or LinearInterpolationMidPoint or ArealInterpolationBoundingBoxCentroid or ArealInterpolationConvexHullCentroid or ArealInterpolationGeometricCentroid or None or NotAttempted</InterpolationSubType>
      <RegionSize>double</RegionSize>
      <RegionSizeUnits>string</RegionSizeUnits>
      <QueryStatusCodes>-1 or 0 or 200 or 400 or 401 or 402 or 403 or 410 or 411 or 412 or 413 or 414 or 420 or 421 or 450 or 451 or 470 or 471 or 472 or 480 or 481 or 482 or 500 or 501 or 502</QueryStatusCodes>
      <QueryStatusCodeName>string</QueryStatusCodeName>
      <QueryStatusCodeValue>int</QueryStatusCodeValue>
      <featureMatchingResultCount>int</featureMatchingResultCount>
      <featureMatchingResultTypeNotes>string</featureMatchingResultTypeNotes>
      <featureMatchingResultTypeTieBreakingNotes>string</featureMatchingResultTypeTieBreakingNotes>
      <tieHandlingStrategyType>Unknown or RevertToHierarchy or FlipACoin or DynamicFeatureComposition or RegionalCharacteristics or ReturnAll or ChooseFirstOne</tieHandlingStrategyType>
      <featureMatchingSelectionMethod>FeatureClassBased or UncertaintySingleFeatureArea or UncertaintyMultiFeatureGraviational or UncertaintyMultiFeatureTopological</featureMatchingSelectionMethod>
      <FeatureMatchingSelectionMethodNotes>string</FeatureMatchingSelectionMethodNotes>
      <ExceptionOccurred>boolean</ExceptionOccurred>
      <ErrorMessage>string</ErrorMessage>
      <TransactionGuid>string</TransactionGuid>
      <TimeTaken>double</TimeTaken>
      <censusRecords>
        <CensusOutputRecord d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CensusOutputRecord d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </censusRecords>
      <GeoLocationId>string</GeoLocationId>
      <InputAddress />
      <MatchedAddress />
      <ParsedAddress />
      <ReferenceFeature>
        <Address d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Area>double</Area>
        <AreaType>string</AreaType>
        <GeometrySRID>int</GeometrySRID>
        <Geometry>string</Geometry>
        <Source>Unknown or ESRIStreetMapNorthAmerica or Census2010TigerLines or Census2015TigerLines or Census2016TigerLines or Census2022TigerLines or Census2000Places or Census2000ZCTAs or Census2000CountySubRegions or Census2000Counties or Census2010Places or Census2010ConsolidatedCities or Census2010ZCTAs or Census2010CountySubRegions or Census2010Counties or Census2010States or Census2020Places or Census2020ConsolidatedCities or Census2020ZCTAs or Census2020CountySubRegions or Census2020Counties or Census2020States or ParcelCentroids or BoundarySolutionsParcelCentroids or NavteqStreets2008 or NavteqStreets2012 or NavteqStreets2021 or NavteqStreets2022 or NavteqAddressPoints2022 or NavteqAddressPoints2021 or NavteqAddressPoints2017 or NavteqAddressPoints2016 or NavteqAddressPoints2014 or NavteqAddressPoints2013 or NavteqAddressPoints2012 or ParcelGeometries or USPSTigerZipPlus4 or ZipCodeDownloadZips2013 or Dynamic or OpenAddresses or CountyParcelData or MicrosoftFootprints</Source>
        <Vintage>int</Vintage>
        <ServerName>string</ServerName>
        <PrimaryIdField>string</PrimaryIdField>
        <PrimaryIdValue>string</PrimaryIdValue>
        <SecondaryIdField>string</SecondaryIdField>
        <SecondaryIdValue>string</SecondaryIdValue>
        <InterpolationType>Unknown or LinearInterpolation or ArealInterpolation or None or NotAttempted</InterpolationType>
        <InterpolationSubType>Unknown or LinearInterpolationAddressRange or LinearInterpolationUniformLot or LinearInterpolationActualLot or LinearInterpolationMidPoint or ArealInterpolationBoundingBoxCentroid or ArealInterpolationConvexHullCentroid or ArealInterpolationGeometricCentroid or None or NotAttempted</InterpolationSubType>
      </ReferenceFeature>
      <ReferenceFeatureAddress />
      <FArea>double</FArea>
      <FAreaType>string</FAreaType>
      <FGeometrySRID>int</FGeometrySRID>
      <FGeometry>string</FGeometry>
      <FSource>string</FSource>
      <FVintage>string</FVintage>
      <FPrimaryIdField>string</FPrimaryIdField>
      <FPrimaryIdValue>string</FPrimaryIdValue>
      <FSecondaryIdField>string</FSecondaryIdField>
      <FSecondaryIdValue>string</FSecondaryIdValue>
      <ShouldOutputCensus>boolean</ShouldOutputCensus>
      <ShouldOutputParsedAddress>boolean</ShouldOutputParsedAddress>
      <ShouldOutputMatchedAddress>boolean</ShouldOutputMatchedAddress>
      <ShouldOutputReferenceFeatureAddress>boolean</ShouldOutputReferenceFeatureAddress>
      <ShouldOutputReferenceFeature>boolean</ShouldOutputReferenceFeature>
    </WebServiceGeocodeQueryResult>
    <WebServiceGeocodeQueryResult>
      <Version />
      <VersionString>string</VersionString>
      <Latitude>double</Latitude>
      <Longitude>double</Longitude>
      <MatchScore>double</MatchScore>
      <GeocodeQualityType>Unmatchable or Unknown or AddressPoint or GPS or CountyParcel or RoofTop or ParcelCentroid or PrimaryStructureEntrance or DrivewayEntrance or BuildingFrontDoor or BuildingCentroid or ExactParcelCentroidPoint or ExactParcelCentroid or NearestParcelCentroidPoint or NearestParcelCentroid or ActualLotInterpolation or UniformLotInterpolation or AddressRangeInterpolation or StreetIntersection or StreetCentroid or ZCTAPlus5Centroid or ZCTAPlus4Centroid or ZCTAPlus3Centroid or ZCTAPlus2Centroid or ZCTAPlus1Centroid or ZCTACentroid or USPSZipPlus5LineCentroid or USPSZipPlus4LineCentroid or USPSZipPlus5AreaCentroid or USPSZipPlus4AreaCentroid or USPSZipPlus3AreaCentroid or USPSZipPlus2AreaCentroid or USPSZipPlus1AreaCentroid or USPSZipAreaCentroid or CityCentroid or ConsolidatedCityCentroid or CountySubdivisionCentroid or CountyCentroid or StateCentroid or CountryCentroid or DynamicFeatureCompositionCentroid</GeocodeQualityType>
      <FeatureMatchingGeographyType>Unknown or GPS or BuildingCentroid or Building or BuildingDoor or Parcel or StreetSegment or StreetIntersection or StreetCentroid or USPSZipPlus5 or USPSZipPlus4 or USPSZipPlus3 or USPSZipPlus2 or USPSZipPlus1 or USPSZip or ZCTAPlus5 or ZCTAPlus4 or ZCTAPlus3 or ZCTAPlus2 or ZCTAPlus1 or ZCTA or City or ConsolidatedCity or MinorCivilDivision or CountySubRegion or County or State or Country or Unmatchable</FeatureMatchingGeographyType>
      <Quality>string</Quality>
      <MatchType>string</MatchType>
      <MatchedLocationType>Unmatchable or Unknown or StreetAddress or PostOfficeBox or RuralRoute or StarRoute or HighwayContractRoute or Intersection or NamedPlace or RelativeDirection or USPSZIP or City or State</MatchedLocationType>
      <FeatureMatchingResultType>Unknown or Success or Ambiguous or BrokenTie or Composite or Nearby or LessThanMinimumScore or InvalidFeature or NullFeature or Unmatchable or ExceptionOccurred</FeatureMatchingResultType>
      <NAACCR>
        <GISCoordinateQualityCode>string</GISCoordinateQualityCode>
        <GISCoordinateQualityType>Unknown or AddressPoint or GPS or Parcel or StreetSegmentInterpolation or StreetIntersection or StreetCentroid or AddressZIPPlus4Centroid or AddressZIPPlus2Centroid or ManualLookup or AddressZIPCentroid or POBoxZIPCentroid or CityCentroid or CountyCentroid or Unmatchable or Missing</GISCoordinateQualityType>
        <CensusTractCertaintyCode>string</CensusTractCertaintyCode>
        <CensusTractCertaintyType>Unknown or ResidenceStreetAddress or ResidenceZIPPlus4 or ResidenceZIPPlus2 or ResidenceZIP or POBoxZIP or ResidenceCityOrZIPWithOneCensusTract or Missing or Unmatchable or NotAttempted</CensusTractCertaintyType>
        <MicroMatchStatus>string</MicroMatchStatus>
        <PenaltyCode>string</PenaltyCode>
        <PenaltyCodeSummary>string</PenaltyCodeSummary>
        <PenaltyCodeDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </NAACCR>
      <NAACCRGISCoordinateQualityCode>string</NAACCRGISCoordinateQualityCode>
      <NAACCRGISCoordinateQualityName>string</NAACCRGISCoordinateQualityName>
      <NAACCRGISCoordinateQualityType>Unknown or AddressPoint or GPS or Parcel or StreetSegmentInterpolation or StreetIntersection or StreetCentroid or AddressZIPPlus4Centroid or AddressZIPPlus2Centroid or ManualLookup or AddressZIPCentroid or POBoxZIPCentroid or CityCentroid or CountyCentroid or Unmatchable or Missing</NAACCRGISCoordinateQualityType>
      <NAACCRCensusTractCertaintyCode>string</NAACCRCensusTractCertaintyCode>
      <NAACCRCensusTractCertaintyName>string</NAACCRCensusTractCertaintyName>
      <NAACCRCensusTractCertaintyType>Unknown or ResidenceStreetAddress or ResidenceZIPPlus4 or ResidenceZIPPlus2 or ResidenceZIP or POBoxZIP or ResidenceCityOrZIPWithOneCensusTract or Missing or Unmatchable or NotAttempted</NAACCRCensusTractCertaintyType>
      <MicroMatchStatus>string</MicroMatchStatus>
      <PenaltyCodeDetails>
        <matchScore>string</matchScore>
        <inputType>string</inputType>
        <streetType>string</streetType>
        <streetName>string</streetName>
        <city>string</city>
        <cityRefs>string</cityRefs>
        <zipPenalty>string</zipPenalty>
        <directionals>string</directionals>
        <qualifiers>string</qualifiers>
        <distance>string</distance>
        <outlierDistance>string</outlierDistance>
        <censusBlocks>string</censusBlocks>
        <censusTracts>string</censusTracts>
        <county>string</county>
        <recordCount>string</recordCount>
        <matchScoreSummary>string</matchScoreSummary>
        <inputTypeSummary>string</inputTypeSummary>
        <streetTypeSummary>string</streetTypeSummary>
        <streetNameSummary>string</streetNameSummary>
        <citySummary>string</citySummary>
        <cityRefsSummary>string</cityRefsSummary>
        <zipPenaltySummary>string</zipPenaltySummary>
        <directionalsSummary>string</directionalsSummary>
        <qualifiersSummary>string</qualifiersSummary>
        <distanceSummary>string</distanceSummary>
        <outlierDistanceSummary>string</outlierDistanceSummary>
        <censusBlocksSummary>string</censusBlocksSummary>
        <censusTractsSummary>string</censusTractsSummary>
        <countySummary>string</countySummary>
        <recordCountSummary>string</recordCountSummary>
      </PenaltyCodeDetails>
      <PenaltyCode>string</PenaltyCode>
      <PenaltyCodeSummary>string</PenaltyCodeSummary>
      <InterpolationType>Unknown or LinearInterpolation or ArealInterpolation or None or NotAttempted</InterpolationType>
      <InterpolationSubType>Unknown or LinearInterpolationAddressRange or LinearInterpolationUniformLot or LinearInterpolationActualLot or LinearInterpolationMidPoint or ArealInterpolationBoundingBoxCentroid or ArealInterpolationConvexHullCentroid or ArealInterpolationGeometricCentroid or None or NotAttempted</InterpolationSubType>
      <RegionSize>double</RegionSize>
      <RegionSizeUnits>string</RegionSizeUnits>
      <QueryStatusCodes>-1 or 0 or 200 or 400 or 401 or 402 or 403 or 410 or 411 or 412 or 413 or 414 or 420 or 421 or 450 or 451 or 470 or 471 or 472 or 480 or 481 or 482 or 500 or 501 or 502</QueryStatusCodes>
      <QueryStatusCodeName>string</QueryStatusCodeName>
      <QueryStatusCodeValue>int</QueryStatusCodeValue>
      <featureMatchingResultCount>int</featureMatchingResultCount>
      <featureMatchingResultTypeNotes>string</featureMatchingResultTypeNotes>
      <featureMatchingResultTypeTieBreakingNotes>string</featureMatchingResultTypeTieBreakingNotes>
      <tieHandlingStrategyType>Unknown or RevertToHierarchy or FlipACoin or DynamicFeatureComposition or RegionalCharacteristics or ReturnAll or ChooseFirstOne</tieHandlingStrategyType>
      <featureMatchingSelectionMethod>FeatureClassBased or UncertaintySingleFeatureArea or UncertaintyMultiFeatureGraviational or UncertaintyMultiFeatureTopological</featureMatchingSelectionMethod>
      <FeatureMatchingSelectionMethodNotes>string</FeatureMatchingSelectionMethodNotes>
      <ExceptionOccurred>boolean</ExceptionOccurred>
      <ErrorMessage>string</ErrorMessage>
      <TransactionGuid>string</TransactionGuid>
      <TimeTaken>double</TimeTaken>
      <censusRecords>
        <CensusOutputRecord d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CensusOutputRecord d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </censusRecords>
      <GeoLocationId>string</GeoLocationId>
      <InputAddress />
      <MatchedAddress />
      <ParsedAddress />
      <ReferenceFeature>
        <Address d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Area>double</Area>
        <AreaType>string</AreaType>
        <GeometrySRID>int</GeometrySRID>
        <Geometry>string</Geometry>
        <Source>Unknown or ESRIStreetMapNorthAmerica or Census2010TigerLines or Census2015TigerLines or Census2016TigerLines or Census2022TigerLines or Census2000Places or Census2000ZCTAs or Census2000CountySubRegions or Census2000Counties or Census2010Places or Census2010ConsolidatedCities or Census2010ZCTAs or Census2010CountySubRegions or Census2010Counties or Census2010States or Census2020Places or Census2020ConsolidatedCities or Census2020ZCTAs or Census2020CountySubRegions or Census2020Counties or Census2020States or ParcelCentroids or BoundarySolutionsParcelCentroids or NavteqStreets2008 or NavteqStreets2012 or NavteqStreets2021 or NavteqStreets2022 or NavteqAddressPoints2022 or NavteqAddressPoints2021 or NavteqAddressPoints2017 or NavteqAddressPoints2016 or NavteqAddressPoints2014 or NavteqAddressPoints2013 or NavteqAddressPoints2012 or ParcelGeometries or USPSTigerZipPlus4 or ZipCodeDownloadZips2013 or Dynamic or OpenAddresses or CountyParcelData or MicrosoftFootprints</Source>
        <Vintage>int</Vintage>
        <ServerName>string</ServerName>
        <PrimaryIdField>string</PrimaryIdField>
        <PrimaryIdValue>string</PrimaryIdValue>
        <SecondaryIdField>string</SecondaryIdField>
        <SecondaryIdValue>string</SecondaryIdValue>
        <InterpolationType>Unknown or LinearInterpolation or ArealInterpolation or None or NotAttempted</InterpolationType>
        <InterpolationSubType>Unknown or LinearInterpolationAddressRange or LinearInterpolationUniformLot or LinearInterpolationActualLot or LinearInterpolationMidPoint or ArealInterpolationBoundingBoxCentroid or ArealInterpolationConvexHullCentroid or ArealInterpolationGeometricCentroid or None or NotAttempted</InterpolationSubType>
      </ReferenceFeature>
      <ReferenceFeatureAddress />
      <FArea>double</FArea>
      <FAreaType>string</FAreaType>
      <FGeometrySRID>int</FGeometrySRID>
      <FGeometry>string</FGeometry>
      <FSource>string</FSource>
      <FVintage>string</FVintage>
      <FPrimaryIdField>string</FPrimaryIdField>
      <FPrimaryIdValue>string</FPrimaryIdValue>
      <FSecondaryIdField>string</FSecondaryIdField>
      <FSecondaryIdValue>string</FSecondaryIdValue>
      <ShouldOutputCensus>boolean</ShouldOutputCensus>
      <ShouldOutputParsedAddress>boolean</ShouldOutputParsedAddress>
      <ShouldOutputMatchedAddress>boolean</ShouldOutputMatchedAddress>
      <ShouldOutputReferenceFeatureAddress>boolean</ShouldOutputReferenceFeatureAddress>
      <ShouldOutputReferenceFeature>boolean</ShouldOutputReferenceFeature>
    </WebServiceGeocodeQueryResult>
  </Results>
</WebServiceGeocodeQueryResultSet>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /Api/Geocode/V5/Soap/default.asmx/GeocodeAddressNonParsedMultiYearCensusAdvancedWithSourceTracking HTTP/1.1
Host: geoservices.tamu.edu
Content-Type: application/x-www-form-urlencoded
Content-Length: length

streetAddress=string&city=string&state=string&zip=string&country=string&shouldUseRelaxation=string&shouldUseSubstring=string&shouldUseSoundex=string&shouldUseUncertaintyHierarchy=string&relaxableAttributes=string&soundexAttributes=string&referenceSources=string&requestIPAddress=string&apiKey=string&version=string&shouldOutputParsedAddress=string&shouldOutputMatchedAddress=string&shouldOutputReferenceFeatureAddress=string&shouldCalculateCensus=string&censusYears=string&censusYears=string&shouldReturnReferenceGeometry=string&shouldNotStoreTransactionDetails=string&source=string&queryMedium=string&processGuid=string&clientHost=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<WebServiceGeocodeQueryResultSet xmlns="https://geoservices.tamu.edu/">
  <parcelMatches>int</parcelMatches>
  <streetMatches>int</streetMatches>
  <version />
  <VersionString>string</VersionString>
  <TimeTaken>double</TimeTaken>
  <TransactionGuid>string</TransactionGuid>
  <ApiHost>string</ApiHost>
  <ClientHost>string</ClientHost>
  <QueryStatusCodes>-1 or 0 or 200 or 400 or 401 or 402 or 403 or 410 or 411 or 412 or 413 or 414 or 420 or 421 or 450 or 451 or 470 or 471 or 472 or 480 or 481 or 482 or 500 or 501 or 502</QueryStatusCodes>
  <QueryStatusCodeName>string</QueryStatusCodeName>
  <QueryStatusCodeValue>int</QueryStatusCodeValue>
  <ParsedAddress />
  <FeatureMatchingResultType>Unknown or Success or Ambiguous or BrokenTie or Composite or Nearby or LessThanMinimumScore or InvalidFeature or NullFeature or Unmatchable or ExceptionOccurred</FeatureMatchingResultType>
  <FeatureMatchingResultCount>int</FeatureMatchingResultCount>
  <TieHandlingStrategyType>Unknown or RevertToHierarchy or FlipACoin or DynamicFeatureComposition or RegionalCharacteristics or ReturnAll or ChooseFirstOne</TieHandlingStrategyType>
  <FeatureMatchingResultTypeTieBreakingNotes>string</FeatureMatchingResultTypeTieBreakingNotes>
  <FeatureMatchingSelectionMethod>FeatureClassBased or UncertaintySingleFeatureArea or UncertaintyMultiFeatureGraviational or UncertaintyMultiFeatureTopological</FeatureMatchingSelectionMethod>
  <FeatureMatchingSelectionMethodNotes>string</FeatureMatchingSelectionMethodNotes>
  <FeatureMatchingResultTypeNotes>string</FeatureMatchingResultTypeNotes>
  <ExceptionOccurred>boolean</ExceptionOccurred>
  <ErrorMessage>string</ErrorMessage>
  <InputParameterSet>
    <StreetAddress>string</StreetAddress>
    <City>string</City>
    <State>string</State>
    <Zip>string</Zip>
    <Version />
    <ApiKey>string</ApiKey>
    <DontStoreTransactionDetails>boolean</DontStoreTransactionDetails>
    <AllowTies>boolean</AllowTies>
    <TieHandlingStrategyType>Unknown or RevertToHierarchy or FlipACoin or DynamicFeatureComposition or RegionalCharacteristics or ReturnAll or ChooseFirstOne</TieHandlingStrategyType>
    <RelaxableAttributes>
      <string>string</string>
      <string>string</string>
    </RelaxableAttributes>
    <Relaxation>boolean</Relaxation>
    <Substring>boolean</Substring>
    <Soundex>boolean</Soundex>
    <SoundexAttributes>string</SoundexAttributes>
    <ReferenceSources>
      <string>string</string>
      <string>string</string>
    </ReferenceSources>
    <FeatureMatchingSelectionMethod>FeatureClassBased or UncertaintySingleFeatureArea or UncertaintyMultiFeatureGraviational or UncertaintyMultiFeatureTopological</FeatureMatchingSelectionMethod>
    <AttributeWeightingScheme>
      <ShouldTakeAddressRangeHouseUncertaintyPenalty>boolean</ShouldTakeAddressRangeHouseUncertaintyPenalty>
      <WeightNumber>double</WeightNumber>
      <WeightNumberParity>double</WeightNumberParity>
      <WeightPreDirectional>double</WeightPreDirectional>
      <WeightPreType>double</WeightPreType>
      <WeightPreQualifier>double</WeightPreQualifier>
      <WeightPreArticle>double</WeightPreArticle>
      <WeightName>double</WeightName>
      <WeightPostArticle>double</WeightPostArticle>
      <WeightSuffix>double</WeightSuffix>
      <WeightPostDirectional>double</WeightPostDirectional>
      <WeightPostQualifier>double</WeightPostQualifier>
      <WeightCity>double</WeightCity>
      <WeightZip>double</WeightZip>
      <WeightZipPlus4>double</WeightZipPlus4>
      <WeightState>double</WeightState>
      <MaxBlocksAway>double</MaxBlocksAway>
    </AttributeWeightingScheme>
    <MinimumMatchScore>double</MinimumMatchScore>
    <ConfidenceLevels>int</ConfidenceLevels>
    <ExhaustiveSearch>boolean</ExhaustiveSearch>
    <AliasTables>boolean</AliasTables>
    <MultiThreading>boolean</MultiThreading>
    <CensusYears>
      <CensusYear>0 or 1990 or 2000 or 2010 or 2020 or 9999</CensusYear>
      <CensusYear>0 or 1990 or 2000 or 2010 or 2020 or 9999</CensusYear>
    </CensusYears>
    <IncludeHeader>boolean</IncludeHeader>
    <Verbose>boolean</Verbose>
    <OutputCensusVariables>boolean</OutputCensusVariables>
    <OutputReferenceFeatureGeometry>boolean</OutputReferenceFeatureGeometry>
    <OutputFormat>string</OutputFormat>
    <OutputStatistics>boolean</OutputStatistics>
    <OutputReferenceQuerySql>boolean</OutputReferenceQuerySql>
  </InputParameterSet>
  <Results>
    <WebServiceGeocodeQueryResult>
      <Version />
      <VersionString>string</VersionString>
      <Latitude>double</Latitude>
      <Longitude>double</Longitude>
      <MatchScore>double</MatchScore>
      <GeocodeQualityType>Unmatchable or Unknown or AddressPoint or GPS or CountyParcel or RoofTop or ParcelCentroid or PrimaryStructureEntrance or DrivewayEntrance or BuildingFrontDoor or BuildingCentroid or ExactParcelCentroidPoint or ExactParcelCentroid or NearestParcelCentroidPoint or NearestParcelCentroid or ActualLotInterpolation or UniformLotInterpolation or AddressRangeInterpolation or StreetIntersection or StreetCentroid or ZCTAPlus5Centroid or ZCTAPlus4Centroid or ZCTAPlus3Centroid or ZCTAPlus2Centroid or ZCTAPlus1Centroid or ZCTACentroid or USPSZipPlus5LineCentroid or USPSZipPlus4LineCentroid or USPSZipPlus5AreaCentroid or USPSZipPlus4AreaCentroid or USPSZipPlus3AreaCentroid or USPSZipPlus2AreaCentroid or USPSZipPlus1AreaCentroid or USPSZipAreaCentroid or CityCentroid or ConsolidatedCityCentroid or CountySubdivisionCentroid or CountyCentroid or StateCentroid or CountryCentroid or DynamicFeatureCompositionCentroid</GeocodeQualityType>
      <FeatureMatchingGeographyType>Unknown or GPS or BuildingCentroid or Building or BuildingDoor or Parcel or StreetSegment or StreetIntersection or StreetCentroid or USPSZipPlus5 or USPSZipPlus4 or USPSZipPlus3 or USPSZipPlus2 or USPSZipPlus1 or USPSZip or ZCTAPlus5 or ZCTAPlus4 or ZCTAPlus3 or ZCTAPlus2 or ZCTAPlus1 or ZCTA or City or ConsolidatedCity or MinorCivilDivision or CountySubRegion or County or State or Country or Unmatchable</FeatureMatchingGeographyType>
      <Quality>string</Quality>
      <MatchType>string</MatchType>
      <MatchedLocationType>Unmatchable or Unknown or StreetAddress or PostOfficeBox or RuralRoute or StarRoute or HighwayContractRoute or Intersection or NamedPlace or RelativeDirection or USPSZIP or City or State</MatchedLocationType>
      <FeatureMatchingResultType>Unknown or Success or Ambiguous or BrokenTie or Composite or Nearby or LessThanMinimumScore or InvalidFeature or NullFeature or Unmatchable or ExceptionOccurred</FeatureMatchingResultType>
      <NAACCR>
        <GISCoordinateQualityCode>string</GISCoordinateQualityCode>
        <GISCoordinateQualityType>Unknown or AddressPoint or GPS or Parcel or StreetSegmentInterpolation or StreetIntersection or StreetCentroid or AddressZIPPlus4Centroid or AddressZIPPlus2Centroid or ManualLookup or AddressZIPCentroid or POBoxZIPCentroid or CityCentroid or CountyCentroid or Unmatchable or Missing</GISCoordinateQualityType>
        <CensusTractCertaintyCode>string</CensusTractCertaintyCode>
        <CensusTractCertaintyType>Unknown or ResidenceStreetAddress or ResidenceZIPPlus4 or ResidenceZIPPlus2 or ResidenceZIP or POBoxZIP or ResidenceCityOrZIPWithOneCensusTract or Missing or Unmatchable or NotAttempted</CensusTractCertaintyType>
        <MicroMatchStatus>string</MicroMatchStatus>
        <PenaltyCode>string</PenaltyCode>
        <PenaltyCodeSummary>string</PenaltyCodeSummary>
        <PenaltyCodeDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </NAACCR>
      <NAACCRGISCoordinateQualityCode>string</NAACCRGISCoordinateQualityCode>
      <NAACCRGISCoordinateQualityName>string</NAACCRGISCoordinateQualityName>
      <NAACCRGISCoordinateQualityType>Unknown or AddressPoint or GPS or Parcel or StreetSegmentInterpolation or StreetIntersection or StreetCentroid or AddressZIPPlus4Centroid or AddressZIPPlus2Centroid or ManualLookup or AddressZIPCentroid or POBoxZIPCentroid or CityCentroid or CountyCentroid or Unmatchable or Missing</NAACCRGISCoordinateQualityType>
      <NAACCRCensusTractCertaintyCode>string</NAACCRCensusTractCertaintyCode>
      <NAACCRCensusTractCertaintyName>string</NAACCRCensusTractCertaintyName>
      <NAACCRCensusTractCertaintyType>Unknown or ResidenceStreetAddress or ResidenceZIPPlus4 or ResidenceZIPPlus2 or ResidenceZIP or POBoxZIP or ResidenceCityOrZIPWithOneCensusTract or Missing or Unmatchable or NotAttempted</NAACCRCensusTractCertaintyType>
      <MicroMatchStatus>string</MicroMatchStatus>
      <PenaltyCodeDetails>
        <matchScore>string</matchScore>
        <inputType>string</inputType>
        <streetType>string</streetType>
        <streetName>string</streetName>
        <city>string</city>
        <cityRefs>string</cityRefs>
        <zipPenalty>string</zipPenalty>
        <directionals>string</directionals>
        <qualifiers>string</qualifiers>
        <distance>string</distance>
        <outlierDistance>string</outlierDistance>
        <censusBlocks>string</censusBlocks>
        <censusTracts>string</censusTracts>
        <county>string</county>
        <recordCount>string</recordCount>
        <matchScoreSummary>string</matchScoreSummary>
        <inputTypeSummary>string</inputTypeSummary>
        <streetTypeSummary>string</streetTypeSummary>
        <streetNameSummary>string</streetNameSummary>
        <citySummary>string</citySummary>
        <cityRefsSummary>string</cityRefsSummary>
        <zipPenaltySummary>string</zipPenaltySummary>
        <directionalsSummary>string</directionalsSummary>
        <qualifiersSummary>string</qualifiersSummary>
        <distanceSummary>string</distanceSummary>
        <outlierDistanceSummary>string</outlierDistanceSummary>
        <censusBlocksSummary>string</censusBlocksSummary>
        <censusTractsSummary>string</censusTractsSummary>
        <countySummary>string</countySummary>
        <recordCountSummary>string</recordCountSummary>
      </PenaltyCodeDetails>
      <PenaltyCode>string</PenaltyCode>
      <PenaltyCodeSummary>string</PenaltyCodeSummary>
      <InterpolationType>Unknown or LinearInterpolation or ArealInterpolation or None or NotAttempted</InterpolationType>
      <InterpolationSubType>Unknown or LinearInterpolationAddressRange or LinearInterpolationUniformLot or LinearInterpolationActualLot or LinearInterpolationMidPoint or ArealInterpolationBoundingBoxCentroid or ArealInterpolationConvexHullCentroid or ArealInterpolationGeometricCentroid or None or NotAttempted</InterpolationSubType>
      <RegionSize>double</RegionSize>
      <RegionSizeUnits>string</RegionSizeUnits>
      <QueryStatusCodes>-1 or 0 or 200 or 400 or 401 or 402 or 403 or 410 or 411 or 412 or 413 or 414 or 420 or 421 or 450 or 451 or 470 or 471 or 472 or 480 or 481 or 482 or 500 or 501 or 502</QueryStatusCodes>
      <QueryStatusCodeName>string</QueryStatusCodeName>
      <QueryStatusCodeValue>int</QueryStatusCodeValue>
      <featureMatchingResultCount>int</featureMatchingResultCount>
      <featureMatchingResultTypeNotes>string</featureMatchingResultTypeNotes>
      <featureMatchingResultTypeTieBreakingNotes>string</featureMatchingResultTypeTieBreakingNotes>
      <tieHandlingStrategyType>Unknown or RevertToHierarchy or FlipACoin or DynamicFeatureComposition or RegionalCharacteristics or ReturnAll or ChooseFirstOne</tieHandlingStrategyType>
      <featureMatchingSelectionMethod>FeatureClassBased or UncertaintySingleFeatureArea or UncertaintyMultiFeatureGraviational or UncertaintyMultiFeatureTopological</featureMatchingSelectionMethod>
      <FeatureMatchingSelectionMethodNotes>string</FeatureMatchingSelectionMethodNotes>
      <ExceptionOccurred>boolean</ExceptionOccurred>
      <ErrorMessage>string</ErrorMessage>
      <TransactionGuid>string</TransactionGuid>
      <TimeTaken>double</TimeTaken>
      <censusRecords>
        <CensusOutputRecord d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CensusOutputRecord d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </censusRecords>
      <GeoLocationId>string</GeoLocationId>
      <InputAddress />
      <MatchedAddress />
      <ParsedAddress />
      <ReferenceFeature>
        <Address d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Area>double</Area>
        <AreaType>string</AreaType>
        <GeometrySRID>int</GeometrySRID>
        <Geometry>string</Geometry>
        <Source>Unknown or ESRIStreetMapNorthAmerica or Census2010TigerLines or Census2015TigerLines or Census2016TigerLines or Census2022TigerLines or Census2000Places or Census2000ZCTAs or Census2000CountySubRegions or Census2000Counties or Census2010Places or Census2010ConsolidatedCities or Census2010ZCTAs or Census2010CountySubRegions or Census2010Counties or Census2010States or Census2020Places or Census2020ConsolidatedCities or Census2020ZCTAs or Census2020CountySubRegions or Census2020Counties or Census2020States or ParcelCentroids or BoundarySolutionsParcelCentroids or NavteqStreets2008 or NavteqStreets2012 or NavteqStreets2021 or NavteqStreets2022 or NavteqAddressPoints2022 or NavteqAddressPoints2021 or NavteqAddressPoints2017 or NavteqAddressPoints2016 or NavteqAddressPoints2014 or NavteqAddressPoints2013 or NavteqAddressPoints2012 or ParcelGeometries or USPSTigerZipPlus4 or ZipCodeDownloadZips2013 or Dynamic or OpenAddresses or CountyParcelData or MicrosoftFootprints</Source>
        <Vintage>int</Vintage>
        <ServerName>string</ServerName>
        <PrimaryIdField>string</PrimaryIdField>
        <PrimaryIdValue>string</PrimaryIdValue>
        <SecondaryIdField>string</SecondaryIdField>
        <SecondaryIdValue>string</SecondaryIdValue>
        <InterpolationType>Unknown or LinearInterpolation or ArealInterpolation or None or NotAttempted</InterpolationType>
        <InterpolationSubType>Unknown or LinearInterpolationAddressRange or LinearInterpolationUniformLot or LinearInterpolationActualLot or LinearInterpolationMidPoint or ArealInterpolationBoundingBoxCentroid or ArealInterpolationConvexHullCentroid or ArealInterpolationGeometricCentroid or None or NotAttempted</InterpolationSubType>
      </ReferenceFeature>
      <ReferenceFeatureAddress />
      <FArea>double</FArea>
      <FAreaType>string</FAreaType>
      <FGeometrySRID>int</FGeometrySRID>
      <FGeometry>string</FGeometry>
      <FSource>string</FSource>
      <FVintage>string</FVintage>
      <FPrimaryIdField>string</FPrimaryIdField>
      <FPrimaryIdValue>string</FPrimaryIdValue>
      <FSecondaryIdField>string</FSecondaryIdField>
      <FSecondaryIdValue>string</FSecondaryIdValue>
      <ShouldOutputCensus>boolean</ShouldOutputCensus>
      <ShouldOutputParsedAddress>boolean</ShouldOutputParsedAddress>
      <ShouldOutputMatchedAddress>boolean</ShouldOutputMatchedAddress>
      <ShouldOutputReferenceFeatureAddress>boolean</ShouldOutputReferenceFeatureAddress>
      <ShouldOutputReferenceFeature>boolean</ShouldOutputReferenceFeature>
    </WebServiceGeocodeQueryResult>
    <WebServiceGeocodeQueryResult>
      <Version />
      <VersionString>string</VersionString>
      <Latitude>double</Latitude>
      <Longitude>double</Longitude>
      <MatchScore>double</MatchScore>
      <GeocodeQualityType>Unmatchable or Unknown or AddressPoint or GPS or CountyParcel or RoofTop or ParcelCentroid or PrimaryStructureEntrance or DrivewayEntrance or BuildingFrontDoor or BuildingCentroid or ExactParcelCentroidPoint or ExactParcelCentroid or NearestParcelCentroidPoint or NearestParcelCentroid or ActualLotInterpolation or UniformLotInterpolation or AddressRangeInterpolation or StreetIntersection or StreetCentroid or ZCTAPlus5Centroid or ZCTAPlus4Centroid or ZCTAPlus3Centroid or ZCTAPlus2Centroid or ZCTAPlus1Centroid or ZCTACentroid or USPSZipPlus5LineCentroid or USPSZipPlus4LineCentroid or USPSZipPlus5AreaCentroid or USPSZipPlus4AreaCentroid or USPSZipPlus3AreaCentroid or USPSZipPlus2AreaCentroid or USPSZipPlus1AreaCentroid or USPSZipAreaCentroid or CityCentroid or ConsolidatedCityCentroid or CountySubdivisionCentroid or CountyCentroid or StateCentroid or CountryCentroid or DynamicFeatureCompositionCentroid</GeocodeQualityType>
      <FeatureMatchingGeographyType>Unknown or GPS or BuildingCentroid or Building or BuildingDoor or Parcel or StreetSegment or StreetIntersection or StreetCentroid or USPSZipPlus5 or USPSZipPlus4 or USPSZipPlus3 or USPSZipPlus2 or USPSZipPlus1 or USPSZip or ZCTAPlus5 or ZCTAPlus4 or ZCTAPlus3 or ZCTAPlus2 or ZCTAPlus1 or ZCTA or City or ConsolidatedCity or MinorCivilDivision or CountySubRegion or County or State or Country or Unmatchable</FeatureMatchingGeographyType>
      <Quality>string</Quality>
      <MatchType>string</MatchType>
      <MatchedLocationType>Unmatchable or Unknown or StreetAddress or PostOfficeBox or RuralRoute or StarRoute or HighwayContractRoute or Intersection or NamedPlace or RelativeDirection or USPSZIP or City or State</MatchedLocationType>
      <FeatureMatchingResultType>Unknown or Success or Ambiguous or BrokenTie or Composite or Nearby or LessThanMinimumScore or InvalidFeature or NullFeature or Unmatchable or ExceptionOccurred</FeatureMatchingResultType>
      <NAACCR>
        <GISCoordinateQualityCode>string</GISCoordinateQualityCode>
        <GISCoordinateQualityType>Unknown or AddressPoint or GPS or Parcel or StreetSegmentInterpolation or StreetIntersection or StreetCentroid or AddressZIPPlus4Centroid or AddressZIPPlus2Centroid or ManualLookup or AddressZIPCentroid or POBoxZIPCentroid or CityCentroid or CountyCentroid or Unmatchable or Missing</GISCoordinateQualityType>
        <CensusTractCertaintyCode>string</CensusTractCertaintyCode>
        <CensusTractCertaintyType>Unknown or ResidenceStreetAddress or ResidenceZIPPlus4 or ResidenceZIPPlus2 or ResidenceZIP or POBoxZIP or ResidenceCityOrZIPWithOneCensusTract or Missing or Unmatchable or NotAttempted</CensusTractCertaintyType>
        <MicroMatchStatus>string</MicroMatchStatus>
        <PenaltyCode>string</PenaltyCode>
        <PenaltyCodeSummary>string</PenaltyCodeSummary>
        <PenaltyCodeDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </NAACCR>
      <NAACCRGISCoordinateQualityCode>string</NAACCRGISCoordinateQualityCode>
      <NAACCRGISCoordinateQualityName>string</NAACCRGISCoordinateQualityName>
      <NAACCRGISCoordinateQualityType>Unknown or AddressPoint or GPS or Parcel or StreetSegmentInterpolation or StreetIntersection or StreetCentroid or AddressZIPPlus4Centroid or AddressZIPPlus2Centroid or ManualLookup or AddressZIPCentroid or POBoxZIPCentroid or CityCentroid or CountyCentroid or Unmatchable or Missing</NAACCRGISCoordinateQualityType>
      <NAACCRCensusTractCertaintyCode>string</NAACCRCensusTractCertaintyCode>
      <NAACCRCensusTractCertaintyName>string</NAACCRCensusTractCertaintyName>
      <NAACCRCensusTractCertaintyType>Unknown or ResidenceStreetAddress or ResidenceZIPPlus4 or ResidenceZIPPlus2 or ResidenceZIP or POBoxZIP or ResidenceCityOrZIPWithOneCensusTract or Missing or Unmatchable or NotAttempted</NAACCRCensusTractCertaintyType>
      <MicroMatchStatus>string</MicroMatchStatus>
      <PenaltyCodeDetails>
        <matchScore>string</matchScore>
        <inputType>string</inputType>
        <streetType>string</streetType>
        <streetName>string</streetName>
        <city>string</city>
        <cityRefs>string</cityRefs>
        <zipPenalty>string</zipPenalty>
        <directionals>string</directionals>
        <qualifiers>string</qualifiers>
        <distance>string</distance>
        <outlierDistance>string</outlierDistance>
        <censusBlocks>string</censusBlocks>
        <censusTracts>string</censusTracts>
        <county>string</county>
        <recordCount>string</recordCount>
        <matchScoreSummary>string</matchScoreSummary>
        <inputTypeSummary>string</inputTypeSummary>
        <streetTypeSummary>string</streetTypeSummary>
        <streetNameSummary>string</streetNameSummary>
        <citySummary>string</citySummary>
        <cityRefsSummary>string</cityRefsSummary>
        <zipPenaltySummary>string</zipPenaltySummary>
        <directionalsSummary>string</directionalsSummary>
        <qualifiersSummary>string</qualifiersSummary>
        <distanceSummary>string</distanceSummary>
        <outlierDistanceSummary>string</outlierDistanceSummary>
        <censusBlocksSummary>string</censusBlocksSummary>
        <censusTractsSummary>string</censusTractsSummary>
        <countySummary>string</countySummary>
        <recordCountSummary>string</recordCountSummary>
      </PenaltyCodeDetails>
      <PenaltyCode>string</PenaltyCode>
      <PenaltyCodeSummary>string</PenaltyCodeSummary>
      <InterpolationType>Unknown or LinearInterpolation or ArealInterpolation or None or NotAttempted</InterpolationType>
      <InterpolationSubType>Unknown or LinearInterpolationAddressRange or LinearInterpolationUniformLot or LinearInterpolationActualLot or LinearInterpolationMidPoint or ArealInterpolationBoundingBoxCentroid or ArealInterpolationConvexHullCentroid or ArealInterpolationGeometricCentroid or None or NotAttempted</InterpolationSubType>
      <RegionSize>double</RegionSize>
      <RegionSizeUnits>string</RegionSizeUnits>
      <QueryStatusCodes>-1 or 0 or 200 or 400 or 401 or 402 or 403 or 410 or 411 or 412 or 413 or 414 or 420 or 421 or 450 or 451 or 470 or 471 or 472 or 480 or 481 or 482 or 500 or 501 or 502</QueryStatusCodes>
      <QueryStatusCodeName>string</QueryStatusCodeName>
      <QueryStatusCodeValue>int</QueryStatusCodeValue>
      <featureMatchingResultCount>int</featureMatchingResultCount>
      <featureMatchingResultTypeNotes>string</featureMatchingResultTypeNotes>
      <featureMatchingResultTypeTieBreakingNotes>string</featureMatchingResultTypeTieBreakingNotes>
      <tieHandlingStrategyType>Unknown or RevertToHierarchy or FlipACoin or DynamicFeatureComposition or RegionalCharacteristics or ReturnAll or ChooseFirstOne</tieHandlingStrategyType>
      <featureMatchingSelectionMethod>FeatureClassBased or UncertaintySingleFeatureArea or UncertaintyMultiFeatureGraviational or UncertaintyMultiFeatureTopological</featureMatchingSelectionMethod>
      <FeatureMatchingSelectionMethodNotes>string</FeatureMatchingSelectionMethodNotes>
      <ExceptionOccurred>boolean</ExceptionOccurred>
      <ErrorMessage>string</ErrorMessage>
      <TransactionGuid>string</TransactionGuid>
      <TimeTaken>double</TimeTaken>
      <censusRecords>
        <CensusOutputRecord d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CensusOutputRecord d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </censusRecords>
      <GeoLocationId>string</GeoLocationId>
      <InputAddress />
      <MatchedAddress />
      <ParsedAddress />
      <ReferenceFeature>
        <Address d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Area>double</Area>
        <AreaType>string</AreaType>
        <GeometrySRID>int</GeometrySRID>
        <Geometry>string</Geometry>
        <Source>Unknown or ESRIStreetMapNorthAmerica or Census2010TigerLines or Census2015TigerLines or Census2016TigerLines or Census2022TigerLines or Census2000Places or Census2000ZCTAs or Census2000CountySubRegions or Census2000Counties or Census2010Places or Census2010ConsolidatedCities or Census2010ZCTAs or Census2010CountySubRegions or Census2010Counties or Census2010States or Census2020Places or Census2020ConsolidatedCities or Census2020ZCTAs or Census2020CountySubRegions or Census2020Counties or Census2020States or ParcelCentroids or BoundarySolutionsParcelCentroids or NavteqStreets2008 or NavteqStreets2012 or NavteqStreets2021 or NavteqStreets2022 or NavteqAddressPoints2022 or NavteqAddressPoints2021 or NavteqAddressPoints2017 or NavteqAddressPoints2016 or NavteqAddressPoints2014 or NavteqAddressPoints2013 or NavteqAddressPoints2012 or ParcelGeometries or USPSTigerZipPlus4 or ZipCodeDownloadZips2013 or Dynamic or OpenAddresses or CountyParcelData or MicrosoftFootprints</Source>
        <Vintage>int</Vintage>
        <ServerName>string</ServerName>
        <PrimaryIdField>string</PrimaryIdField>
        <PrimaryIdValue>string</PrimaryIdValue>
        <SecondaryIdField>string</SecondaryIdField>
        <SecondaryIdValue>string</SecondaryIdValue>
        <InterpolationType>Unknown or LinearInterpolation or ArealInterpolation or None or NotAttempted</InterpolationType>
        <InterpolationSubType>Unknown or LinearInterpolationAddressRange or LinearInterpolationUniformLot or LinearInterpolationActualLot or LinearInterpolationMidPoint or ArealInterpolationBoundingBoxCentroid or ArealInterpolationConvexHullCentroid or ArealInterpolationGeometricCentroid or None or NotAttempted</InterpolationSubType>
      </ReferenceFeature>
      <ReferenceFeatureAddress />
      <FArea>double</FArea>
      <FAreaType>string</FAreaType>
      <FGeometrySRID>int</FGeometrySRID>
      <FGeometry>string</FGeometry>
      <FSource>string</FSource>
      <FVintage>string</FVintage>
      <FPrimaryIdField>string</FPrimaryIdField>
      <FPrimaryIdValue>string</FPrimaryIdValue>
      <FSecondaryIdField>string</FSecondaryIdField>
      <FSecondaryIdValue>string</FSecondaryIdValue>
      <ShouldOutputCensus>boolean</ShouldOutputCensus>
      <ShouldOutputParsedAddress>boolean</ShouldOutputParsedAddress>
      <ShouldOutputMatchedAddress>boolean</ShouldOutputMatchedAddress>
      <ShouldOutputReferenceFeatureAddress>boolean</ShouldOutputReferenceFeatureAddress>
      <ShouldOutputReferenceFeature>boolean</ShouldOutputReferenceFeature>
    </WebServiceGeocodeQueryResult>
  </Results>
</WebServiceGeocodeQueryResultSet>