forked from GetiPlayerAutomator/get-iplayer-automator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Body
24 lines (24 loc) · 1.2 KB
/
Body
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<tem:GetPlaylist xmlns:tem="http://tempuri.org/" xmlns:itv="http://schemas.datacontract.org/2004/07/Itv.BB.Mercury.Common.Types" xmlns:com="http://schemas.itv.com/2009/05/Common">
<tem:request>
<itv:RequestGuid>FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF</itv:RequestGuid>
<itv:Vodcrid>
<com:Id>!!!ID!!!</com:Id>
<com:Partition>itv.com</com:Partition>
</itv:Vodcrid>
</tem:request>
<tem:userInfo>
<itv:GeoLocationToken>
<itv:Token/>
</itv:GeoLocationToken>
<itv:RevenueScienceValue>scc=true; svisit=1; sc4=Other</itv:RevenueScienceValue>
</tem:userInfo>
<tem:siteInfo>
<itv:Area>ITVPLAYER.VIDEO</itv:Area>
<itv:Platform>DotCom</itv:Platform>
<itv:Site>ItvCom</itv:Site>
</tem:siteInfo>
</tem:GetPlaylist>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>