PsapAhjLookupUS - Spectrum_OnDemand - Latest

Spectrum OnDemand Web Services (SOAP)

Product type
Software
Portfolio
Verify
Product family
Product
Spectrum OnDemand
Version
Latest
Language
English
Product name
Spectrum OnDemand
Title
Spectrum OnDemand Web Services (SOAP)
First publish date
2006

PsapAhjLookupUS takes either a latitude/longitude or an address and returns the public safety access point (PSAP) that services the location. A PSAP is a call center that provides emergency services. PsapAhjLookupUS also determines the EMS, police and fire fighting authorities having jurisdiction (AHJ) for the location. PsapAhjLookupUS only supports locations in the United States.

Resource URL

https://OnDemandServer/soap/PsapAhjLookupUS

For a list of Spectrum OnDemand servers, see Connecting to Spectrum OnDemand Servers.

Example

The following shows a SOAP request:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:psap="http://www.pb.com/spectrum/services/PsapAhjLookupUS">
   <soapenv:Header/>
   <soapenv:Body>
      <psap:PsapAhjLookupUSRequest>
         <psap:Input>
            <psap:Row>
               <psap:AddressLine1>4200 Parliament Pl</psap:AddressLine1>
               <psap:City>Lanham</psap:City>
               <psap:StateProvince>MD</psap:StateProvince>
            </psap:Row>
         </psap:Input>
      </psap:PsapAhjLookupUSRequest>
   </soapenv:Body>
</soapenv:Envelope>

