Service


Click here for a complete list of operations.

GetLocationPredictions

all parameters are mandatory. receiveHeight is in meters

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
latitude:
longitude:
receiveHeight:

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /service.asmx HTTP/1.1
Host: voxx.aw.titantv.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://antennaweb.decisionmark.com/GetLocationPredictions"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetLocationPredictions xmlns="http://antennaweb.decisionmark.com/">
      <latitude>double</latitude>
      <longitude>double</longitude>
      <receiveHeight>double</receiveHeight>
    </GetLocationPredictions>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetLocationPredictionsResponse xmlns="http://antennaweb.decisionmark.com/">
      <Address>
        <LogoRootPath>string</LogoRootPath>
        <Location>string</Location>
        <Latitude units="string" />
        <Longitude units="string" />
        <ReceiveHeight units="string" />
        <Precision>string</Precision>
        <Station>
          <StationID>int</StationID>
          <TSID>int</TSID>
          <Market>
            <DMA>int</DMA>
            <Name>string</Name>
            <CityOfLicense>string</CityOfLicense>
            <StateOfLicense>string</StateOfLicense>
          </Market>
          <CallSign>string</CallSign>
          <ParentCallSign>string</ParentCallSign>
          <RFChannel>int</RFChannel>
          <Direction units="string" />
          <DirectionMagnetic units="string" />
          <Distance units="string" />
          <Latitude units="string" />
          <Longitude units="string" />
          <SignalStrength units="string" />
          <Placement>Indoor or Outdoor or Undefined</Placement>
          <SignalToNoiseRatio units="string" />
          <LineOfSight>True or False or Undefined</LineOfSight>
          <AntennaColor>Yellow or Green or LightGreen or Red or Blue or Violet or Pink or White or Undefined</AntennaColor>
          <Channel>
            <TSID>int</TSID>
            <CallSign>string</CallSign>
            <Network>string</Network>
            <NetworkLogo>string</NetworkLogo>
            <MajorChannelNumber>int</MajorChannelNumber>
            <MinorChannelNumber>int</MinorChannelNumber>
            <Programs xsi:nil="true" />
          </Channel>
          <Channel>
            <TSID>int</TSID>
            <CallSign>string</CallSign>
            <Network>string</Network>
            <NetworkLogo>string</NetworkLogo>
            <MajorChannelNumber>int</MajorChannelNumber>
            <MinorChannelNumber>int</MinorChannelNumber>
            <Programs xsi:nil="true" />
          </Channel>
        </Station>
        <Station>
          <StationID>int</StationID>
          <TSID>int</TSID>
          <Market>
            <DMA>int</DMA>
            <Name>string</Name>
            <CityOfLicense>string</CityOfLicense>
            <StateOfLicense>string</StateOfLicense>
          </Market>
          <CallSign>string</CallSign>
          <ParentCallSign>string</ParentCallSign>
          <RFChannel>int</RFChannel>
          <Direction units="string" />
          <DirectionMagnetic units="string" />
          <Distance units="string" />
          <Latitude units="string" />
          <Longitude units="string" />
          <SignalStrength units="string" />
          <Placement>Indoor or Outdoor or Undefined</Placement>
          <SignalToNoiseRatio units="string" />
          <LineOfSight>True or False or Undefined</LineOfSight>
          <AntennaColor>Yellow or Green or LightGreen or Red or Blue or Violet or Pink or White or Undefined</AntennaColor>
          <Channel>
            <TSID>int</TSID>
            <CallSign>string</CallSign>
            <Network>string</Network>
            <NetworkLogo>string</NetworkLogo>
            <MajorChannelNumber>int</MajorChannelNumber>
            <MinorChannelNumber>int</MinorChannelNumber>
            <Programs xsi:nil="true" />
          </Channel>
          <Channel>
            <TSID>int</TSID>
            <CallSign>string</CallSign>
            <Network>string</Network>
            <NetworkLogo>string</NetworkLogo>
            <MajorChannelNumber>int</MajorChannelNumber>
            <MinorChannelNumber>int</MinorChannelNumber>
            <Programs xsi:nil="true" />
          </Channel>
        </Station>
        <ShareToken>string</ShareToken>
      </Address>
    </GetLocationPredictionsResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /service.asmx HTTP/1.1
