ReversePBKeyLookup Resource

Resource URL

http://server:port/soap/ReversePBKeyLookup

Example

The following shows a SOAP request:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"​xmlns:rev="http://www.pb.com/spectrum/services/ReversePBKeyLookup">
   <soapenv:Header/>
   <soapenv:Body>
      <rev:ReversePBKeyLookupRequest>
         <rev:input_port>
            <rev:Input>
               <rev:PBKey>P00003PZ8QKG</rev:PBKey>
            </rev:Input>
         </rev:input_port>
      </rev:ReversePBKeyLookupRequest>
   </soapenv:Body>
</soapenv:Envelope>

This would be the response:

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns3:ReversePBKeyLookupResponse xmlns:ns2="http://spectrum.pb.com/"​xmlns:ns3="http://www.pb.com/spectrum/services/ReversePBKeyLookup">
         <ns3:output_port>
            <ns3:Address>
               <ns3:Latitude>40.051418</ns3:Latitude>
               <ns3:Longitude>105.265424</ns3:Longitude>
               <ns3:StreetSide>L</ns3:StreetSide>
               <ns3:Distance/>
               <ns3:PercentGeocode/>
               <ns3:FirmName/>
               <ns3:AddressLine1>2440 Tamarack Ave;</ns3:AddressLine1>
               <ns3:AddressLine2/>
               <ns3:LastLine>Boulder, CO  80304-0987</ns3:LastLine>
               <ns3:AdditionalInputData/>
               <ns3:City>Boulder</ns3:City>
               <ns3:StateProvince>CO</ns3:StateProvince>
               <ns3:PostalCode.Base>80304</ns3:PostalCode.Base>
               <ns3:PostalCode.AddOn>0987</ns3:PostalCode.AddOn>
               <ns3:PostalCode>80304-0987</ns3:PostalCode>
               <ns3:USUrbanName/>
               <ns3:Country>United States of America</ns3:Country>
               <ns3:LocationCode>AP02</ns3:LocationCode>
               <ns3:MatchCode>V000</ns3:MatchCode>
               <ns3:StreetDataType>MASTER LOCATION</ns3:StreetDataType>
               <ns3:PBKey>P00003PZ8QKG</ns3:PBKey>
               <ns3:Confidence>96</ns3:Confidence>
               <ns3:ProcessedBy>KGL</ns3:ProcessedBy>
               <ns3:Status/>
               <ns3:Status.Code/>
               <ns3:Status.Description/>
               <ns3:user_fields/>
            </ns3:Address>
         </ns3:output_port>
      </ns3:ReversePBKeyLookupResponse>
   </soap:Body>
</soap:Envelope>