Service


Click here for a complete list of operations.

GetAddressPredictions

postalCode and receiveHeight (in meters) are mandatory, other parameters are optional but recommended

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
street:
city:
state:
postalCode:
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/GetAddressPredictions"

<?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>
    <GetAddressPredictions xmlns="http://antennaweb.decisionmark.com/">
      <street>string</street>
      <city>string</city>
      <state>string</state>
      <postalCode>string</postalCode>
      <receiveHeight>double</receiveHeight>
    </GetAddressPredictions>
  </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>
    <GetAddressPredictionsResponse 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>
    </GetAddressPredictionsResponse>
  </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>
    <GetAddressPredictions xmlns="http://antennaweb.decisionmark.com/">
      <street>string</street>
      <city>string</city>
      <state>string</state>
      <postalCode>string</postalCode>
      <receiveHeight>double</receiveHeight>
    </GetAddressPredictions>
  </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>
    <GetAddressPredictionsResponse 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>
    </GetAddressPredictionsResponse>
  </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/GetAddressPredictions?street=string&city=string&state=string&postalCode=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/GetAddressPredictions HTTP/1.1
Host: voxx.aw.titantv.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

street=string&city=string&state=string&postalCode=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>