Host: voxx.aw.titantv.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetLocationPredictions xmlns="http://antennaweb.decisionmark.com/">
      <latitude>double</latitude>
      <longitude>double</longitude>
      <receiveHeight>double</receiveHeight>
    </GetLocationPredictions>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetLocationPredictionsResponse xmlns="http://antennaweb.decisionmark.com/">
      <Address>
        <LogoRootPath>string</LogoRootPath>
        <Location>string</Location>
        <Latitude units="string" />
        <Longitude units="string" />
        <ReceiveHeight units="string" />
        <Precision>string</Precision>
        <Station>
          <StationID>int</StationID>
          <TSID>int</TSID>
          <Market>
            <DMA>int</DMA>
            <Name>string</Name>
            <CityOfLicense>string</CityOfLicense>
            <StateOfLicense>string</StateOfLicense>
          </Market>
          <CallSign>string</CallSign>
          <ParentCallSign>string</ParentCallSign>
          <RFChannel>int</RFChannel>
          <Direction units="string" />
          <DirectionMagnetic units="string" />
          <Distance units="string" />
          <Latitude units="string" />
          <Longitude units="string" />
          <SignalStrength units="string" />
          <Placement>Indoor or Outdoor or Undefined</Placement>
          <SignalToNoiseRatio units="string" />
          <LineOfSight>True or False or Undefined</LineOfSight>
          <AntennaColor>Yellow or Green or LightGreen or Red or Blue or Violet or Pink or White or Undefined</AntennaColor>
          <Channel>
            <TSID>int</TSID>
            <CallSign>string</CallSign>
            <Network>string</Network>
            <NetworkLogo>string</NetworkLogo>
            <MajorChannelNumber>int</MajorChannelNumber>
            <MinorChannelNumber>int</MinorChannelNumber>
            <Programs xsi:nil="true" />
          </Channel>
          <Channel>
            <TSID>int</TSID>
            <CallSign>string</CallSign>
            <Network>string</Network>
            <NetworkLogo>string</NetworkLogo>
            <MajorChannelNumber>int</MajorChannelNumber>
            <MinorChannelNumber>int</MinorChannelNumber>
            <Programs xsi:nil="true" />
          </Channel>
        </Station>
        <Station>
          <StationID>int</StationID>
          <TSID>int</TSID>
          <Market>
            <DMA>int</DMA>
            <Name>string</Name>
            <CityOfLicense>string</CityOfLicense>
            <StateOfLicense>string</StateOfLicense>
          </Market>
          <CallSign>string</CallSign>
          <ParentCallSign>string</ParentCallSign>
          <RFChannel>int</RFChannel>
          <Direction units="string" />
          <DirectionMagnetic units="string" />
          <Distance units="string" />
          <Latitude units="string" />
          <Longitude units="string" />
          <SignalStrength units="string" />
          <Placement>Indoor or Outdoor or Undefined</Placement>
          <SignalToNoiseRatio units="string" />
          <LineOfSight>True or False or Undefined</LineOfSight>
          <AntennaColor>Yellow or Green or LightGreen or Red or Blue or Violet or Pink or White or Undefined</AntennaColor>
          <Channel>
            <TSID>int</TSID>
            <CallSign>string</CallSign>
            <Network>string</Network>
            <NetworkLogo>string</NetworkLogo>
            <MajorChannelNumber>int</MajorChannelNumber>
            <MinorChannelNumber>int</MinorChannelNumber>
            <Programs xsi:nil="true" />
          </Channel>
          <Channel>
            <TSID>int</TSID>
            <CallSign>string</CallSign>
            <Network>string</Network>
            <NetworkLogo>string</NetworkLogo>
            <MajorChannelNumber>int</MajorChannelNumber>
            <MinorChannelNumber>int</MinorChannelNumber>
            <Programs xsi:nil="true" />
          </Channel>
        </Station>
        <ShareToken>string</ShareToken>
      </Address>
    </GetLocationPredictionsResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /service.asmx/GetLocationPredictions?latitude=string&longitude=string&receiveHeight=string HTTP/1.1
