-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathOffline.xml
More file actions
62 lines (62 loc) · 2.82 KB
/
Copy pathOffline.xml
File metadata and controls
62 lines (62 loc) · 2.82 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tel="http://schemas.datacontract.org/2004/07/Teleopti.Ccc.Rta.WebService" xmlns:tem="http://tempuri.org/" xmlns:tns="http://tempuri.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<tns:SaveBatchExternalUserState>
<tem:authenticationKey>!#?atAbgT%</tem:authenticationKey>
<tem:platformTypeId>00000000-0000-0000-0000-000000000000</tem:platformTypeId>
<tem:sourceId>1</tem:sourceId>
<tem:externalUserStateBatch>
<tel:ExternalUserState>
<tel:UserCode>2001</tel:UserCode>
<tel:StateCode>LOGGED-OFF</tel:StateCode>
<tel:StateDescription>CCC Logged out</tel:StateDescription>
<tel:IsLoggedOn>false</tel:IsLoggedOn>
<tel:SecondsInState>0</tel:SecondsInState>
<tel:Timestamp>2018-05-03T17:02:00Z</tel:Timestamp>
<tel:BatchId>2018-05-03T17:02:00Z</tel:BatchId>
<tel:IsSnapshot>false</tel:IsSnapshot>
</tel:ExternalUserState>
<tel:ExternalUserState>
<tel:UserCode>2002</tel:UserCode>
<tel:StateCode>LOGGED-OFF</tel:StateCode>
<tel:StateDescription>CCC Logged out</tel:StateDescription>
<tel:IsLoggedOn>false</tel:IsLoggedOn>
<tel:SecondsInState>0</tel:SecondsInState>
<tel:Timestamp>2018-05-03T17:02:00Z</tel:Timestamp>
<tel:BatchId>2018-05-03T17:02:00Z</tel:BatchId>
<tel:IsSnapshot>false</tel:IsSnapshot>
</tel:ExternalUserState>
<tel:ExternalUserState>
<tel:UserCode>0063</tel:UserCode>
<tel:StateCode>LOGGED-OFF</tel:StateCode>
<tel:StateDescription>CCC Logged out</tel:StateDescription>
<tel:IsLoggedOn>false</tel:IsLoggedOn>
<tel:SecondsInState>0</tel:SecondsInState>
<tel:Timestamp>2018-05-03T17:02:00Z</tel:Timestamp>
<tel:BatchId>2018-05-03T17:02:00Z</tel:BatchId>
<tel:IsSnapshot>false</tel:IsSnapshot>
</tel:ExternalUserState>
<tel:ExternalUserState>
<tel:UserCode>2000</tel:UserCode>
<tel:StateCode>LOGGED-OFF</tel:StateCode>
<tel:StateDescription>CCC Logged out</tel:StateDescription>
<tel:IsLoggedOn>false</tel:IsLoggedOn>
<tel:SecondsInState>0</tel:SecondsInState>
<tel:Timestamp>2018-05-03T17:02:00Z</tel:Timestamp>
<tel:BatchId>2018-05-03T17:02:00Z</tel:BatchId>
<tel:IsSnapshot>false</tel:IsSnapshot>
</tel:ExternalUserState>
<tel:ExternalUserState>
<tel:UserCode>0019</tel:UserCode>
<tel:StateCode>LOGGED-OFF</tel:StateCode>
<tel:StateDescription>CCC Logged out</tel:StateDescription>
<tel:IsLoggedOn>false</tel:IsLoggedOn>
<tel:SecondsInState>0</tel:SecondsInState>
<tel:Timestamp>2018-05-03T17:02:00Z</tel:Timestamp>
<tel:BatchId>2018-05-03T17:02:00Z</tel:BatchId>
<tel:IsSnapshot>false</tel:IsSnapshot>
</tel:ExternalUserState>
</tem:externalUserStateBatch>
</tns:SaveBatchExternalUserState>
</soapenv:Body>
</soapenv:Envelope>