module


Click here for a complete list of operations.

ActivateCampaign

Test

The test form is only available for requests from the local machine.

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 /ws_cas_module.asmx HTTP/1.1
Host: extws.sgs1.ott.kaltura.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://ca.tvinci.com/ActivateCampaign"

<?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>
    <ActivateCampaign xmlns="http://ca.tvinci.com/">
      <sWSUserName>string</sWSUserName>
      <sWSPassword>string</sWSPassword>
      <campaignID>int</campaignID>
      <actionInfo>
        <m_voucherReceipents>
          <VoucherReceipentInfo>
            <m_emailAdd>string</m_emailAdd>
            <m_receipentName>string</m_receipentName>
          </VoucherReceipentInfo>
          <VoucherReceipentInfo>
            <m_emailAdd>string</m_emailAdd>
            <m_receipentName>string</m_receipentName>
          </VoucherReceipentInfo>
        </m_voucherReceipents>
        <m_socialInviteInfo>
          <m_hashCode>string</m_hashCode>
        </m_socialInviteInfo>
        <m_mediaID>int</m_mediaID>
        <m_siteGuid>int</m_siteGuid>
        <m_mediaLink>string</m_mediaLink>
        <m_senderName>string</m_senderName>
        <m_senderEmail>string</m_senderEmail>
        <m_status>OK or ERROR</m_status>
      </actionInfo>
    </ActivateCampaign>
  </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>
    <ActivateCampaignResponse xmlns="http://ca.tvinci.com/">
      <ActivateCampaignResult>boolean</ActivateCampaignResult>
    </ActivateCampaignResponse>
  </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 /ws_cas_module.asmx HTTP/1.1
Host: extws.sgs1.ott.kaltura.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>
    <ActivateCampaign xmlns="http://ca.tvinci.com/">
      <sWSUserName>string</sWSUserName>
      <sWSPassword>string</sWSPassword>
      <campaignID>int</campaignID>
      <actionInfo>
        <m_voucherReceipents>
          <VoucherReceipentInfo>
            <m_emailAdd>string</m_emailAdd>
            <m_receipentName>string</m_receipentName>
          </VoucherReceipentInfo>
          <VoucherReceipentInfo>
            <m_emailAdd>string</m_emailAdd>
            <m_receipentName>string</m_receipentName>
          </VoucherReceipentInfo>
        </m_voucherReceipents>
        <m_socialInviteInfo>
          <m_hashCode>string</m_hashCode>
        </m_socialInviteInfo>
        <m_mediaID>int</m_mediaID>
        <m_siteGuid>int</m_siteGuid>
        <m_mediaLink>string</m_mediaLink>
        <m_senderName>string</m_senderName>
        <m_senderEmail>string</m_senderEmail>
        <m_status>OK or ERROR</m_status>
      </actionInfo>
    </ActivateCampaign>
  </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>
    <ActivateCampaignResponse xmlns="http://ca.tvinci.com/">
      <ActivateCampaignResult>boolean</ActivateCampaignResult>
    </ActivateCampaignResponse>
  </soap12:Body>
</soap12:Envelope>