Zip Search:XML Response:Find City in State

From Melissa Data Wiki
Jump to navigation Jump to search


Sample XML Response

<?xml version="1.0" ?> 
<ResponseArray xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Version xmlns="urn:mdWebServiceZipSearch">2.0.22</Version> 
  <TransmissionReference xmlns="urn:mdWebServiceZipSearch">Test
  </TransmissionReference> 
  <Results xmlns="urn:mdWebServiceZipSearch">ZS03</Results> 
  <TotalRecords xmlns="urn:mdWebServiceZipSearch">1</TotalRecords> 
  <ZipRecord xmlns="urn:mdWebServiceZipSearch">
    <RecordID>1</RecordID> 
    <Zip>00000</Zip> 
    <ZipType /> 
    <City>
      <Name>Rancho Santa Margarita</Name> 
      <Abbreviation>Rcho Sta Marg</Abbreviation> 
    </City>
    <County>
      <Name /> 
      <FIPS /> 
    </County>
    <State>CA</State> 
    <AreaCode /> 
    <TimeZone>
      <Name /> 
      <Code /> 
    </TimeZone>
    <Latitude>0.0000</Latitude> 
    <Longitude>0.0000</Longitude> 
    <LastLineIndicator /> 
    <LastLineNumber /> 
    <PreferredLastLineNumber /> 
    <FacilityCode /> 
  </ZipRecord>
</ResponseArray>