This would be the response:

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns3:PsapAhjLookupUSResponse xmlns:ns2="http://spectrum.pb.com/" xmlns:ns3="http://www.pb.com/spectrum/services/PsapAhjLookupUS">
         <ns3:Output>
            <ns3:Row>
               <ns3:EmsAgency>Prince George's County Emergency Communications Center</ns3:EmsAgency>
               <ns3:EmsStreet>17321 Melsord Boulevard</ns3:EmsStreet>
               <ns3:EmsCity>Landover</ns3:EmsCity>
               <ns3:EmsState>MD</ns3:EmsState>
               <ns3:EmsZip>20785</ns3:EmsZip>
               <ns3:EmsContactPhone/>
               <ns3:EmsAlarmPhone>301-352-1299</ns3:EmsAlarmPhone>
               <ns3:EmsComments/>
               <ns3:EmsCoverageArea>Prince George's County</ns3:EmsCoverageArea>
               <ns3:EmsCoverageExceptions>None</ns3:EmsCoverageExceptions>
               <ns3:Confidence>89</ns3:Confidence>
               <ns3:ProcessedBy>KGL</ns3:ProcessedBy>
               <ns3:StreetDataType>CENTRUS POINT DATA</ns3:StreetDataType>
               <ns3:LocationCode>AP02</ns3:LocationCode>
               <ns3:AdditionalInputData/>
               <ns3:AddressLine1>4200 Parliament Pl</ns3:AddressLine1>
               <ns3:AddressLine2/>
               <ns3:City>Lanham</ns3:City>
               <ns3:Country>United States of America</ns3:Country>
               <ns3:FirmName/>
               <ns3:LastLine>Lanham, MD  20706-1852</ns3:LastLine>
               <ns3:PostalCode>20706-1852</ns3:PostalCode>
               <ns3:PostalCode.Base>20706</ns3:PostalCode.Base>
               <ns3:PostalCode.AddOn>1852</ns3:PostalCode.AddOn>
               <ns3:RRHC/>
               <ns3:StateProvince>MD</ns3:StateProvince>
               <ns3:USUrbanName/>
               <ns3:Latitude>38.950644</ns3:Latitude>
               <ns3:Longitude>-76.837204</ns3:Longitude>
               <ns3:StreetSide>L</ns3:StreetSide>
               <ns3:InputKeyValue/>
               <ns3:AddressLine3/>
               <ns3:AddressLine4/>
               <ns3:AddressLine5/>
               <ns3:AddressLine6/>
               <ns3:PoliceStatus/>
               <ns3:PoliceStatus.Code/>
               <ns3:PoliceStatus.Description/>
               <ns3:PoliceID>2425.13013521299</ns3:PoliceID>
               <ns3:PoliceState>MD</ns3:PoliceState>
               <ns3:PoliceZip>20785</ns3:PoliceZip>
               <ns3:PoliceContactPhone/>
               <ns3:PoliceAlarmPhone>301-352-1299</ns3:PoliceAlarmPhone>
               <ns3:PoliceComments/>
               <ns3:PoliceCoverageArea>Prince George's County</ns3:PoliceCoverageArea>
               <ns3:PoliceCoverageExceptions>Cities of Greenbelt, Hyattsville, Riverdale Park; University of Maryland Campus</ns3:PoliceCoverageExceptions>
               <ns3:FireStatus/>
               <ns3:FireStatus.Code/>
               <ns3:FireStatus.Description/>
               <ns3:FireID>2425.23013521299</ns3:FireID>
               <ns3:FireAgency>Prince George's County Emergency Communications Center</ns3:FireAgency>
               <ns3:FireStreet>17321 Melsord Boulevard</ns3:FireStreet>
               <ns3:FireCity>Landover</ns3:FireCity>
               <ns3:FireState>MD</ns3:FireState>
               <ns3:FireZip>20785</ns3:FireZip>
               <ns3:FireContactPhone/>
               <ns3:FireAlarmPhone>301-352-1299</ns3:FireAlarmPhone>
               <ns3:FireComments/>
               <ns3:FireCoverageArea>Prince George's County</ns3:FireCoverageArea>
               <ns3:FireCoverageExceptions>None</ns3:FireCoverageExceptions>
               <ns3:PsapStatus/>
               <ns3:PsapStatus.Code/>
               <ns3:PsapStatus.Description/>
               <ns3:PSAPID>2425</ns3:PSAPID>
               <ns3:PSAPType>Enhanced</ns3:PSAPType>
               <ns3:PSAPComments>None</ns3:PSAPComments>
               <ns3:PoliceAgency>Prince George's County Emergency Communications Center</ns3:PoliceAgency>
               <ns3:PoliceCity>Landover</ns3:PoliceCity>
               <ns3:PsapSiteCity>Landover</ns3:PsapSiteCity>
               <ns3:PsapSiteFax>301-336-8006</ns3:PsapSiteFax>
               <ns3:PsapSitePhone>301-352-1200</ns3:PsapSitePhone>
               <ns3:PsapSiteState>MD</ns3:PsapSiteState>
               <ns3:PsapSiteStreet>17321 Melsord Boulevard</ns3:PsapSiteStreet>
               <ns3:PsapSiteZip>20785</ns3:PsapSiteZip>
               <ns3:PsapMailingCity>Landover</ns3:PsapMailingCity>
               <ns3:PsapMailingState>MD</ns3:PsapMailingState>
               <ns3:PsapMailingStreet>17321 Melsord Boulevard</ns3:PsapMailingStreet>
               <ns3:PsapMailingZip>20785</ns3:PsapMailingZip>
               <ns3:PsapOperatorPhone>301-352-1200</ns3:PsapOperatorPhone>
               <ns3:PsapContactComments>None</ns3:PsapContactComments>
               <ns3:PsapContactEmail>N/A</ns3:PsapContactEmail>
               <ns3:PsapContactFax>301-352-1482</ns3:PsapContactFax>
               <ns3:PsapContactFirstName>Charlynn</ns3:PsapContactFirstName>
               <ns3:PsapContactLastName>Flaherty</ns3:PsapContactLastName>
               <ns3:PsapContactPhone>301-352-1490</ns3:PsapContactPhone>
               <ns3:PsapContactPrefix>Ms.</ns3:PsapContactPrefix>
               <ns3:PsapContactTitle>Associate 9-1-1 Director</ns3:PsapContactTitle>
               <ns3:PsapCountyFIPS>24033</ns3:PsapCountyFIPS>
               <ns3:PsapCountyName>Prince George's</ns3:PsapCountyName>
               <ns3:PsapCoverageArea>Prince George's County</ns3:PsapCoverageArea>
               <ns3:PsapCoverageComments>None</ns3:PsapCoverageComments>
               <ns3:PsapCoverageExceptions>None</ns3:PsapCoverageExceptions>
               <ns3:PoliceStreet>17321 Melsord Boulevard</ns3:PoliceStreet>
               <ns3:PsapAgency>Prince George's County Emergency Communications Center</ns3:PsapAgency>
               <ns3:EmsStatus/>
               <ns3:EmsStatus.Code/>
               <ns3:EmsStatus.Description/>
               <ns3:PsapFccId>3230</ns3:PsapFccId>
               <ns3:EMSID>2425.33013521299</ns3:EMSID>
               <ns3:MatchCode>S90</ns3:MatchCode>
               <ns3:user_fields/>
            </ns3:Row>
         </ns3:Output>
      </ns3:PsapAhjLookupUSResponse>
   </soap:Body>
</soap:Envelope>