DeterministicNormalizationService_V02_96


Click here for a complete list of operations.

ParseStreetAddressToAddressFormat

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
nonParsedStreetAddress:
addressFormatType:
apiKey:
version:
shouldNotStore:

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

<?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>
    <ParseStreetAddressToAddressFormat xmlns="http://geoservices.tamu.edu/">
      <nonParsedStreetAddress>string</nonParsedStreetAddress>
      <addressFormatType>USPSPublication28 or USCensusTiger or LACounty</addressFormatType>
      <apiKey>string</apiKey>
      <version>double</version>
      <shouldNotStore>boolean</shouldNotStore>
    </ParseStreetAddressToAddressFormat>
  </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>
    <ParseStreetAddressToAddressFormatResponse xmlns="http://geoservices.tamu.edu/">
      <ParseStreetAddressToAddressFormatResult>
        <TransactionId>string</TransactionId>
        <QueryStatusCodes>-1 or 200 or 400 or 401 or 402 or 403 or 450 or 451 or 460 or 461 or 462 or 463 or 464 or 470 or 471 or 472 or 473 or 480 or 481 or 482 or 500 or 501</QueryStatusCodes>
        <QueryStatusCodeName>string</QueryStatusCodeName>
        <QueryStatusCodeValue>int</QueryStatusCodeValue>
        <Version>double</Version>
        <Number>string</Number>
        <NumberFractional>string</NumberFractional>
        <PreDirectional>string</PreDirectional>
        <PreQualifier>string</PreQualifier>
        <PreType>string</PreType>
        <PreArticle>string</PreArticle>
        <Name>string</Name>
        <Suffix>string</Suffix>
        <PostArticle>string</PostArticle>
        <PostQualifier>string</PostQualifier>
        <PostDirectional>string</PostDirectional>
        <SuiteType>string</SuiteType>
        <SuiteNumber>string</SuiteNumber>
        <City>string</City>
        <State>string</State>
        <Zip>string</Zip>
        <ZipPlus1>string</ZipPlus1>
        <ZipPlus2>string</ZipPlus2>
        <ZipPlus3>string</ZipPlus3>
        <ZipPlus4>string</ZipPlus4>
        <ZipPlus5>string</ZipPlus5>
        <PostOfficeBoxType>string</PostOfficeBoxType>
        <PostOfficeBoxNumber>string</PostOfficeBoxNumber>
      </ParseStreetAddressToAddressFormatResult>
    </ParseStreetAddressToAddressFormatResponse>
  </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 /Services/AddressNormalization/WebService/DeterministicNormalizationService_V02_96.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>
    <ParseStreetAddressToAddressFormat xmlns="http://geoservices.tamu.edu/">
      <nonParsedStreetAddress>string</nonParsedStreetAddress>
      <addressFormatType>USPSPublication28 or USCensusTiger or LACounty</addressFormatType>
      <apiKey>string</apiKey>
      <version>double</version>
      <shouldNotStore>boolean</shouldNotStore>
    </ParseStreetAddressToAddressFormat>
  </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>
    <ParseStreetAddressToAddressFormatResponse xmlns="http://geoservices.tamu.edu/">
      <ParseStreetAddressToAddressFormatResult>
        <TransactionId>string</TransactionId>
        <QueryStatusCodes>-1 or 200 or 400 or 401 or 402 or 403 or 450 or 451 or 460 or 461 or 462 or 463 or 464 or 470 or 471 or 472 or 473 or 480 or 481 or 482 or 500 or 501</QueryStatusCodes>
        <QueryStatusCodeName>string</QueryStatusCodeName>
        <QueryStatusCodeValue>int</QueryStatusCodeValue>
        <Version>double</Version>
        <Number>string</Number>
        <NumberFractional>string</NumberFractional>
        <PreDirectional>string</PreDirectional>
        <PreQualifier>string</PreQualifier>
        <PreType>string</PreType>
        <PreArticle>string</PreArticle>
        <Name>string</Name>
        <Suffix>string</Suffix>
        <PostArticle>string</PostArticle>
        <PostQualifier>string</PostQualifier>
        <PostDirectional>string</PostDirectional>
        <SuiteType>string</SuiteType>
        <SuiteNumber>string</SuiteNumber>
        <City>string</City>
        <State>string</State>
        <Zip>string</Zip>
        <ZipPlus1>string</ZipPlus1>
        <ZipPlus2>string</ZipPlus2>
        <ZipPlus3>string</ZipPlus3>
        <ZipPlus4>string</ZipPlus4>
        <ZipPlus5>string</ZipPlus5>
        <PostOfficeBoxType>string</PostOfficeBoxType>
        <PostOfficeBoxNumber>string</PostOfficeBoxNumber>
      </ParseStreetAddressToAddressFormatResult>
    </ParseStreetAddressToAddressFormatResponse>
  </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 /Services/AddressNormalization/WebService/DeterministicNormalizationService_V02_96.asmx/ParseStreetAddressToAddressFormat?nonParsedStreetAddress=string&addressFormatType=string&apiKey=string&version=string&shouldNotStore=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"?>