Host: voxx.aw.titantv.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<Address xmlns="http://antennaweb.decisionmark.com/">
  <LogoRootPath>string</LogoRootPath>
  <Location>string</Location>
  <Latitude units="string" />
  <Longitude units="string" />
  <ReceiveHeight units="string" />
  <Precision>string</Precision>
  <Station>
    <StationID>int</StationID>
    <TSID>int</TSID>
    <Market>
      <DMA>int</DMA>
      <Name>string</Name>
      <CityOfLicense>string</CityOfLicense>
      <StateOfLicense>string</StateOfLicense>
    </Market>
    <CallSign>string</CallSign>
    <ParentCallSign>string</ParentCallSign>
    <RFChannel>int</RFChannel>
    <Direction units="string" />
    <DirectionMagnetic units="string" />
    <Distance units="string" />
    <Latitude units="string" />
    <Longitude units="string" />
    <SignalStrength units="string" />
    <Placement>Indoor or Outdoor or Undefined</Placement>
    <SignalToNoiseRatio units="string" />
    <LineOfSight>True or False or Undefined</LineOfSight>
    <AntennaColor>Yellow or Green or LightGreen or Red or Blue or Violet or Pink or White or Undefined</AntennaColor>
    <Channel>
      <TSID>int</TSID>
      <CallSign>string</CallSign>
      <Network>string</Network>
      <NetworkLogo>string</NetworkLogo>
      <MajorChannelNumber>int</MajorChannelNumber>
      <MinorChannelNumber>int</MinorChannelNumber>
      <Programs>
        <Program d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Program d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Programs>
    </Channel>
    <Channel>
      <TSID>int</TSID>
      <CallSign>string</CallSign>
      <Network>string</Network>
      <NetworkLogo>string</NetworkLogo>
      <MajorChannelNumber>int</MajorChannelNumber>
      <MinorChannelNumber>int</MinorChannelNumber>
      <Programs>
        <Program d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Program d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Programs>
    </Channel>
  </Station>
  <Station>
    <StationID>int</StationID>
    <TSID>int</TSID>
    <Market>
      <DMA>int</DMA>
      <Name>string</Name>
      <CityOfLicense>string</CityOfLicense>
      <StateOfLicense>string</StateOfLicense>
    </Market>
    <CallSign>string</CallSign>
    <ParentCallSign>string</ParentCallSign>
    <RFChannel>int</RFChannel>
    <Direction units="string" />
    <DirectionMagnetic units="string" />
    <Distance units="string" />
    <Latitude units="string" />
    <Longitude units="string" />
    <SignalStrength units="string" />
    <Placement>Indoor or Outdoor or Undefined</Placement>
    <SignalToNoiseRatio units="string" />
    <LineOfSight>True or False or Undefined</LineOfSight>
    <AntennaColor>Yellow or Green or LightGreen or Red or Blue or Violet or Pink or White or Undefined</AntennaColor>
    <Channel>
      <TSID>int</TSID>
      <CallSign>string</CallSign>
      <Network>string</Network>
      <NetworkLogo>string</NetworkLogo>
      <MajorChannelNumber>int</MajorChannelNumber>
      <MinorChannelNumber>int</MinorChannelNumber>
      <Programs>
        <Program d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Program d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Programs>
    </Channel>
    <Channel>
      <TSID>int</TSID>
      <CallSign>string</CallSign>
      <Network>string</Network>
      <NetworkLogo>string</NetworkLogo>
      <MajorChannelNumber>int</MajorChannelNumber>
      <MinorChannelNumber>int</MinorChannelNumber>
      <Programs>
        <Program d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Program d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Programs>
    </Channel>
  </Station>
  <ShareToken>string</ShareToken>
