DeterministicNormalizationService


Click here for a complete list of operations.

ParseStreetAddressCityStateZipToAddressFormatWithSourceTracking

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
nonParsedStreetAddress:
nonParsedCity:
nonParsedState:
nonParsedZip:
addressFormatTypes:
requestIPAddress:
apiKey:
version:
shouldNotStore:
source:
queryMedium:
processGuid:
clientHost:

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/AddressNormalization/V5/Soap/default.asmx HTTP/1.1
Host: geoservices.tamu.edu
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://geoservices.tamu.edu/ParseStreetAddressCityStateZipToAddressFormatWithSourceTracking"

<?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>
    <ParseStreetAddressCityStateZipToAddressFormatWithSourceTracking xmlns="http://geoservices.tamu.edu/">
      <nonParsedStreetAddress>string</nonParsedStreetAddress>
      <nonParsedCity>string</nonParsedCity>
      <nonParsedState>string</nonParsedState>
      <nonParsedZip>string</nonParsedZip>
      <addressFormatTypes>string</addressFormatTypes>
      <requestIPAddress>string</requestIPAddress>
      <apiKey>string</apiKey>
      <version>string</version>
      <shouldNotStore>boolean</shouldNotStore>
      <source>string</source>
      <queryMedium>SoapApi or HttpApi or KmlApi or HtmlForm or BatchProcess</queryMedium>
      <processGuid>string</processGuid>
      <clientHost>string</clientHost>
    </ParseStreetAddressCityStateZipToAddressFormatWithSourceTracking>
  </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>
    <ParseStreetAddressCityStateZipToAddressFormatWithSourceTrackingResponse xmlns="http://geoservices.tamu.edu/">
      <ParseStreetAddressCityStateZipToAddressFormatWithSourceTrackingResult>
        <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>
        <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>
          <AddressFormatTypes>
            <string>string</string>
            <string>string</string>
          </AddressFormatTypes>
          <MultiThreading>boolean</MultiThreading>
          <IncludeHeader>boolean</IncludeHeader>
          <Verbose>boolean</Verbose>
          <OutputFormat>string</OutputFormat>
          <OutputStatistics>boolean</OutputStatistics>
          <OutputReferenceQuerySql>boolean</OutputReferenceQuerySql>
        </InputParameterSet>
        <Results>
          <DeterministicNormalizationServiceResult>
            <TimeTaken>double</TimeTaken>
            <ExceptionOccurred>boolean</ExceptionOccurred>
            <ErrorMessage>string</ErrorMessage>
            <ParsedAddress xsi:nil="true" />
          </DeterministicNormalizationServiceResult>
          <DeterministicNormalizationServiceResult>
            <TimeTaken>double</TimeTaken>
            <ExceptionOccurred>boolean</ExceptionOccurred>
            <ErrorMessage>string</ErrorMessage>
            <ParsedAddress xsi:nil="true" />
          </DeterministicNormalizationServiceResult>
        </Results>
      </ParseStreetAddressCityStateZipToAddressFormatWithSourceTrackingResult>
    </ParseStreetAddressCityStateZipToAddressFormatWithSourceTrackingResponse>
  </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/AddressNormalization/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>
    <ParseStreetAddressCityStateZipToAddressFormatWithSourceTracking xmlns="http://geoservices.tamu.edu/">
      <nonParsedStreetAddress>string</nonParsedStreetAddress>
      <nonParsedCity>string</nonParsedCity>
      <nonParsedState>string</nonParsedState>
      <nonParsedZip>string</nonParsedZip>
      <addressFormatTypes>string</addressFormatTypes>
      <requestIPAddress>string</requestIPAddress>
      <apiKey>string</apiKey>
      <version>string</version>
      <shouldNotStore>boolean</shouldNotStore>
      <source>string</source>
      <queryMedium>SoapApi or HttpApi or KmlApi or HtmlForm or BatchProcess</queryMedium>
      <processGuid>string</processGuid>
      <clientHost>string</clientHost>
    </ParseStreetAddressCityStateZipToAddressFormatWithSourceTracking>
  </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>
    <ParseStreetAddressCityStateZipToAddressFormatWithSourceTrackingResponse xmlns="http://geoservices.tamu.edu/">
      <ParseStreetAddressCityStateZipToAddressFormatWithSourceTrackingResult>
        <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>
        <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>
          <AddressFormatTypes>
            <string>string</string>
            <string>string</string>
          </AddressFormatTypes>
          <MultiThreading>boolean</MultiThreading>
          <IncludeHeader>boolean</IncludeHeader>
          <Verbose>boolean</Verbose>
          <OutputFormat>string</OutputFormat>
          <OutputStatistics>boolean</OutputStatistics>
          <OutputReferenceQuerySql>boolean</OutputReferenceQuerySql>
        </InputParameterSet>
        <Results>
          <DeterministicNormalizationServiceResult>
            <TimeTaken>double</TimeTaken>
            <ExceptionOccurred>boolean</ExceptionOccurred>
            <ErrorMessage>string</ErrorMessage>
            <ParsedAddress xsi:nil="true" />
          </DeterministicNormalizationServiceResult>
          <DeterministicNormalizationServiceResult>
            <TimeTaken>double</TimeTaken>
            <ExceptionOccurred>boolean</ExceptionOccurred>
            <ErrorMessage>string</ErrorMessage>
            <ParsedAddress xsi:nil="true" />
          </DeterministicNormalizationServiceResult>
        </Results>
      </ParseStreetAddressCityStateZipToAddressFormatWithSourceTrackingResult>
    </ParseStreetAddressCityStateZipToAddressFormatWithSourceTrackingResponse>
  </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/AddressNormalization/V5/Soap/default.asmx/ParseStreetAddressCityStateZipToAddressFormatWithSourceTracking?nonParsedStreetAddress=string&nonParsedCity=string&nonParsedState=string&nonParsedZip=string&addressFormatTypes=string&requestIPAddress=string&apiKey=string&version=string&shouldNotStore=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"?>