<DeterministicNormalizationServiceResult xmlns="http://geoservices.tamu.edu/">
  <TransactionId>string</TransactionId>
  <QueryStatusCodes>-1 or 200 or 400 or 401 or 402 or 403 or 450 or 451 or 460 or 461 or 462 or 463 or 464 or 470 or 471 or 472 or 473 or 480 or 481 or 482 or 500 or 501</QueryStatusCodes>
  <QueryStatusCodeName>string</QueryStatusCodeName>
  <QueryStatusCodeValue>int</QueryStatusCodeValue>
  <Version>double</Version>
  <Number>string</Number>
  <NumberFractional>string</NumberFractional>
  <PreDirectional>string</PreDirectional>
  <PreQualifier>string</PreQualifier>
  <PreType>string</PreType>
  <PreArticle>string</PreArticle>
  <Name>string</Name>
  <Suffix>string</Suffix>
  <PostArticle>string</PostArticle>
  <PostQualifier>string</PostQualifier>
  <PostDirectional>string</PostDirectional>
  <SuiteType>string</SuiteType>
  <SuiteNumber>string</SuiteNumber>
  <City>string</City>
  <State>string</State>
  <Zip>string</Zip>
  <ZipPlus1>string</ZipPlus1>
  <ZipPlus2>string</ZipPlus2>
  <ZipPlus3>string</ZipPlus3>
  <ZipPlus4>string</ZipPlus4>
  <ZipPlus5>string</ZipPlus5>
  <PostOfficeBoxType>string</PostOfficeBoxType>
  <PostOfficeBoxNumber>string</PostOfficeBoxNumber>
</DeterministicNormalizationServiceResult>

HTTP POST

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

POST /Services/AddressNormalization/WebService/DeterministicNormalizationService_V02_96.asmx/ParseStreetAddressToAddressFormat HTTP/1.1
Host: geoservices.tamu.edu
Content-Type: application/x-www-form-urlencoded
Content-Length: length

nonParsedStreetAddress=string&addressFormatType=string&apiKey=string&version=string&shouldNotStore=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<DeterministicNormalizationServiceResult xmlns="http://geoservices.tamu.edu/">
  <TransactionId>string</TransactionId>
  <QueryStatusCodes>-1 or 200 or 400 or 401 or 402 or 403 or 450 or 451 or 460 or 461 or 462 or 463 or 464 or 470 or 471 or 472 or 473 or 480 or 481 or 482 or 500 or 501</QueryStatusCodes>
  <QueryStatusCodeName>string</QueryStatusCodeName>
  <QueryStatusCodeValue>int</QueryStatusCodeValue>
  <Version>double</Version>
  <Number>string</Number>
  <NumberFractional>string</NumberFractional>
  <PreDirectional>string</PreDirectional>
  <PreQualifier>string</PreQualifier>
  <PreType>string</PreType>
  <PreArticle>string</PreArticle>
  <Name>string</Name>
  <Suffix>string</Suffix>
  <PostArticle>string</PostArticle>
  <PostQualifier>string</PostQualifier>
  <PostDirectional>string</PostDirectional>
  <SuiteType>string</SuiteType>
  <SuiteNumber>string</SuiteNumber>
  <City>string</City>
  <State>string</State>
  <Zip>string</Zip>
  <ZipPlus1>string</ZipPlus1>
  <ZipPlus2>string</ZipPlus2>
  <ZipPlus3>string</ZipPlus3>
  <ZipPlus4>string</ZipPlus4>
  <ZipPlus5>string</ZipPlus5>
  <PostOfficeBoxType>string</PostOfficeBoxType>
  <PostOfficeBoxNumber>string</PostOfficeBoxNumber>
</DeterministicNormalizationServiceResult>