</Address>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /service.asmx/GetLocationPredictions HTTP/1.1
Host: voxx.aw.titantv.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

latitude=string&longitude=string&receiveHeight=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<Address xmlns="http://antennaweb.decisionmark.com/">
  <LogoRootPath>string</LogoRootPath>
  <Location>string</Location>
  <Latitude units="string" />
  <Longitude units="string" />
  <ReceiveHeight units="string" />
  <Precision>string</Precision>
  <Station>
    <StationID>int</StationID>
    <TSID>int</TSID>
    <Market>
      <DMA>int</DMA>
      <Name>string</Name>
      <CityOfLicense>string</CityOfLicense>
      <StateOfLicense>string</StateOfLicense>
    </Market>
    <CallSign>string</CallSign>
    <ParentCallSign>string</ParentCallSign>
    <RFChannel>int</RFChannel>
    <Direction units="string" />
    <DirectionMagnetic units="string" />
    <Distance units="string" />
    <Latitude units="string" />
    <Longitude units="string" />
    <SignalStrength units="string" />
    <Placement>Indoor or Outdoor or Undefined</Placement>
    <SignalToNoiseRatio units="string" />
    <LineOfSight>True or False or Undefined</LineOfSight>
    <AntennaColor>Yellow or Green or LightGreen or Red or Blue or Violet or Pink or White or Undefined</AntennaColor>
    <Channel>
      <TSID>int</TSID>
      <CallSign>string</CallSign>
      <Network>string</Network>
      <NetworkLogo>string</NetworkLogo>
      <MajorChannelNumber>int</MajorChannelNumber>
      <MinorChannelNumber>int</MinorChannelNumber>
      <Programs>
        <Program d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Program d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Programs>
    </Channel>
    <Channel>
      <TSID>int</TSID>
      <CallSign>string</CallSign>
      <Network>string</Network>
      <NetworkLogo>string</NetworkLogo>
      <MajorChannelNumber>int</MajorChannelNumber>
      <MinorChannelNumber>int</MinorChannelNumber>
      <Programs>
        <Program d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Program d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Programs>
    </Channel>
  </Station>
  <Station>
    <StationID>int</StationID>
    <TSID>int</TSID>
    <Market>
      <DMA>int</DMA>
      <Name>string</Name>
      <CityOfLicense>string</CityOfLicense>
      <StateOfLicense>string</StateOfLicense>
    </Market>
    <CallSign>string</CallSign>
    <ParentCallSign>string</ParentCallSign>
    <RFChannel>int</RFChannel>
    <Direction units="string" />
    <DirectionMagnetic units="string" />
    <Distance units="string" />
    <Latitude units="string" />
    <Longitude units="string" />
    <SignalStrength units="string" />
    <Placement>Indoor or Outdoor or Undefined</Placement>
    <SignalToNoiseRatio units="string" />
    <LineOfSight>True or False or Undefined</LineOfSight>
    <AntennaColor>Yellow or Green or LightGreen or Red or Blue or Violet or Pink or White or Undefined</AntennaColor>
    <Channel>
      <TSID>int</TSID>
      <CallSign>string</CallSign>
      <Network>string</Network>
      <NetworkLogo>string</NetworkLogo>
      <MajorChannelNumber>int</MajorChannelNumber>
      <MinorChannelNumber>int</MinorChannelNumber>
      <Programs>
        <Program d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Program d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Programs>
    </Channel>
    <Channel>
      <TSID>int</TSID>
      <CallSign>string</CallSign>
      <Network>string</Network>
      <NetworkLogo>string</NetworkLogo>
      <MajorChannelNumber>int</MajorChannelNumber>
      <MinorChannelNumber>int</MinorChannelNumber>
      <Programs>
        <Program d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Program d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Programs>
    </Channel>
  </Station>
  <ShareToken>string</ShareToken>
</Address>