IHardataNetPubliWebService


Click here for a complete list of operations.

InsSTATIONLITE

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
ID_STATION:
ST_NAME:
ST_FRECUENCY:
ST_WEBSITE:
ST_IMAGE:
ST_DESCRIPTION:
ID_COUNTRY:
ID_GENRE:
ID_LANGUAGE:
ST_STATE:
ST_MAIL:
ST_SLOGAN:
ST_NICK:
ST_FACEBOOK:
ST_TWITTER:
ST_VISITORCOUNT:
ST_PLAYCOUNT:
ST_RANK:
ST_ENABLE:
ST_TAGS:
ST_SHOW_AS_DINERADIO:
ST_STREAMING:
ST_STREAMPOPUP:
ST_CITY:
ST_ADDRESS:
ST_ZIPCODE:
ST_PHONE:
ST_SKYPE:
ST_STATIONMAIL:
ST_LINEUP:
ST_STREAMTYPE:
ST_MODERATED:
ID_STATION_PARENT:
ST_DINESAT_OWNER:
ST_APPLICATION_OWNER:
TOKEN:

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 /HardataNetPublicWebService.asmx HTTP/1.1
Host: services.hardata.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "Hardata/InsSTATIONLITE"

<?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>
    <InsSTATIONLITE xmlns="Hardata">
      <ID_STATION>string</ID_STATION>
      <ST_NAME>string</ST_NAME>
      <ST_FRECUENCY>string</ST_FRECUENCY>
      <ST_WEBSITE>string</ST_WEBSITE>
      <ST_IMAGE>string</ST_IMAGE>
      <ST_DESCRIPTION>string</ST_DESCRIPTION>
      <ID_COUNTRY>string</ID_COUNTRY>
      <ID_GENRE>string</ID_GENRE>
      <ID_LANGUAGE>string</ID_LANGUAGE>
      <ST_STATE>string</ST_STATE>
      <ST_MAIL>string</ST_MAIL>
      <ST_SLOGAN>string</ST_SLOGAN>
      <ST_NICK>string</ST_NICK>
      <ST_FACEBOOK>string</ST_FACEBOOK>
      <ST_TWITTER>string</ST_TWITTER>
      <ST_VISITORCOUNT>string</ST_VISITORCOUNT>
      <ST_PLAYCOUNT>string</ST_PLAYCOUNT>
      <ST_RANK>string</ST_RANK>
      <ST_ENABLE>string</ST_ENABLE>
      <ST_TAGS>string</ST_TAGS>
      <ST_SHOW_AS_DINERADIO>string</ST_SHOW_AS_DINERADIO>
      <ST_STREAMING>string</ST_STREAMING>
      <ST_STREAMPOPUP>string</ST_STREAMPOPUP>
      <ST_CITY>string</ST_CITY>
      <ST_ADDRESS>string</ST_ADDRESS>
      <ST_ZIPCODE>string</ST_ZIPCODE>
      <ST_PHONE>string</ST_PHONE>
      <ST_SKYPE>string</ST_SKYPE>
      <ST_STATIONMAIL>string</ST_STATIONMAIL>
      <ST_LINEUP>string</ST_LINEUP>
      <ST_STREAMTYPE>string</ST_STREAMTYPE>
      <ST_MODERATED>string</ST_MODERATED>
      <ID_STATION_PARENT>string</ID_STATION_PARENT>
      <ST_DINESAT_OWNER>string</ST_DINESAT_OWNER>
      <ST_APPLICATION_OWNER>string</ST_APPLICATION_OWNER>
      <TOKEN>string</TOKEN>
    </InsSTATIONLITE>
  </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>
    <InsSTATIONLITEResponse xmlns="Hardata">
      <InsSTATIONLITEResult>string</InsSTATIONLITEResult>
    </InsSTATIONLITEResponse>
  </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 /HardataNetPublicWebService.asmx HTTP/1.1
