WS
Click here for a complete list of operations.
SDP_PORTALCMS_SET_DATA
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.asmx HTTP/1.1
Host: sdpws.pubads.co
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/SDP_PORTALCMS_SET_DATA"
<?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>
<SDP_PORTALCMS_SET_DATA xmlns="http://tempuri.org/">
<act>string</act>
<videoID>int</videoID>
<videolink_ar>string</videolink_ar>
<videolink_en>string</videolink_en>
<videolink_id>string</videolink_id>
<videolink_gr>string</videolink_gr>
<videolink_gm>string</videolink_gm>
<videotext_ar>string</videotext_ar>
<videotext_en>string</videotext_en>
<videotext_id>string</videotext_id>
<videotext_gr>string</videotext_gr>
<videotext_gm>string</videotext_gm>
<categoryid>int</categoryid>
<channeldesktop>int</channeldesktop>
<channelmobile>int</channelmobile>
<channelnintendo>int</channelnintendo>
<channelps>int</channelps>
<channelxbox>int</channelxbox>
</SDP_PORTALCMS_SET_DATA>
</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>
<SDP_PORTALCMS_SET_DATAResponse xmlns="http://tempuri.org/">
<SDP_PORTALCMS_SET_DATAResult>
<xsd:schema>schema</xsd:schema>xml</SDP_PORTALCMS_SET_DATAResult>
</SDP_PORTALCMS_SET_DATAResponse>
</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.asmx HTTP/1.1
Host: sdpws.pubads.co
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>
<SDP_PORTALCMS_SET_DATA xmlns="http://tempuri.org/">
<act>string</act>
<videoID>int</videoID>
<videolink_ar>string</videolink_ar>
<videolink_en>string</videolink_en>
<videolink_id>string</videolink_id>
<videolink_gr>string</videolink_gr>
<videolink_gm>string</videolink_gm>
<videotext_ar>string</videotext_ar>
<videotext_en>string</videotext_en>
<videotext_id>string</videotext_id>
<videotext_gr>string</videotext_gr>
<videotext_gm>string</videotext_gm>
<categoryid>int</categoryid>
<channeldesktop>int</channeldesktop>
<channelmobile>int</channelmobile>
<channelnintendo>int</channelnintendo>
<channelps>int</channelps>
<channelxbox>int</channelxbox>
</SDP_PORTALCMS_SET_DATA>
</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>
<SDP_PORTALCMS_SET_DATAResponse xmlns="http://tempuri.org/">
<SDP_PORTALCMS_SET_DATAResult>
<xsd:schema>schema</xsd:schema>xml</SDP_PORTALCMS_SET_DATAResult>
</SDP_PORTALCMS_SET_DATAResponse>
</soap12:Body>
</soap12:Envelope>