forked from Ascoware/get-iplayer-automator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Body2
40 lines (40 loc) · 1.49 KB
/
Body2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 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">
<soapenv:Header/>
<soapenv:Body>
<tem:GetPlaylist>
<tem:request>
<itv:ProductionId>!!!ID!!!</itv:ProductionId>
<itv:RequestGuid>FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF</itv:RequestGuid>
<itv:Vodcrid>
<com:Id/>
<com:Partition>itv.com</com:Partition>
</itv:Vodcrid>
</tem:request>
<tem:userInfo>
<itv:Broadcaster>Itv</itv:Broadcaster>
<itv:GeoLocationToken>
<itv:Token/>
</itv:GeoLocationToken>
<itv:RevenueScienceValue>ITVPLAYER.12.18.4</itv:RevenueScienceValue>
<itv:SessionId/>
<itv:SsoToken/>
<itv:UserToken/>
</tem:userInfo>
<tem:siteInfo>
<itv:AdvertisingRestriction>None</itv:AdvertisingRestriction>
<itv:AdvertisingSite>ITV</itv:AdvertisingSite>
<itv:AdvertisingType>Any</itv:AdvertisingType>
<itv:Area>ITVPLAYER.VIDEO</itv:Area>
<itv:Category/>
<itv:Platform>DotCom</itv:Platform>
<itv:Site>ItvCom</itv:Site>
</tem:siteInfo>
<tem:deviceInfo>
<itv:ScreenSize>Big</itv:ScreenSize>
</tem:deviceInfo>
<tem:playerInfo>
<itv:Version>2</itv:Version>
</tem:playerInfo>
</tem:GetPlaylist>
</soapenv:Body>
</soapenv:Envelope>