Chapter 3.5 - Florida Certified

AFC Geo SaaS Pro Soap is certified in the state of Florida. Addresses that are certified by Florida have a couple characteristics to look for:

  • Network ID (NetworkID) is blank
  • Score (Score) is 1

Florida Example

Enter a Florida address in inputAddress.

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
<s:Header>
<o:Security s:mustUnderstand="1" xmlns:o="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<o:UsernameToken>
<o:Username>USERNAME</o:Username>
<o:Password>PASSWORD</o:Password>
</o:UsernameToken>
</o:Security>
</s:Header>
<s:Body>
<GeocodeAddress xmlns="http://tempuri.org/">
<inputAddress xmlns:a="http://schemas.datacontract.org/2004/07/EZGeoSaaS" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<a:CassCertify>true</a:CassCertify>
<a:City>ST PETERSBURG</a:City>
<a:CityStateZip/>
<a:MinimumScore>0.7</a:MinimumScore>
<a:Offset>3</a:Offset>
<a:Options>312</a:Options>
<a:SecondaryUnit/>
<a:State>FL</a:State>
<a:StreetAddress>200 37TH AVE N</a:StreetAddress>
<a:Zip>33704</a:Zip>
</inputAddress>
</GeocodeAddress>
</s:Body>
</s:Envelope>

Response

A jurisdiction is returned in Florida with no NetworkID and a Score of 1.

View the Response XML
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" xmlns:u="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<s:Header>
<o:Security s:mustUnderstand="1" xmlns:o="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<u:Timestamp u:Id="_0">
<u:Created>2019-02-07T20:50:56.959Z</u:Created>
<u:Expires>2019-02-07T20:55:56.959Z</u:Expires>
</u:Timestamp>
</o:Security>
</s:Header>
<s:Body>
<GeocodeAddressResponse xmlns="http://tempuri.org/">
<GeocodeAddressResult xmlns:a="http://schemas.datacontract.org/2004/07/EZGeoSaaS" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<a:Alternate>0</a:Alternate>
<a:CassAddress>
<a:Address xmlns:b="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<b:string>200 37TH AVE N</b:string>
<b:string>ST PETERSBURG, FL 33704-1416</b:string>
</a:Address>
<a:AddressLine>200 37TH AVE N</a:AddressLine>
<a:AddressQualityFlags>S4W</a:AddressQualityFlags>
<a:CarrierRoute>C017</a:CarrierRoute>
<a:City>ST PETERSBURG</a:City>
<a:CityStateZip>ST PETERSBURG, FL 33704-1416</a:CityStateZip>
<a:CountyCode>103</a:CountyCode>
<a:DeliveryPointValidation>3</a:DeliveryPointValidation>
<a:EnhancedLineOfTravel>0</a:EnhancedLineOfTravel>
<a:Reliability>97</a:Reliability>
<a:State>FL</a:State>
<a:USPSBarCode>/337041416001/</a:USPSBarCode>
<a:Zip>33704</a:Zip>
<a:Zip4>1416</a:Zip4>
</a:CassAddress>
<a:CensusBlockGroup>1012</a:CensusBlockGroup>
<a:CensusTract>23900</a:CensusTract>
<a:CityName>ST PETERSBURG</a:CityName>
<a:Country>USA</a:Country>
<a:County>PINELLAS</a:County>
<a:ErrorMessage/>
<a:FeatureID>2405401</a:FeatureID>
<a:FipsCode>1210363000</a:FipsCode>
<a:FipsPlaceName>ST PETERSBURG</a:FipsPlaceName>
<a:Incorporated>true</a:Incorporated>
<a:InputAddress xmlns:b="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<b:string>200 37TH AVE N</b:string>
<b:string>ST PETERSBURG,FL 33704</b:string>
</a:InputAddress>
<a:Latitude>27.80579</a:Latitude>
<a:Longitude>-82.635775</a:Longitude>
<a:NetworkID/>
<a:PCode>609600</a:PCode>
<a:PostalCode>33704</a:PostalCode>
<a:PostalCodeExtension>1416</a:PostalCodeExtension>
<a:PrimaryJurisdictionName>ST PETERSBURG</a:PrimaryJurisdictionName>
<a:PrimaryJurisdictionPCode>609600</a:PrimaryJurisdictionPCode>
<a:Score>1</a:Score>
<a:SecondaryUnit/>
<a:SpecialTaxDistrictName i:nil="true"/>
<a:SpecialTaxDistrictPCode>-1</a:SpecialTaxDistrictPCode>
<a:StandardizedAddress xmlns:b="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<b:string>200 37TH AVE N</b:string>
<b:string>ST PETERSBURG,FL 33704-1416</b:string>
</a:StandardizedAddress>
<a:StateName>FL</a:StateName>
<a:StreetName>37TH AVE N</a:StreetName>
<a:StreetNumber>200</a:StreetNumber>
<a:TaxJurisdictionName>ST PETERSBURG</a:TaxJurisdictionName>
<a:TimeZone/>
<a:UnderlyingFipsCode>1210363000</a:UnderlyingFipsCode>
</GeocodeAddressResult>
</GeocodeAddressResponse>
</s:Body>
</s:Envelope>

See Also

Input

Results