Street Search:XML Response: Difference between revisions
Jump to navigation
Jump to search
Created page with "__NOTOC__ ==Sample XML Response== <pre> <?xml version="1.0" ?> <ResponseArray xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta..." |
No edit summary |
||
Line 6: | Line 6: | ||
<ResponseArray xmlns:xsd="http://www.w3.org/2001/XMLSchema" | <ResponseArray xmlns:xsd="http://www.w3.org/2001/XMLSchema" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<Version xmlns="urn: | <Version xmlns="urn:mdWebServiceStreetSearch">2.0.20</Version> | ||
<TransmissionReference xmlns="urn: | <TransmissionReference xmlns="urn:mdWebServiceStreetSearch">Test | ||
</TransmissionReference> | </TransmissionReference> | ||
<Results xmlns="urn: | <Results xmlns="urn:mdWebServiceStreetSearch">SS02</Results> | ||
<TotalRecords xmlns="urn: | <TotalRecords xmlns="urn:mdWebServiceStreetSearch">30</TotalRecords> | ||
< | <StreetRecord xmlns="urn:mdWebServiceStreetSearch"> | ||
<RecordID>1</RecordID> | <RecordID>1</RecordID> | ||
< | <Company /> | ||
< | <PrimaryRange> | ||
<High>22398</High> | |||
< | <Low>22300</Low> | ||
<Suffix> | <OddEven>E</OddEven> | ||
< | </PrimaryRange> | ||
< | <Street> | ||
< | <PreDirection /> | ||
< | <Name>EMPRESA</Name> | ||
< | <Suffix>AVDA</Suffix> | ||
< | <PostDirection /> | ||
< | </Street> | ||
<Suite> | |||
<Name /> | |||
</ | <High /> | ||
< | <Low /> | ||
<OddEven /> | |||
</Suite> | |||
</ | <FullAddressLine>22300-22398 Even AVENIDA EMPRESA</FullAddressLine> | ||
</ | <Zip> | ||
</ | <Zip5>92688</Zip5> | ||
<Plus4Low>2112</Plus4Low> | |||
<Plus4High>2112</Plus4High> | |||
</Zip> | |||
<CarrierRoute>C059</CarrierRoute> | |||
<Urbanization> | |||
<Code /> | |||
<Name /> | |||
</Urbanization> | |||
<AddressType>S</AddressType> | |||
<LACSIndicator /> | |||
<BaseAlternateIndicator>B</BaseAlternateIndicator> | |||
</StreetRecord> | |||
... | |||
<StreetRecord xmlns="urn:mdWebServiceStreetSearch"> | |||
<RecordID>30</RecordID> | |||
<Company /> | |||
<PrimaryRange> | |||
<High>22342A</High> | |||
<Low>22342A</Low> | |||
<OddEven>E</OddEven> | |||
</PrimaryRange> | |||
<Street> | |||
<PreDirection /> | |||
<Name>EMPRESA</Name> | |||
<Suffix>AVDA</Suffix> | |||
<PostDirection /> | |||
</Street> | |||
<Suite> | |||
<Name>STE</Name> | |||
<High>102A</High> | |||
<Low>100A</Low> | |||
<OddEven>B</OddEven> | |||
</Suite> | |||
<FullAddressLine>22342A-22342A Even AVENIDA EMPRESA STE 100A-102A</FullAddressLine> | |||
<Zip> | |||
<Zip5>92688</Zip5> | |||
<Plus4Low>2126</Plus4Low> | |||
<Plus4High>2126</Plus4High> | |||
</Zip> | |||
<CarrierRoute>C059</CarrierRoute> | |||
<Urbanization> | |||
<Code /> | |||
<Name /> | |||
</Urbanization> | |||
<AddressType>H</AddressType> | |||
<LACSIndicator /> | |||
<BaseAlternateIndicator>B</BaseAlternateIndicator> | |||
</StreetRecord> | |||
</ResponseArray> | </ResponseArray> | ||
</pre> | </pre> |
Revision as of 19:31, 5 September 2012
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:mdWebServiceStreetSearch">2.0.20</Version> <TransmissionReference xmlns="urn:mdWebServiceStreetSearch">Test </TransmissionReference> <Results xmlns="urn:mdWebServiceStreetSearch">SS02</Results> <TotalRecords xmlns="urn:mdWebServiceStreetSearch">30</TotalRecords> <StreetRecord xmlns="urn:mdWebServiceStreetSearch"> <RecordID>1</RecordID> <Company /> <PrimaryRange> <High>22398</High> <Low>22300</Low> <OddEven>E</OddEven> </PrimaryRange> <Street> <PreDirection /> <Name>EMPRESA</Name> <Suffix>AVDA</Suffix> <PostDirection /> </Street> <Suite> <Name /> <High /> <Low /> <OddEven /> </Suite> <FullAddressLine>22300-22398 Even AVENIDA EMPRESA</FullAddressLine> <Zip> <Zip5>92688</Zip5> <Plus4Low>2112</Plus4Low> <Plus4High>2112</Plus4High> </Zip> <CarrierRoute>C059</CarrierRoute> <Urbanization> <Code /> <Name /> </Urbanization> <AddressType>S</AddressType> <LACSIndicator /> <BaseAlternateIndicator>B</BaseAlternateIndicator> </StreetRecord> ... <StreetRecord xmlns="urn:mdWebServiceStreetSearch"> <RecordID>30</RecordID> <Company /> <PrimaryRange> <High>22342A</High> <Low>22342A</Low> <OddEven>E</OddEven> </PrimaryRange> <Street> <PreDirection /> <Name>EMPRESA</Name> <Suffix>AVDA</Suffix> <PostDirection /> </Street> <Suite> <Name>STE</Name> <High>102A</High> <Low>100A</Low> <OddEven>B</OddEven> </Suite> <FullAddressLine>22342A-22342A Even AVENIDA EMPRESA STE 100A-102A</FullAddressLine> <Zip> <Zip5>92688</Zip5> <Plus4Low>2126</Plus4Low> <Plus4High>2126</Plus4High> </Zip> <CarrierRoute>C059</CarrierRoute> <Urbanization> <Code /> <Name /> </Urbanization> <AddressType>H</AddressType> <LACSIndicator /> <BaseAlternateIndicator>B</BaseAlternateIndicator> </StreetRecord> </ResponseArray>