Host: services.hardata.net
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>
    <InsSTATIONLITE xmlns="Hardata">
      <ID_STATION>string</ID_STATION>
      <ST_NAME>string</ST_NAME>
      <ST_FRECUENCY>string</ST_FRECUENCY>
      <ST_WEBSITE>string</ST_WEBSITE>
      <ST_IMAGE>string</ST_IMAGE>
      <ST_DESCRIPTION>string</ST_DESCRIPTION>
      <ID_COUNTRY>string</ID_COUNTRY>
      <ID_GENRE>string</ID_GENRE>
      <ID_LANGUAGE>string</ID_LANGUAGE>
      <ST_STATE>string</ST_STATE>
      <ST_MAIL>string</ST_MAIL>
      <ST_SLOGAN>string</ST_SLOGAN>
      <ST_NICK>string</ST_NICK>
      <ST_FACEBOOK>string</ST_FACEBOOK>
      <ST_TWITTER>string</ST_TWITTER>
      <ST_VISITORCOUNT>string</ST_VISITORCOUNT>
      <ST_PLAYCOUNT>string</ST_PLAYCOUNT>
      <ST_RANK>string</ST_RANK>
      <ST_ENABLE>string</ST_ENABLE>
      <ST_TAGS>string</ST_TAGS>
      <ST_SHOW_AS_DINERADIO>string</ST_SHOW_AS_DINERADIO>
      <ST_STREAMING>string</ST_STREAMING>
      <ST_STREAMPOPUP>string</ST_STREAMPOPUP>
      <ST_CITY>string</ST_CITY>
      <ST_ADDRESS>string</ST_ADDRESS>
      <ST_ZIPCODE>string</ST_ZIPCODE>
      <ST_PHONE>string</ST_PHONE>
      <ST_SKYPE>string</ST_SKYPE>
      <ST_STATIONMAIL>string</ST_STATIONMAIL>
      <ST_LINEUP>string</ST_LINEUP>
      <ST_STREAMTYPE>string</ST_STREAMTYPE>
      <ST_MODERATED>string</ST_MODERATED>
      <ID_STATION_PARENT>string</ID_STATION_PARENT>
      <ST_DINESAT_OWNER>string</ST_DINESAT_OWNER>
      <ST_APPLICATION_OWNER>string</ST_APPLICATION_OWNER>
      <TOKEN>string</TOKEN>
    </InsSTATIONLITE>
  </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>
    <InsSTATIONLITEResponse xmlns="Hardata">
      <InsSTATIONLITEResult>string</InsSTATIONLITEResult>
    </InsSTATIONLITEResponse>
  </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 /HardataNetPublicWebService.asmx/InsSTATIONLITE?ID_STATION=string&ST_NAME=string&ST_FRECUENCY=string&ST_WEBSITE=string&ST_IMAGE=string&ST_DESCRIPTION=string&ID_COUNTRY=string&ID_GENRE=string&ID_LANGUAGE=string&ST_STATE=string&ST_MAIL=string&ST_SLOGAN=string&ST_NICK=string&ST_FACEBOOK=string&ST_TWITTER=string&ST_VISITORCOUNT=string&ST_PLAYCOUNT=string&ST_RANK=string&ST_ENABLE=string&ST_TAGS=string&ST_SHOW_AS_DINERADIO=string&ST_STREAMING=string&ST_STREAMPOPUP=string&ST_CITY=string&ST_ADDRESS=string&ST_ZIPCODE=string&ST_PHONE=string&ST_SKYPE=string&ST_STATIONMAIL=string&ST_LINEUP=string&ST_STREAMTYPE=string&ST_MODERATED=string&ID_STATION_PARENT=string&ST_DINESAT_OWNER=string&ST_APPLICATION_OWNER=string&TOKEN=string HTTP/1.1
Host: services.hardata.net
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="Hardata">string</string>

HTTP POST

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

POST /HardataNetPublicWebService.asmx/InsSTATIONLITE HTTP/1.1
Host: services.hardata.net
Content-Type: application/x-www-form-urlencoded
Content-Length: length

ID_STATION=string&ST_NAME=string&ST_FRECUENCY=string&ST_WEBSITE=string&ST_IMAGE=string&ST_DESCRIPTION=string&ID_COUNTRY=string&ID_GENRE=string&ID_LANGUAGE=string&ST_STATE=string&ST_MAIL=string&ST_SLOGAN=string&ST_NICK=string&ST_FACEBOOK=string&ST_TWITTER=string&ST_VISITORCOUNT=string&ST_PLAYCOUNT=string&ST_RANK=string&ST_ENABLE=string&ST_TAGS=string&ST_SHOW_AS_DINERADIO=string&ST_STREAMING=string&ST_STREAMPOPUP=string&ST_CITY=string&ST_ADDRESS=string&ST_ZIPCODE=string&ST_PHONE=string&ST_SKYPE=string&ST_STATIONMAIL=string&ST_LINEUP=string&ST_STREAMTYPE=string&ST_MODERATED=string&ID_STATION_PARENT=string&ST_DINESAT_OWNER=string&ST_APPLICATION_OWNER=string&TOKEN=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="Hardata">string</string>