<DeterministicNormalizationServiceResultSet xmlns="http://geoservices.tamu.edu/">
  <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>
  <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>
    <AddressFormatTypes>
      <string>string</string>
      <string>string</string>
    </AddressFormatTypes>
    <MultiThreading>boolean</MultiThreading>
    <IncludeHeader>boolean</IncludeHeader>
    <Verbose>boolean</Verbose>
    <OutputFormat>string</OutputFormat>
    <OutputStatistics>boolean</OutputStatistics>
    <OutputReferenceQuerySql>boolean</OutputReferenceQuerySql>
  </InputParameterSet>
  <Results>
    <DeterministicNormalizationServiceResult>
      <TimeTaken>double</TimeTaken>
      <ExceptionOccurred>boolean</ExceptionOccurred>
      <ErrorMessage>string</ErrorMessage>
      <ParsedAddress />
    </DeterministicNormalizationServiceResult>
    <DeterministicNormalizationServiceResult>
      <TimeTaken>double</TimeTaken>
      <ExceptionOccurred>boolean</ExceptionOccurred>
      <ErrorMessage>string</ErrorMessage>
      <ParsedAddress />
    </DeterministicNormalizationServiceResult>
  </Results>
</DeterministicNormalizationServiceResultSet>

HTTP POST

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

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

nonParsedStreetAddress=string&nonParsedCity=string&nonParsedState=string&nonParsedZip=string&addressFormatTypes=string&requestIPAddress=string&apiKey=string&version=string&shouldNotStore=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"?>
<DeterministicNormalizationServiceResultSet xmlns="http://geoservices.tamu.edu/">
  <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>
  <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>
    <AddressFormatTypes>
      <string>string</string>
      <string>string</string>
    </AddressFormatTypes>
    <MultiThreading>boolean</MultiThreading>
    <IncludeHeader>boolean</IncludeHeader>
    <Verbose>boolean</Verbose>
    <OutputFormat>string</OutputFormat>
    <OutputStatistics>boolean</OutputStatistics>
    <OutputReferenceQuerySql>boolean</OutputReferenceQuerySql>
  </InputParameterSet>
  <Results>
    <DeterministicNormalizationServiceResult>
      <TimeTaken>double</TimeTaken>
      <ExceptionOccurred>boolean</ExceptionOccurred>
      <ErrorMessage>string</ErrorMessage>
      <ParsedAddress />
    </DeterministicNormalizationServiceResult>
    <DeterministicNormalizationServiceResult>
      <TimeTaken>double</TimeTaken>
      <ExceptionOccurred>boolean</ExceptionOccurred>
      <ErrorMessage>string</ErrorMessage>
      <ParsedAddress />
    </DeterministicNormalizationServiceResult>
  </Results>
</DeterministicNormalizationServiceResultSet>