granicus-platform-api 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +2 -0
- data/.rspec +2 -0
- data/Changelog +0 -0
- data/Gemfile +5 -0
- data/Gemfile.lock +48 -0
- data/LICENSE +0 -0
- data/README.rdoc +59 -0
- data/granicus-platform-api.gemspec +30 -0
- data/lib/granicus-platform-api/client.rb +291 -0
- data/lib/granicus-platform-api/granicus-platform-api.xml +1824 -0
- data/lib/granicus-platform-api/version.rb +3 -0
- data/lib/granicus-platform-api.rb +6 -0
- data/spec/granicus-platform-api_spec.rb +154 -0
- data/spec/helper.rb +14 -0
- metadata +137 -0
|
@@ -0,0 +1,1824 @@
|
|
|
1
|
+
<?xml version="1.0"?><definitions name="UserSDK" targetNamespace="urn:UserSDK" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="urn:UserSDK" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:ns5="http://granicus.com/xsd">
|
|
2
|
+
<types xmlns="http://schemas.xmlsoap.org/wsdl/">
|
|
3
|
+
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://granicus.com/xsd">
|
|
4
|
+
<complexType name="EventData">
|
|
5
|
+
<all>
|
|
6
|
+
<element name="ID" type="xsd:int" />
|
|
7
|
+
<element name="UID" type="xsd:string" />
|
|
8
|
+
<element name="ForeignID" type="xsd:int" />
|
|
9
|
+
<element name="Name" type="xsd:string" />
|
|
10
|
+
<element name="CameraID" type="xsd:int" />
|
|
11
|
+
<element name="FolderID" type="xsd:int" />
|
|
12
|
+
<element name="AgendaType" type="xsd:string" />
|
|
13
|
+
<element name="AgendaFile" type="xsd:string" />
|
|
14
|
+
<element name="PlayerTemplateID" type="xsd:int" />
|
|
15
|
+
<element name="ArchiveStatus" type="xsd:string" />
|
|
16
|
+
<element name="Duration" type="xsd:int" />
|
|
17
|
+
<element name="Broadcast" type="xsd:boolean" />
|
|
18
|
+
<element name="Record" type="xsd:boolean" />
|
|
19
|
+
<element name="AutoStart" type="xsd:boolean" />
|
|
20
|
+
<element name="StartTime" type="xsd:dateTime" />
|
|
21
|
+
<element name="LastModified" type="xsd:dateTime" />
|
|
22
|
+
<element name="Attendees" type="ns5:AttendeeCollection" />
|
|
23
|
+
<element name="MotionTypes" type="ns5:StringCollection" />
|
|
24
|
+
<element name="Street1" type="xsd:string" />
|
|
25
|
+
<element name="Street2" type="xsd:string" />
|
|
26
|
+
<element name="City" type="xsd:string" />
|
|
27
|
+
<element name="State" type="xsd:string" />
|
|
28
|
+
<element name="Zip" type="xsd:string" />
|
|
29
|
+
<element name="AgendaTitle" type="xsd:string" />
|
|
30
|
+
<element name="MeetingTime" type="xsd:dateTime" />
|
|
31
|
+
<element name="AgendaPostedDate" type="xsd:dateTime" />
|
|
32
|
+
</all>
|
|
33
|
+
</complexType>
|
|
34
|
+
<complexType name="FolderData">
|
|
35
|
+
<all>
|
|
36
|
+
<element name="ID" type="xsd:int" />
|
|
37
|
+
<element name="Name" type="xsd:string" />
|
|
38
|
+
<element name="Description" type="xsd:string" />
|
|
39
|
+
<element name="Type" type="xsd:string" />
|
|
40
|
+
<element name="PlayerTemplateID" type="xsd:int" />
|
|
41
|
+
<element name="CreatedDate" type="xsd:dateTime" />
|
|
42
|
+
<element name="Views" type="ns5:IntegerCollection" />
|
|
43
|
+
<element name="Servers" type="ns5:IntegerCollection" />
|
|
44
|
+
</all>
|
|
45
|
+
</complexType>
|
|
46
|
+
<complexType name="ClipData">
|
|
47
|
+
<all>
|
|
48
|
+
<element name="ID" type="xsd:int" />
|
|
49
|
+
<element name="UID" type="xsd:string" />
|
|
50
|
+
<element name="ForeignID" type="xsd:int" />
|
|
51
|
+
<element name="Type" type="xsd:string" />
|
|
52
|
+
<element name="Name" type="xsd:string" />
|
|
53
|
+
<element name="Description" type="xsd:string" />
|
|
54
|
+
<element name="Keywords" type="xsd:string" />
|
|
55
|
+
<element name="Date" type="xsd:dateTime" />
|
|
56
|
+
<element name="CameraID" type="xsd:int" />
|
|
57
|
+
<element name="FolderID" type="xsd:int" />
|
|
58
|
+
<element name="FileName" type="xsd:string" />
|
|
59
|
+
<element name="MinutesType" type="xsd:string" />
|
|
60
|
+
<element name="MinutesFile" type="xsd:string" />
|
|
61
|
+
<element name="AgendaType" type="xsd:string" />
|
|
62
|
+
<element name="AgendaFile" type="xsd:string" />
|
|
63
|
+
<element name="Duration" type="xsd:int" />
|
|
64
|
+
<element name="Status" type="xsd:string" />
|
|
65
|
+
<element name="StartTime" type="xsd:dateTime" />
|
|
66
|
+
<element name="LastModified" type="xsd:dateTime" />
|
|
67
|
+
<element name="Attendees" type="ns5:AttendeeCollection" />
|
|
68
|
+
<element name="MotionTypes" type="ns5:StringCollection" />
|
|
69
|
+
<element name="Street1" type="xsd:string" />
|
|
70
|
+
<element name="Street2" type="xsd:string" />
|
|
71
|
+
<element name="City" type="xsd:string" />
|
|
72
|
+
<element name="State" type="xsd:string" />
|
|
73
|
+
<element name="Zip" type="xsd:string" />
|
|
74
|
+
<element name="AgendaTitle" type="xsd:string" />
|
|
75
|
+
<element name="AgendaPostedDate" type="xsd:dateTime" />
|
|
76
|
+
</all>
|
|
77
|
+
</complexType>
|
|
78
|
+
<complexType name="CameraData">
|
|
79
|
+
<all>
|
|
80
|
+
<element name="ID" type="xsd:int" />
|
|
81
|
+
<element name="Type" type="xsd:string" />
|
|
82
|
+
<element name="Name" type="xsd:string" />
|
|
83
|
+
<element name="InternalIP" type="xsd:string" />
|
|
84
|
+
<element name="ExternalIP" type="xsd:string" />
|
|
85
|
+
<element name="BroadcastPort" type="xsd:int" />
|
|
86
|
+
<element name="ControlPort" type="xsd:int" />
|
|
87
|
+
<element name="Identifier" type="xsd:string" />
|
|
88
|
+
</all>
|
|
89
|
+
</complexType>
|
|
90
|
+
<complexType name="UserData">
|
|
91
|
+
<all>
|
|
92
|
+
<element name="ID" type="xsd:int" />
|
|
93
|
+
<element name="Username" type="xsd:string" />
|
|
94
|
+
<element name="Password" type="xsd:string" />
|
|
95
|
+
<element name="Fullname" type="xsd:string" />
|
|
96
|
+
<element name="Email" type="xsd:string" />
|
|
97
|
+
<element name="CreatedDate" type="xsd:dateTime" />
|
|
98
|
+
<element name="LastModified" type="xsd:dateTime" />
|
|
99
|
+
</all>
|
|
100
|
+
</complexType>
|
|
101
|
+
<complexType name="GroupData">
|
|
102
|
+
<all>
|
|
103
|
+
<element name="ID" type="xsd:int" />
|
|
104
|
+
<element name="Name" type="xsd:string" />
|
|
105
|
+
<element name="Description" type="xsd:string" />
|
|
106
|
+
<element name="CreatedDate" type="xsd:dateTime" />
|
|
107
|
+
</all>
|
|
108
|
+
</complexType>
|
|
109
|
+
<complexType name="TemplateData">
|
|
110
|
+
<all>
|
|
111
|
+
<element name="ID" type="xsd:int" />
|
|
112
|
+
<element name="Name" type="xsd:string" />
|
|
113
|
+
<element name="Description" type="xsd:string" />
|
|
114
|
+
<element name="Type" type="xsd:string" />
|
|
115
|
+
<element name="LastModified" type="xsd:dateTime" />
|
|
116
|
+
<element name="CreatedDate" type="xsd:dateTime" />
|
|
117
|
+
</all>
|
|
118
|
+
</complexType>
|
|
119
|
+
<complexType name="ServerData">
|
|
120
|
+
<all>
|
|
121
|
+
<element name="ID" type="xsd:int" />
|
|
122
|
+
<element name="Name" type="xsd:string" />
|
|
123
|
+
<element name="ControlPort" type="xsd:int" />
|
|
124
|
+
<element name="FirewallCompatibility" type="xsd:boolean" />
|
|
125
|
+
<element name="Multicast" type="xsd:boolean" />
|
|
126
|
+
<element name="LoadBalancerScore" type="xsd:int" />
|
|
127
|
+
<element name="ReplicationUN" type="xsd:string" />
|
|
128
|
+
<element name="ReplicationPW" type="xsd:string" />
|
|
129
|
+
<element name="CreatedDate" type="xsd:dateTime" />
|
|
130
|
+
</all>
|
|
131
|
+
</complexType>
|
|
132
|
+
<complexType name="ServerInterfaceData">
|
|
133
|
+
<all>
|
|
134
|
+
<element name="ID" type="xsd:int" />
|
|
135
|
+
<element name="ServerID" type="xsd:int" />
|
|
136
|
+
<element name="Name" type="xsd:string" />
|
|
137
|
+
<element name="Host" type="xsd:string" />
|
|
138
|
+
<element name="ControlPort" type="xsd:string" />
|
|
139
|
+
<element name="Directory" type="xsd:string" />
|
|
140
|
+
<element name="ReplicationUN" type="xsd:string" />
|
|
141
|
+
<element name="ReplicationPW" type="xsd:string" />
|
|
142
|
+
</all>
|
|
143
|
+
</complexType>
|
|
144
|
+
<complexType name="MetaDataData">
|
|
145
|
+
<all>
|
|
146
|
+
<element name="ID" type="xsd:int" />
|
|
147
|
+
<element name="UID" type="xsd:string" />
|
|
148
|
+
<element name="ParentID" type="xsd:int" />
|
|
149
|
+
<element name="ParentUID" type="xsd:string" />
|
|
150
|
+
<element name="ForeignID" type="xsd:int" />
|
|
151
|
+
<element name="SourceID" type="xsd:int" />
|
|
152
|
+
<element name="Name" type="xsd:string" />
|
|
153
|
+
<element name="TimeStamp" type="xsd:int" />
|
|
154
|
+
<element name="OrderID" type="xsd:int" />
|
|
155
|
+
<element name="Payload" type="xsd:anyType" />
|
|
156
|
+
<element name="Children" type="ns5:MetaDataDataCollection" />
|
|
157
|
+
</all>
|
|
158
|
+
</complexType>
|
|
159
|
+
<complexType name="CaptionData">
|
|
160
|
+
<all>
|
|
161
|
+
<element name="Caption" type="xsd:string" />
|
|
162
|
+
<element name="TimeStamp" type="xsd:long" />
|
|
163
|
+
</all>
|
|
164
|
+
</complexType>
|
|
165
|
+
<complexType name="KeyMapping">
|
|
166
|
+
<all>
|
|
167
|
+
<element name="ForeignID" type="xsd:int" />
|
|
168
|
+
<element name="GranicusID" type="xsd:int" />
|
|
169
|
+
</all>
|
|
170
|
+
</complexType>
|
|
171
|
+
<complexType name="KeyTable">
|
|
172
|
+
<complexContent>
|
|
173
|
+
<restriction base="SOAP-ENC:Array">
|
|
174
|
+
<attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="ns5:KeyMapping[]" />
|
|
175
|
+
</restriction>
|
|
176
|
+
</complexContent>
|
|
177
|
+
</complexType>
|
|
178
|
+
<complexType name="ViewData">
|
|
179
|
+
<all>
|
|
180
|
+
<element name="ID" type="xsd:int" />
|
|
181
|
+
<element name="ForeignID" type="xsd:int" />
|
|
182
|
+
<element name="Name" type="xsd:string" />
|
|
183
|
+
<element name="IsActive" type="xsd:boolean" />
|
|
184
|
+
<element name="Events" type="ns5:IntegerCollection" />
|
|
185
|
+
<element name="Folders" type="ns5:IntegerCollection" />
|
|
186
|
+
</all>
|
|
187
|
+
</complexType>
|
|
188
|
+
<complexType name="AgendaItem">
|
|
189
|
+
<all>
|
|
190
|
+
<element name="Department" type="xsd:string" />
|
|
191
|
+
<element name="Actions" type="xsd:string" />
|
|
192
|
+
</all>
|
|
193
|
+
</complexType>
|
|
194
|
+
<complexType name="PracticeQuestion">
|
|
195
|
+
<all>
|
|
196
|
+
<element name="XMLData" type="xsd:string" />
|
|
197
|
+
</all>
|
|
198
|
+
</complexType>
|
|
199
|
+
<complexType name="TrainingChapter">
|
|
200
|
+
<all>
|
|
201
|
+
<element name="Subject" type="xsd:string" />
|
|
202
|
+
</all>
|
|
203
|
+
</complexType>
|
|
204
|
+
<complexType name="Document">
|
|
205
|
+
<all>
|
|
206
|
+
<element name="Description" type="xsd:string" />
|
|
207
|
+
<element name="Location" type="xsd:string" />
|
|
208
|
+
</all>
|
|
209
|
+
</complexType>
|
|
210
|
+
<complexType name="Note">
|
|
211
|
+
<all>
|
|
212
|
+
<element name="NoteText" type="xsd:string" />
|
|
213
|
+
<element name="EditorsNotes" type="xsd:string" />
|
|
214
|
+
<element name="Private" type="xsd:boolean" />
|
|
215
|
+
</all>
|
|
216
|
+
</complexType>
|
|
217
|
+
<complexType name="VoteEntry">
|
|
218
|
+
<all>
|
|
219
|
+
<element name="Name" type="xsd:string" />
|
|
220
|
+
<element name="Vote" type="xsd:int" />
|
|
221
|
+
</all>
|
|
222
|
+
</complexType>
|
|
223
|
+
<complexType name="VoteRecord">
|
|
224
|
+
<all>
|
|
225
|
+
<element name="MotionID" type="xsd:int" />
|
|
226
|
+
<element name="Passed" type="xsd:boolean" />
|
|
227
|
+
<element name="Votes" type="ns5:VoteCollection" />
|
|
228
|
+
</all>
|
|
229
|
+
</complexType>
|
|
230
|
+
<complexType name="Rollcall">
|
|
231
|
+
<all>
|
|
232
|
+
<element name="Attendees" type="ns5:AttendeeStatusCollection" />
|
|
233
|
+
</all>
|
|
234
|
+
</complexType>
|
|
235
|
+
<complexType name="AttendeeStatus">
|
|
236
|
+
<all>
|
|
237
|
+
<element name="Name" type="xsd:string" />
|
|
238
|
+
<element name="Status" type="xsd:int" />
|
|
239
|
+
</all>
|
|
240
|
+
</complexType>
|
|
241
|
+
<complexType name="Motion">
|
|
242
|
+
<all>
|
|
243
|
+
<element name="Mover" type="xsd:string" />
|
|
244
|
+
<element name="Seconder" type="xsd:string" />
|
|
245
|
+
<element name="Type" type="xsd:string" />
|
|
246
|
+
<element name="MotionText" type="xsd:string" />
|
|
247
|
+
</all>
|
|
248
|
+
</complexType>
|
|
249
|
+
<complexType name="Attendee">
|
|
250
|
+
<all>
|
|
251
|
+
<element name="ID" type="xsd:int" />
|
|
252
|
+
<element name="Name" type="xsd:string" />
|
|
253
|
+
<element name="OrderID" type="xsd:int" />
|
|
254
|
+
<element name="Voting" type="xsd:boolean" />
|
|
255
|
+
<element name="Chair" type="xsd:boolean" />
|
|
256
|
+
</all>
|
|
257
|
+
</complexType>
|
|
258
|
+
<complexType name="VoteCollection">
|
|
259
|
+
<complexContent>
|
|
260
|
+
<restriction base="SOAP-ENC:Array">
|
|
261
|
+
<attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="ns5:VoteEntry[]" />
|
|
262
|
+
</restriction>
|
|
263
|
+
</complexContent>
|
|
264
|
+
</complexType>
|
|
265
|
+
<complexType name="AttendeeStatusCollection">
|
|
266
|
+
<complexContent>
|
|
267
|
+
<restriction base="SOAP-ENC:Array">
|
|
268
|
+
<attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="ns5:AttendeeStatus[]" />
|
|
269
|
+
</restriction>
|
|
270
|
+
</complexContent>
|
|
271
|
+
</complexType>
|
|
272
|
+
<complexType name="CameraCollection">
|
|
273
|
+
<complexContent>
|
|
274
|
+
<restriction base="SOAP-ENC:Array">
|
|
275
|
+
<attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="ns5:CameraData[]" />
|
|
276
|
+
</restriction>
|
|
277
|
+
</complexContent>
|
|
278
|
+
</complexType>
|
|
279
|
+
<complexType name="EventCollection">
|
|
280
|
+
<complexContent>
|
|
281
|
+
<restriction base="SOAP-ENC:Array">
|
|
282
|
+
<attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="ns5:EventData[]" />
|
|
283
|
+
</restriction>
|
|
284
|
+
</complexContent>
|
|
285
|
+
</complexType>
|
|
286
|
+
<complexType name="FolderCollection">
|
|
287
|
+
<complexContent>
|
|
288
|
+
<restriction base="SOAP-ENC:Array">
|
|
289
|
+
<attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="ns5:FolderData[]" />
|
|
290
|
+
</restriction>
|
|
291
|
+
</complexContent>
|
|
292
|
+
</complexType>
|
|
293
|
+
<complexType name="ClipCollection">
|
|
294
|
+
<complexContent>
|
|
295
|
+
<restriction base="SOAP-ENC:Array">
|
|
296
|
+
<attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="ns5:ClipData[]" />
|
|
297
|
+
</restriction>
|
|
298
|
+
</complexContent>
|
|
299
|
+
</complexType>
|
|
300
|
+
<complexType name="UserCollection">
|
|
301
|
+
<complexContent>
|
|
302
|
+
<restriction base="SOAP-ENC:Array">
|
|
303
|
+
<attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="ns5:UserData[]" />
|
|
304
|
+
</restriction>
|
|
305
|
+
</complexContent>
|
|
306
|
+
</complexType>
|
|
307
|
+
<complexType name="GroupCollection">
|
|
308
|
+
<complexContent>
|
|
309
|
+
<restriction base="SOAP-ENC:Array">
|
|
310
|
+
<attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="ns5:GroupData[]" />
|
|
311
|
+
</restriction>
|
|
312
|
+
</complexContent>
|
|
313
|
+
</complexType>
|
|
314
|
+
<complexType name="TemplateCollection">
|
|
315
|
+
<complexContent>
|
|
316
|
+
<restriction base="SOAP-ENC:Array">
|
|
317
|
+
<attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="ns5:TemplateData[]" />
|
|
318
|
+
</restriction>
|
|
319
|
+
</complexContent>
|
|
320
|
+
</complexType>
|
|
321
|
+
<complexType name="ServerCollection">
|
|
322
|
+
<complexContent>
|
|
323
|
+
<restriction base="SOAP-ENC:Array">
|
|
324
|
+
<attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="ns5:ServerData[]" />
|
|
325
|
+
</restriction>
|
|
326
|
+
</complexContent>
|
|
327
|
+
</complexType>
|
|
328
|
+
<complexType name="AttendeeCollection">
|
|
329
|
+
<complexContent>
|
|
330
|
+
<restriction base="SOAP-ENC:Array">
|
|
331
|
+
<attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="ns5:Attendee[]" />
|
|
332
|
+
</restriction>
|
|
333
|
+
</complexContent>
|
|
334
|
+
</complexType>
|
|
335
|
+
<complexType name="MetaDataDataCollection">
|
|
336
|
+
<complexContent>
|
|
337
|
+
<restriction base="SOAP-ENC:Array">
|
|
338
|
+
<attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="ns5:MetaDataData[]" />
|
|
339
|
+
</restriction>
|
|
340
|
+
</complexContent>
|
|
341
|
+
</complexType>
|
|
342
|
+
<complexType name="CaptionDataCollection">
|
|
343
|
+
<complexContent>
|
|
344
|
+
<restriction base="SOAP-ENC:Array">
|
|
345
|
+
<attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="ns5:CaptionData[]" />
|
|
346
|
+
</restriction>
|
|
347
|
+
</complexContent>
|
|
348
|
+
</complexType>
|
|
349
|
+
<complexType name="StringCollection">
|
|
350
|
+
<complexContent>
|
|
351
|
+
<restriction base="SOAP-ENC:Array">
|
|
352
|
+
<attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="xsd:string[]" />
|
|
353
|
+
</restriction>
|
|
354
|
+
</complexContent>
|
|
355
|
+
</complexType>
|
|
356
|
+
<complexType name="IntegerCollection">
|
|
357
|
+
<complexContent>
|
|
358
|
+
<restriction base="SOAP-ENC:Array">
|
|
359
|
+
<attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="xsd:int[]" />
|
|
360
|
+
</restriction>
|
|
361
|
+
</complexContent>
|
|
362
|
+
</complexType>
|
|
363
|
+
<complexType name="ViewCollection">
|
|
364
|
+
<complexContent>
|
|
365
|
+
<restriction base="SOAP-ENC:Array">
|
|
366
|
+
<attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="ns5:ViewData[]" />
|
|
367
|
+
</restriction>
|
|
368
|
+
</complexContent>
|
|
369
|
+
</complexType>
|
|
370
|
+
</schema>
|
|
371
|
+
</types>
|
|
372
|
+
<portType name="UserSDKPort">
|
|
373
|
+
<operation name="LogMessage">
|
|
374
|
+
<input message="tns:LogMessageRequest" />
|
|
375
|
+
<output message="tns:LogMessageResponse" />
|
|
376
|
+
</operation>
|
|
377
|
+
<operation name="Login">
|
|
378
|
+
<input message="tns:LoginRequest" />
|
|
379
|
+
<output message="tns:LoginResponse" />
|
|
380
|
+
</operation>
|
|
381
|
+
<operation name="GetChallenge">
|
|
382
|
+
<input message="tns:GetChallengeRequest" />
|
|
383
|
+
<output message="tns:GetChallengeResponse" />
|
|
384
|
+
</operation>
|
|
385
|
+
<operation name="SendChallengeResponse">
|
|
386
|
+
<input message="tns:SendChallengeResponseRequest" />
|
|
387
|
+
<output message="tns:SendChallengeResponseResponse" />
|
|
388
|
+
</operation>
|
|
389
|
+
<operation name="Logout">
|
|
390
|
+
<input message="tns:LogoutRequest" />
|
|
391
|
+
<output message="tns:LogoutResponse" />
|
|
392
|
+
</operation>
|
|
393
|
+
<operation name="CreateCamera">
|
|
394
|
+
<input message="tns:CreateCameraRequest" />
|
|
395
|
+
<output message="tns:CreateCameraResponse" />
|
|
396
|
+
</operation>
|
|
397
|
+
<operation name="GetCameras">
|
|
398
|
+
<input message="tns:GetCamerasRequest" />
|
|
399
|
+
<output message="tns:GetCamerasResponse" />
|
|
400
|
+
</operation>
|
|
401
|
+
<operation name="GetCamera">
|
|
402
|
+
<input message="tns:GetCameraRequest" />
|
|
403
|
+
<output message="tns:GetCameraResponse" />
|
|
404
|
+
</operation>
|
|
405
|
+
<operation name="GetCameraVideoLocation">
|
|
406
|
+
<input message="tns:GetCameraVideoLocationRequest" />
|
|
407
|
+
<output message="tns:GetCameraVideoLocationResponse" />
|
|
408
|
+
</operation>
|
|
409
|
+
<operation name="UpdateCamera">
|
|
410
|
+
<input message="tns:UpdateCameraRequest" />
|
|
411
|
+
<output message="tns:UpdateCameraResponse" />
|
|
412
|
+
</operation>
|
|
413
|
+
<operation name="DeleteCamera">
|
|
414
|
+
<input message="tns:DeleteCameraRequest" />
|
|
415
|
+
<output message="tns:DeleteCameraResponse" />
|
|
416
|
+
</operation>
|
|
417
|
+
<operation name="CreateEvent">
|
|
418
|
+
<input message="tns:CreateEventRequest" />
|
|
419
|
+
<output message="tns:CreateEventResponse" />
|
|
420
|
+
</operation>
|
|
421
|
+
<operation name="GetEvents">
|
|
422
|
+
<input message="tns:GetEventsRequest" />
|
|
423
|
+
<output message="tns:GetEventsResponse" />
|
|
424
|
+
</operation>
|
|
425
|
+
<operation name="GetEventsByForeignID">
|
|
426
|
+
<input message="tns:GetEventsByForeignIDRequest" />
|
|
427
|
+
<output message="tns:GetEventsByForeignIDResponse" />
|
|
428
|
+
</operation>
|
|
429
|
+
<operation name="GetEvent">
|
|
430
|
+
<input message="tns:GetEventRequest" />
|
|
431
|
+
<output message="tns:GetEventResponse" />
|
|
432
|
+
</operation>
|
|
433
|
+
<operation name="GetEventByUID">
|
|
434
|
+
<input message="tns:GetEventByUIDRequest" />
|
|
435
|
+
<output message="tns:GetEventByUIDResponse" />
|
|
436
|
+
</operation>
|
|
437
|
+
<operation name="GetEventVideoLocation">
|
|
438
|
+
<input message="tns:GetEventVideoLocationRequest" />
|
|
439
|
+
<output message="tns:GetEventVideoLocationResponse" />
|
|
440
|
+
</operation>
|
|
441
|
+
<operation name="GetEventVideoLocationByUID">
|
|
442
|
+
<input message="tns:GetEventVideoLocationByUIDRequest" />
|
|
443
|
+
<output message="tns:GetEventVideoLocationByUIDResponse" />
|
|
444
|
+
</operation>
|
|
445
|
+
<operation name="GetEventMetaData">
|
|
446
|
+
<input message="tns:GetEventMetaDataRequest" />
|
|
447
|
+
<output message="tns:GetEventMetaDataResponse" />
|
|
448
|
+
</operation>
|
|
449
|
+
<operation name="GetEventMetaDataByUID">
|
|
450
|
+
<input message="tns:GetEventMetaDataByUIDRequest" />
|
|
451
|
+
<output message="tns:GetEventMetaDataByUIDResponse" />
|
|
452
|
+
</operation>
|
|
453
|
+
<operation name="SetEventAgendaURL">
|
|
454
|
+
<input message="tns:SetEventAgendaURLRequest" />
|
|
455
|
+
<output message="tns:SetEventAgendaURLResponse" />
|
|
456
|
+
</operation>
|
|
457
|
+
<operation name="SetEventAgendaURLByUID">
|
|
458
|
+
<input message="tns:SetEventAgendaURLByUIDRequest" />
|
|
459
|
+
<output message="tns:SetEventAgendaURLByUIDResponse" />
|
|
460
|
+
</operation>
|
|
461
|
+
<operation name="UpdateEvent">
|
|
462
|
+
<input message="tns:UpdateEventRequest" />
|
|
463
|
+
<output message="tns:UpdateEventResponse" />
|
|
464
|
+
</operation>
|
|
465
|
+
<operation name="AddEventMetaData">
|
|
466
|
+
<input message="tns:AddEventMetaDataRequest" />
|
|
467
|
+
<output message="tns:AddEventMetaDataResponse" />
|
|
468
|
+
</operation>
|
|
469
|
+
<operation name="ImportEventMetaData">
|
|
470
|
+
<input message="tns:ImportEventMetaDataRequest" />
|
|
471
|
+
<output message="tns:ImportEventMetaDataResponse" />
|
|
472
|
+
</operation>
|
|
473
|
+
<operation name="CreateFolder">
|
|
474
|
+
<input message="tns:CreateFolderRequest" />
|
|
475
|
+
<output message="tns:CreateFolderResponse" />
|
|
476
|
+
</operation>
|
|
477
|
+
<operation name="GetFolders">
|
|
478
|
+
<input message="tns:GetFoldersRequest" />
|
|
479
|
+
<output message="tns:GetFoldersResponse" />
|
|
480
|
+
</operation>
|
|
481
|
+
<operation name="GetFoldersByType">
|
|
482
|
+
<input message="tns:GetFoldersByTypeRequest" />
|
|
483
|
+
<output message="tns:GetFoldersByTypeResponse" />
|
|
484
|
+
</operation>
|
|
485
|
+
<operation name="GetFolder">
|
|
486
|
+
<input message="tns:GetFolderRequest" />
|
|
487
|
+
<output message="tns:GetFolderResponse" />
|
|
488
|
+
</operation>
|
|
489
|
+
<operation name="GetFolderUploadInterface">
|
|
490
|
+
<input message="tns:GetFolderUploadInterfaceRequest" />
|
|
491
|
+
<output message="tns:GetFolderUploadInterfaceResponse" />
|
|
492
|
+
</operation>
|
|
493
|
+
<operation name="UpdateFolder">
|
|
494
|
+
<input message="tns:UpdateFolderRequest" />
|
|
495
|
+
<output message="tns:UpdateFolderResponse" />
|
|
496
|
+
</operation>
|
|
497
|
+
<operation name="RegisterClipUpload">
|
|
498
|
+
<input message="tns:RegisterClipUploadRequest" />
|
|
499
|
+
<output message="tns:RegisterClipUploadResponse" />
|
|
500
|
+
</operation>
|
|
501
|
+
<operation name="GetClips">
|
|
502
|
+
<input message="tns:GetClipsRequest" />
|
|
503
|
+
<output message="tns:GetClipsResponse" />
|
|
504
|
+
</operation>
|
|
505
|
+
<operation name="GetClipsByForeignID">
|
|
506
|
+
<input message="tns:GetClipsByForeignIDRequest" />
|
|
507
|
+
<output message="tns:GetClipsByForeignIDResponse" />
|
|
508
|
+
</operation>
|
|
509
|
+
<operation name="GetClip">
|
|
510
|
+
<input message="tns:GetClipRequest" />
|
|
511
|
+
<output message="tns:GetClipResponse" />
|
|
512
|
+
</operation>
|
|
513
|
+
<operation name="GetClipByUID">
|
|
514
|
+
<input message="tns:GetClipByUIDRequest" />
|
|
515
|
+
<output message="tns:GetClipByUIDResponse" />
|
|
516
|
+
</operation>
|
|
517
|
+
<operation name="GetClipVideoLocation">
|
|
518
|
+
<input message="tns:GetClipVideoLocationRequest" />
|
|
519
|
+
<output message="tns:GetClipVideoLocationResponse" />
|
|
520
|
+
</operation>
|
|
521
|
+
<operation name="GetClipMetaData">
|
|
522
|
+
<input message="tns:GetClipMetaDataRequest" />
|
|
523
|
+
<output message="tns:GetClipMetaDataResponse" />
|
|
524
|
+
</operation>
|
|
525
|
+
<operation name="GetClipMetaDataByUID">
|
|
526
|
+
<input message="tns:GetClipMetaDataByUIDRequest" />
|
|
527
|
+
<output message="tns:GetClipMetaDataByUIDResponse" />
|
|
528
|
+
</operation>
|
|
529
|
+
<operation name="GetClipIndices">
|
|
530
|
+
<input message="tns:GetClipIndicesRequest" />
|
|
531
|
+
<output message="tns:GetClipIndicesResponse" />
|
|
532
|
+
</operation>
|
|
533
|
+
<operation name="GetClipIndicesByUID">
|
|
534
|
+
<input message="tns:GetClipIndicesByUIDRequest" />
|
|
535
|
+
<output message="tns:GetClipIndicesByUIDResponse" />
|
|
536
|
+
</operation>
|
|
537
|
+
<operation name="GetClipCaptions">
|
|
538
|
+
<input message="tns:GetClipCaptionsRequest" />
|
|
539
|
+
<output message="tns:GetClipCaptionsResponse" />
|
|
540
|
+
</operation>
|
|
541
|
+
<operation name="GetClipCaptionsByUID">
|
|
542
|
+
<input message="tns:GetClipCaptionsByUIDRequest" />
|
|
543
|
+
<output message="tns:GetClipCaptionsByUIDResponse" />
|
|
544
|
+
</operation>
|
|
545
|
+
<operation name="SetClipAgendaURL">
|
|
546
|
+
<input message="tns:SetClipAgendaURLRequest" />
|
|
547
|
+
<output message="tns:SetClipAgendaURLResponse" />
|
|
548
|
+
</operation>
|
|
549
|
+
<operation name="SetClipMinutesURL">
|
|
550
|
+
<input message="tns:SetClipMinutesURLRequest" />
|
|
551
|
+
<output message="tns:SetClipMinutesURLResponse" />
|
|
552
|
+
</operation>
|
|
553
|
+
<operation name="UpdateClip">
|
|
554
|
+
<input message="tns:UpdateClipRequest" />
|
|
555
|
+
<output message="tns:UpdateClipResponse" />
|
|
556
|
+
</operation>
|
|
557
|
+
<operation name="DeleteClip">
|
|
558
|
+
<input message="tns:DeleteClipRequest" />
|
|
559
|
+
<output message="tns:DeleteClipResponse" />
|
|
560
|
+
</operation>
|
|
561
|
+
<operation name="AddClipMetaData">
|
|
562
|
+
<input message="tns:AddClipMetaDataRequest" />
|
|
563
|
+
<output message="tns:AddClipMetaDataResponse" />
|
|
564
|
+
</operation>
|
|
565
|
+
<operation name="ImportClipMetaData">
|
|
566
|
+
<input message="tns:ImportClipMetaDataRequest" />
|
|
567
|
+
<output message="tns:ImportClipMetaDataResponse" />
|
|
568
|
+
</operation>
|
|
569
|
+
<operation name="GetMetaData">
|
|
570
|
+
<input message="tns:GetMetaDataRequest" />
|
|
571
|
+
<output message="tns:GetMetaDataResponse" />
|
|
572
|
+
</operation>
|
|
573
|
+
<operation name="GetMetaDataByUID">
|
|
574
|
+
<input message="tns:GetMetaDataByUIDRequest" />
|
|
575
|
+
<output message="tns:GetMetaDataByUIDResponse" />
|
|
576
|
+
</operation>
|
|
577
|
+
<operation name="GetMetaDataVideoLocation">
|
|
578
|
+
<input message="tns:GetMetaDataVideoLocationRequest" />
|
|
579
|
+
<output message="tns:GetMetaDataVideoLocationResponse" />
|
|
580
|
+
</operation>
|
|
581
|
+
<operation name="UpdateMetaData">
|
|
582
|
+
<input message="tns:UpdateMetaDataRequest" />
|
|
583
|
+
<output message="tns:UpdateMetaDataResponse" />
|
|
584
|
+
</operation>
|
|
585
|
+
<operation name="DeleteMetaData">
|
|
586
|
+
<input message="tns:DeleteMetaDataRequest" />
|
|
587
|
+
<output message="tns:DeleteMetaDataResponse" />
|
|
588
|
+
</operation>
|
|
589
|
+
<operation name="CreateView">
|
|
590
|
+
<input message="tns:CreateViewRequest" />
|
|
591
|
+
<output message="tns:CreateViewResponse" />
|
|
592
|
+
</operation>
|
|
593
|
+
<operation name="GetViews">
|
|
594
|
+
<input message="tns:GetViewsRequest" />
|
|
595
|
+
<output message="tns:GetViewsResponse" />
|
|
596
|
+
</operation>
|
|
597
|
+
<operation name="GetView">
|
|
598
|
+
<input message="tns:GetViewRequest" />
|
|
599
|
+
<output message="tns:GetViewResponse" />
|
|
600
|
+
</operation>
|
|
601
|
+
<operation name="UpdateView">
|
|
602
|
+
<input message="tns:UpdateViewRequest" />
|
|
603
|
+
<output message="tns:UpdateViewResponse" />
|
|
604
|
+
</operation>
|
|
605
|
+
<operation name="CreateUser">
|
|
606
|
+
<input message="tns:CreateUserRequest" />
|
|
607
|
+
<output message="tns:CreateUserResponse" />
|
|
608
|
+
</operation>
|
|
609
|
+
<operation name="GetCurrentUserID">
|
|
610
|
+
<input message="tns:GetCurrentUserIDRequest" />
|
|
611
|
+
<output message="tns:GetCurrentUserIDResponse" />
|
|
612
|
+
</operation>
|
|
613
|
+
<operation name="GetCurrentUserLogon">
|
|
614
|
+
<input message="tns:GetCurrentUserLogonRequest" />
|
|
615
|
+
<output message="tns:GetCurrentUserLogonResponse" />
|
|
616
|
+
</operation>
|
|
617
|
+
<operation name="GetUsers">
|
|
618
|
+
<input message="tns:GetUsersRequest" />
|
|
619
|
+
<output message="tns:GetUsersResponse" />
|
|
620
|
+
</operation>
|
|
621
|
+
<operation name="GetUser">
|
|
622
|
+
<input message="tns:GetUserRequest" />
|
|
623
|
+
<output message="tns:GetUserResponse" />
|
|
624
|
+
</operation>
|
|
625
|
+
<operation name="UpdateUser">
|
|
626
|
+
<input message="tns:UpdateUserRequest" />
|
|
627
|
+
<output message="tns:UpdateUserResponse" />
|
|
628
|
+
</operation>
|
|
629
|
+
<operation name="CreateGroup">
|
|
630
|
+
<input message="tns:CreateGroupRequest" />
|
|
631
|
+
<output message="tns:CreateGroupResponse" />
|
|
632
|
+
</operation>
|
|
633
|
+
<operation name="GetGroups">
|
|
634
|
+
<input message="tns:GetGroupsRequest" />
|
|
635
|
+
<output message="tns:GetGroupsResponse" />
|
|
636
|
+
</operation>
|
|
637
|
+
<operation name="GetGroup">
|
|
638
|
+
<input message="tns:GetGroupRequest" />
|
|
639
|
+
<output message="tns:GetGroupResponse" />
|
|
640
|
+
</operation>
|
|
641
|
+
<operation name="UpdateGroup">
|
|
642
|
+
<input message="tns:UpdateGroupRequest" />
|
|
643
|
+
<output message="tns:UpdateGroupResponse" />
|
|
644
|
+
</operation>
|
|
645
|
+
<operation name="CreateTemplate">
|
|
646
|
+
<input message="tns:CreateTemplateRequest" />
|
|
647
|
+
<output message="tns:CreateTemplateResponse" />
|
|
648
|
+
</operation>
|
|
649
|
+
<operation name="GetTemplates">
|
|
650
|
+
<input message="tns:GetTemplatesRequest" />
|
|
651
|
+
<output message="tns:GetTemplatesResponse" />
|
|
652
|
+
</operation>
|
|
653
|
+
<operation name="GetTemplate">
|
|
654
|
+
<input message="tns:GetTemplateRequest" />
|
|
655
|
+
<output message="tns:GetTemplateResponse" />
|
|
656
|
+
</operation>
|
|
657
|
+
<operation name="UpdateTemplate">
|
|
658
|
+
<input message="tns:UpdateTemplateRequest" />
|
|
659
|
+
<output message="tns:UpdateTemplateResponse" />
|
|
660
|
+
</operation>
|
|
661
|
+
<operation name="CreateServer">
|
|
662
|
+
<input message="tns:CreateServerRequest" />
|
|
663
|
+
<output message="tns:CreateServerResponse" />
|
|
664
|
+
</operation>
|
|
665
|
+
<operation name="GetServers">
|
|
666
|
+
<input message="tns:GetServersRequest" />
|
|
667
|
+
<output message="tns:GetServersResponse" />
|
|
668
|
+
</operation>
|
|
669
|
+
<operation name="GetServer">
|
|
670
|
+
<input message="tns:GetServerRequest" />
|
|
671
|
+
<output message="tns:GetServerResponse" />
|
|
672
|
+
</operation>
|
|
673
|
+
<operation name="UpdateServer">
|
|
674
|
+
<input message="tns:UpdateServerRequest" />
|
|
675
|
+
<output message="tns:UpdateServerResponse" />
|
|
676
|
+
</operation>
|
|
677
|
+
<operation name="GetPermissionLevel">
|
|
678
|
+
<input message="tns:GetPermissionLevelRequest" />
|
|
679
|
+
<output message="tns:GetPermissionLevelResponse" />
|
|
680
|
+
</operation>
|
|
681
|
+
<operation name="CreateClipGeneratedMinutesDocument">
|
|
682
|
+
<input message="tns:CreateClipGeneratedMinutesDocumentRequest" />
|
|
683
|
+
<output message="tns:CreateClipGeneratedMinutesDocumentResponse" />
|
|
684
|
+
</operation>
|
|
685
|
+
</portType>
|
|
686
|
+
<binding name="UserSDKBinding" type="tns:UserSDKPort">
|
|
687
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
|
|
688
|
+
<operation name="LogMessage">
|
|
689
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#LogMessage" />
|
|
690
|
+
<input>
|
|
691
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
692
|
+
</input>
|
|
693
|
+
<output>
|
|
694
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
695
|
+
</output>
|
|
696
|
+
</operation>
|
|
697
|
+
<operation name="Login">
|
|
698
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#Login" />
|
|
699
|
+
<input>
|
|
700
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
701
|
+
</input>
|
|
702
|
+
<output>
|
|
703
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
704
|
+
</output>
|
|
705
|
+
</operation>
|
|
706
|
+
<operation name="GetChallenge">
|
|
707
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetChallenge" />
|
|
708
|
+
<input>
|
|
709
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
710
|
+
</input>
|
|
711
|
+
<output>
|
|
712
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
713
|
+
</output>
|
|
714
|
+
</operation>
|
|
715
|
+
<operation name="SendChallengeResponse">
|
|
716
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#SendChallengeResponse" />
|
|
717
|
+
<input>
|
|
718
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
719
|
+
</input>
|
|
720
|
+
<output>
|
|
721
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
722
|
+
</output>
|
|
723
|
+
</operation>
|
|
724
|
+
<operation name="Logout">
|
|
725
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#Logout" />
|
|
726
|
+
<input>
|
|
727
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
728
|
+
</input>
|
|
729
|
+
<output>
|
|
730
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
731
|
+
</output>
|
|
732
|
+
</operation>
|
|
733
|
+
<operation name="CreateCamera">
|
|
734
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#CreateCamera" />
|
|
735
|
+
<input>
|
|
736
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
737
|
+
</input>
|
|
738
|
+
<output>
|
|
739
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
740
|
+
</output>
|
|
741
|
+
</operation>
|
|
742
|
+
<operation name="GetCameras">
|
|
743
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetCameras" />
|
|
744
|
+
<input>
|
|
745
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
746
|
+
</input>
|
|
747
|
+
<output>
|
|
748
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
749
|
+
</output>
|
|
750
|
+
</operation>
|
|
751
|
+
<operation name="GetCamera">
|
|
752
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetCamera" />
|
|
753
|
+
<input>
|
|
754
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
755
|
+
</input>
|
|
756
|
+
<output>
|
|
757
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
758
|
+
</output>
|
|
759
|
+
</operation>
|
|
760
|
+
<operation name="GetCameraVideoLocation">
|
|
761
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetCameraVideoLocation" />
|
|
762
|
+
<input>
|
|
763
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
764
|
+
</input>
|
|
765
|
+
<output>
|
|
766
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
767
|
+
</output>
|
|
768
|
+
</operation>
|
|
769
|
+
<operation name="UpdateCamera">
|
|
770
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#UpdateCamera" />
|
|
771
|
+
<input>
|
|
772
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
773
|
+
</input>
|
|
774
|
+
<output>
|
|
775
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
776
|
+
</output>
|
|
777
|
+
</operation>
|
|
778
|
+
<operation name="DeleteCamera">
|
|
779
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#DeleteCamera" />
|
|
780
|
+
<input>
|
|
781
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
782
|
+
</input>
|
|
783
|
+
<output>
|
|
784
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
785
|
+
</output>
|
|
786
|
+
</operation>
|
|
787
|
+
<operation name="CreateEvent">
|
|
788
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#CreateEvent" />
|
|
789
|
+
<input>
|
|
790
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
791
|
+
</input>
|
|
792
|
+
<output>
|
|
793
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
794
|
+
</output>
|
|
795
|
+
</operation>
|
|
796
|
+
<operation name="GetEvents">
|
|
797
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetEvents" />
|
|
798
|
+
<input>
|
|
799
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
800
|
+
</input>
|
|
801
|
+
<output>
|
|
802
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
803
|
+
</output>
|
|
804
|
+
</operation>
|
|
805
|
+
<operation name="GetEventsByForeignID">
|
|
806
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetEventsByForeignID" />
|
|
807
|
+
<input>
|
|
808
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
809
|
+
</input>
|
|
810
|
+
<output>
|
|
811
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
812
|
+
</output>
|
|
813
|
+
</operation>
|
|
814
|
+
<operation name="GetEvent">
|
|
815
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetEvent" />
|
|
816
|
+
<input>
|
|
817
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
818
|
+
</input>
|
|
819
|
+
<output>
|
|
820
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
821
|
+
</output>
|
|
822
|
+
</operation>
|
|
823
|
+
<operation name="GetEventByUID">
|
|
824
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetEventByUID" />
|
|
825
|
+
<input>
|
|
826
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
827
|
+
</input>
|
|
828
|
+
<output>
|
|
829
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
830
|
+
</output>
|
|
831
|
+
</operation>
|
|
832
|
+
<operation name="GetEventVideoLocation">
|
|
833
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetEventVideoLocation" />
|
|
834
|
+
<input>
|
|
835
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
836
|
+
</input>
|
|
837
|
+
<output>
|
|
838
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
839
|
+
</output>
|
|
840
|
+
</operation>
|
|
841
|
+
<operation name="GetEventVideoLocationByUID">
|
|
842
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetEventVideoLocationByUID" />
|
|
843
|
+
<input>
|
|
844
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
845
|
+
</input>
|
|
846
|
+
<output>
|
|
847
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
848
|
+
</output>
|
|
849
|
+
</operation>
|
|
850
|
+
<operation name="GetEventMetaData">
|
|
851
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetEventMetaData" />
|
|
852
|
+
<input>
|
|
853
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
854
|
+
</input>
|
|
855
|
+
<output>
|
|
856
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
857
|
+
</output>
|
|
858
|
+
</operation>
|
|
859
|
+
<operation name="GetEventMetaDataByUID">
|
|
860
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetEventMetaDataByUID" />
|
|
861
|
+
<input>
|
|
862
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
863
|
+
</input>
|
|
864
|
+
<output>
|
|
865
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
866
|
+
</output>
|
|
867
|
+
</operation>
|
|
868
|
+
<operation name="SetEventAgendaURL">
|
|
869
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#SetEventAgendaURL" />
|
|
870
|
+
<input>
|
|
871
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
872
|
+
</input>
|
|
873
|
+
<output>
|
|
874
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
875
|
+
</output>
|
|
876
|
+
</operation>
|
|
877
|
+
<operation name="SetEventAgendaURLByUID">
|
|
878
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#SetEventAgendaURLByUID" />
|
|
879
|
+
<input>
|
|
880
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
881
|
+
</input>
|
|
882
|
+
<output>
|
|
883
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
884
|
+
</output>
|
|
885
|
+
</operation>
|
|
886
|
+
<operation name="UpdateEvent">
|
|
887
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#UpdateEvent" />
|
|
888
|
+
<input>
|
|
889
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
890
|
+
</input>
|
|
891
|
+
<output>
|
|
892
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
893
|
+
</output>
|
|
894
|
+
</operation>
|
|
895
|
+
<operation name="AddEventMetaData">
|
|
896
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#AddEventMetaData" />
|
|
897
|
+
<input>
|
|
898
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
899
|
+
</input>
|
|
900
|
+
<output>
|
|
901
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
902
|
+
</output>
|
|
903
|
+
</operation>
|
|
904
|
+
<operation name="ImportEventMetaData">
|
|
905
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#ImportEventMetaData" />
|
|
906
|
+
<input>
|
|
907
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
908
|
+
</input>
|
|
909
|
+
<output>
|
|
910
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
911
|
+
</output>
|
|
912
|
+
</operation>
|
|
913
|
+
<operation name="CreateFolder">
|
|
914
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#CreateFolder" />
|
|
915
|
+
<input>
|
|
916
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
917
|
+
</input>
|
|
918
|
+
<output>
|
|
919
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
920
|
+
</output>
|
|
921
|
+
</operation>
|
|
922
|
+
<operation name="GetFolders">
|
|
923
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetFolders" />
|
|
924
|
+
<input>
|
|
925
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
926
|
+
</input>
|
|
927
|
+
<output>
|
|
928
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
929
|
+
</output>
|
|
930
|
+
</operation>
|
|
931
|
+
<operation name="GetFoldersByType">
|
|
932
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetFoldersByType" />
|
|
933
|
+
<input>
|
|
934
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
935
|
+
</input>
|
|
936
|
+
<output>
|
|
937
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
938
|
+
</output>
|
|
939
|
+
</operation>
|
|
940
|
+
<operation name="GetFolder">
|
|
941
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetFolder" />
|
|
942
|
+
<input>
|
|
943
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
944
|
+
</input>
|
|
945
|
+
<output>
|
|
946
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
947
|
+
</output>
|
|
948
|
+
</operation>
|
|
949
|
+
<operation name="GetFolderUploadInterface">
|
|
950
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetFolderUploadInterface" />
|
|
951
|
+
<input>
|
|
952
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
953
|
+
</input>
|
|
954
|
+
<output>
|
|
955
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
956
|
+
</output>
|
|
957
|
+
</operation>
|
|
958
|
+
<operation name="UpdateFolder">
|
|
959
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#UpdateFolder" />
|
|
960
|
+
<input>
|
|
961
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
962
|
+
</input>
|
|
963
|
+
<output>
|
|
964
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
965
|
+
</output>
|
|
966
|
+
</operation>
|
|
967
|
+
<operation name="RegisterClipUpload">
|
|
968
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#RegisterClipUpload" />
|
|
969
|
+
<input>
|
|
970
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
971
|
+
</input>
|
|
972
|
+
<output>
|
|
973
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
974
|
+
</output>
|
|
975
|
+
</operation>
|
|
976
|
+
<operation name="GetClips">
|
|
977
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetClips" />
|
|
978
|
+
<input>
|
|
979
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
980
|
+
</input>
|
|
981
|
+
<output>
|
|
982
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
983
|
+
</output>
|
|
984
|
+
</operation>
|
|
985
|
+
<operation name="GetClipsByForeignID">
|
|
986
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetClipsByForeignID" />
|
|
987
|
+
<input>
|
|
988
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
989
|
+
</input>
|
|
990
|
+
<output>
|
|
991
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
992
|
+
</output>
|
|
993
|
+
</operation>
|
|
994
|
+
<operation name="GetClip">
|
|
995
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetClip" />
|
|
996
|
+
<input>
|
|
997
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
998
|
+
</input>
|
|
999
|
+
<output>
|
|
1000
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1001
|
+
</output>
|
|
1002
|
+
</operation>
|
|
1003
|
+
<operation name="GetClipByUID">
|
|
1004
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetClipByUID" />
|
|
1005
|
+
<input>
|
|
1006
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1007
|
+
</input>
|
|
1008
|
+
<output>
|
|
1009
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1010
|
+
</output>
|
|
1011
|
+
</operation>
|
|
1012
|
+
<operation name="GetClipVideoLocation">
|
|
1013
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetClipVideoLocation" />
|
|
1014
|
+
<input>
|
|
1015
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1016
|
+
</input>
|
|
1017
|
+
<output>
|
|
1018
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1019
|
+
</output>
|
|
1020
|
+
</operation>
|
|
1021
|
+
<operation name="GetClipMetaData">
|
|
1022
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetClipMetaData" />
|
|
1023
|
+
<input>
|
|
1024
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1025
|
+
</input>
|
|
1026
|
+
<output>
|
|
1027
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1028
|
+
</output>
|
|
1029
|
+
</operation>
|
|
1030
|
+
<operation name="GetClipMetaDataByUID">
|
|
1031
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetClipMetaDataByUID" />
|
|
1032
|
+
<input>
|
|
1033
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1034
|
+
</input>
|
|
1035
|
+
<output>
|
|
1036
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1037
|
+
</output>
|
|
1038
|
+
</operation>
|
|
1039
|
+
<operation name="GetClipIndices">
|
|
1040
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetClipIndices" />
|
|
1041
|
+
<input>
|
|
1042
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1043
|
+
</input>
|
|
1044
|
+
<output>
|
|
1045
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1046
|
+
</output>
|
|
1047
|
+
</operation>
|
|
1048
|
+
<operation name="GetClipIndicesByUID">
|
|
1049
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetClipIndicesByUID" />
|
|
1050
|
+
<input>
|
|
1051
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1052
|
+
</input>
|
|
1053
|
+
<output>
|
|
1054
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1055
|
+
</output>
|
|
1056
|
+
</operation>
|
|
1057
|
+
<operation name="GetClipCaptions">
|
|
1058
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetClipCaptions" />
|
|
1059
|
+
<input>
|
|
1060
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1061
|
+
</input>
|
|
1062
|
+
<output>
|
|
1063
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1064
|
+
</output>
|
|
1065
|
+
</operation>
|
|
1066
|
+
<operation name="GetClipCaptionsByUID">
|
|
1067
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetClipCaptionsByUID" />
|
|
1068
|
+
<input>
|
|
1069
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1070
|
+
</input>
|
|
1071
|
+
<output>
|
|
1072
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1073
|
+
</output>
|
|
1074
|
+
</operation>
|
|
1075
|
+
<operation name="SetClipAgendaURL">
|
|
1076
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#SetClipAgendaURL" />
|
|
1077
|
+
<input>
|
|
1078
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1079
|
+
</input>
|
|
1080
|
+
<output>
|
|
1081
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1082
|
+
</output>
|
|
1083
|
+
</operation>
|
|
1084
|
+
<operation name="SetClipMinutesURL">
|
|
1085
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#SetClipMinutesURL" />
|
|
1086
|
+
<input>
|
|
1087
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1088
|
+
</input>
|
|
1089
|
+
<output>
|
|
1090
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1091
|
+
</output>
|
|
1092
|
+
</operation>
|
|
1093
|
+
<operation name="UpdateClip">
|
|
1094
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#UpdateClip" />
|
|
1095
|
+
<input>
|
|
1096
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1097
|
+
</input>
|
|
1098
|
+
<output>
|
|
1099
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1100
|
+
</output>
|
|
1101
|
+
</operation>
|
|
1102
|
+
<operation name="DeleteClip">
|
|
1103
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#DeleteClip" />
|
|
1104
|
+
<input>
|
|
1105
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1106
|
+
</input>
|
|
1107
|
+
<output>
|
|
1108
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1109
|
+
</output>
|
|
1110
|
+
</operation>
|
|
1111
|
+
<operation name="AddClipMetaData">
|
|
1112
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#AddClipMetaData" />
|
|
1113
|
+
<input>
|
|
1114
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1115
|
+
</input>
|
|
1116
|
+
<output>
|
|
1117
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1118
|
+
</output>
|
|
1119
|
+
</operation>
|
|
1120
|
+
<operation name="ImportClipMetaData">
|
|
1121
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#ImportClipMetaData" />
|
|
1122
|
+
<input>
|
|
1123
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1124
|
+
</input>
|
|
1125
|
+
<output>
|
|
1126
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1127
|
+
</output>
|
|
1128
|
+
</operation>
|
|
1129
|
+
<operation name="GetMetaData">
|
|
1130
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetMetaData" />
|
|
1131
|
+
<input>
|
|
1132
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1133
|
+
</input>
|
|
1134
|
+
<output>
|
|
1135
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1136
|
+
</output>
|
|
1137
|
+
</operation>
|
|
1138
|
+
<operation name="GetMetaDataByUID">
|
|
1139
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetMetaDataByUID" />
|
|
1140
|
+
<input>
|
|
1141
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1142
|
+
</input>
|
|
1143
|
+
<output>
|
|
1144
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1145
|
+
</output>
|
|
1146
|
+
</operation>
|
|
1147
|
+
<operation name="GetMetaDataVideoLocation">
|
|
1148
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetMetaDataVideoLocation" />
|
|
1149
|
+
<input>
|
|
1150
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1151
|
+
</input>
|
|
1152
|
+
<output>
|
|
1153
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1154
|
+
</output>
|
|
1155
|
+
</operation>
|
|
1156
|
+
<operation name="UpdateMetaData">
|
|
1157
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#UpdateMetaData" />
|
|
1158
|
+
<input>
|
|
1159
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1160
|
+
</input>
|
|
1161
|
+
<output>
|
|
1162
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1163
|
+
</output>
|
|
1164
|
+
</operation>
|
|
1165
|
+
<operation name="DeleteMetaData">
|
|
1166
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#DeleteMetaData" />
|
|
1167
|
+
<input>
|
|
1168
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1169
|
+
</input>
|
|
1170
|
+
<output>
|
|
1171
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1172
|
+
</output>
|
|
1173
|
+
</operation>
|
|
1174
|
+
<operation name="CreateView">
|
|
1175
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#CreateView" />
|
|
1176
|
+
<input>
|
|
1177
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1178
|
+
</input>
|
|
1179
|
+
<output>
|
|
1180
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1181
|
+
</output>
|
|
1182
|
+
</operation>
|
|
1183
|
+
<operation name="GetViews">
|
|
1184
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetViews" />
|
|
1185
|
+
<input>
|
|
1186
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1187
|
+
</input>
|
|
1188
|
+
<output>
|
|
1189
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1190
|
+
</output>
|
|
1191
|
+
</operation>
|
|
1192
|
+
<operation name="GetView">
|
|
1193
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetView" />
|
|
1194
|
+
<input>
|
|
1195
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1196
|
+
</input>
|
|
1197
|
+
<output>
|
|
1198
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1199
|
+
</output>
|
|
1200
|
+
</operation>
|
|
1201
|
+
<operation name="UpdateView">
|
|
1202
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#UpdateView" />
|
|
1203
|
+
<input>
|
|
1204
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1205
|
+
</input>
|
|
1206
|
+
<output>
|
|
1207
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1208
|
+
</output>
|
|
1209
|
+
</operation>
|
|
1210
|
+
<operation name="CreateUser">
|
|
1211
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#CreateUser" />
|
|
1212
|
+
<input>
|
|
1213
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1214
|
+
</input>
|
|
1215
|
+
<output>
|
|
1216
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1217
|
+
</output>
|
|
1218
|
+
</operation>
|
|
1219
|
+
<operation name="GetCurrentUserID">
|
|
1220
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetCurrentUserID" />
|
|
1221
|
+
<input>
|
|
1222
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1223
|
+
</input>
|
|
1224
|
+
<output>
|
|
1225
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1226
|
+
</output>
|
|
1227
|
+
</operation>
|
|
1228
|
+
<operation name="GetCurrentUserLogon">
|
|
1229
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetCurrentUserLogon" />
|
|
1230
|
+
<input>
|
|
1231
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1232
|
+
</input>
|
|
1233
|
+
<output>
|
|
1234
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1235
|
+
</output>
|
|
1236
|
+
</operation>
|
|
1237
|
+
<operation name="GetUsers">
|
|
1238
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetUsers" />
|
|
1239
|
+
<input>
|
|
1240
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1241
|
+
</input>
|
|
1242
|
+
<output>
|
|
1243
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1244
|
+
</output>
|
|
1245
|
+
</operation>
|
|
1246
|
+
<operation name="GetUser">
|
|
1247
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetUser" />
|
|
1248
|
+
<input>
|
|
1249
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1250
|
+
</input>
|
|
1251
|
+
<output>
|
|
1252
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1253
|
+
</output>
|
|
1254
|
+
</operation>
|
|
1255
|
+
<operation name="UpdateUser">
|
|
1256
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#UpdateUser" />
|
|
1257
|
+
<input>
|
|
1258
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1259
|
+
</input>
|
|
1260
|
+
<output>
|
|
1261
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1262
|
+
</output>
|
|
1263
|
+
</operation>
|
|
1264
|
+
<operation name="CreateGroup">
|
|
1265
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#CreateGroup" />
|
|
1266
|
+
<input>
|
|
1267
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1268
|
+
</input>
|
|
1269
|
+
<output>
|
|
1270
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1271
|
+
</output>
|
|
1272
|
+
</operation>
|
|
1273
|
+
<operation name="GetGroups">
|
|
1274
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetGroups" />
|
|
1275
|
+
<input>
|
|
1276
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1277
|
+
</input>
|
|
1278
|
+
<output>
|
|
1279
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1280
|
+
</output>
|
|
1281
|
+
</operation>
|
|
1282
|
+
<operation name="GetGroup">
|
|
1283
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetGroup" />
|
|
1284
|
+
<input>
|
|
1285
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1286
|
+
</input>
|
|
1287
|
+
<output>
|
|
1288
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1289
|
+
</output>
|
|
1290
|
+
</operation>
|
|
1291
|
+
<operation name="UpdateGroup">
|
|
1292
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#UpdateGroup" />
|
|
1293
|
+
<input>
|
|
1294
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1295
|
+
</input>
|
|
1296
|
+
<output>
|
|
1297
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1298
|
+
</output>
|
|
1299
|
+
</operation>
|
|
1300
|
+
<operation name="CreateTemplate">
|
|
1301
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#CreateTemplate" />
|
|
1302
|
+
<input>
|
|
1303
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1304
|
+
</input>
|
|
1305
|
+
<output>
|
|
1306
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1307
|
+
</output>
|
|
1308
|
+
</operation>
|
|
1309
|
+
<operation name="GetTemplates">
|
|
1310
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetTemplates" />
|
|
1311
|
+
<input>
|
|
1312
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1313
|
+
</input>
|
|
1314
|
+
<output>
|
|
1315
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1316
|
+
</output>
|
|
1317
|
+
</operation>
|
|
1318
|
+
<operation name="GetTemplate">
|
|
1319
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetTemplate" />
|
|
1320
|
+
<input>
|
|
1321
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1322
|
+
</input>
|
|
1323
|
+
<output>
|
|
1324
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1325
|
+
</output>
|
|
1326
|
+
</operation>
|
|
1327
|
+
<operation name="UpdateTemplate">
|
|
1328
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#UpdateTemplate" />
|
|
1329
|
+
<input>
|
|
1330
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1331
|
+
</input>
|
|
1332
|
+
<output>
|
|
1333
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1334
|
+
</output>
|
|
1335
|
+
</operation>
|
|
1336
|
+
<operation name="CreateServer">
|
|
1337
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#CreateServer" />
|
|
1338
|
+
<input>
|
|
1339
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1340
|
+
</input>
|
|
1341
|
+
<output>
|
|
1342
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1343
|
+
</output>
|
|
1344
|
+
</operation>
|
|
1345
|
+
<operation name="GetServers">
|
|
1346
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetServers" />
|
|
1347
|
+
<input>
|
|
1348
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1349
|
+
</input>
|
|
1350
|
+
<output>
|
|
1351
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1352
|
+
</output>
|
|
1353
|
+
</operation>
|
|
1354
|
+
<operation name="GetServer">
|
|
1355
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetServer" />
|
|
1356
|
+
<input>
|
|
1357
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1358
|
+
</input>
|
|
1359
|
+
<output>
|
|
1360
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1361
|
+
</output>
|
|
1362
|
+
</operation>
|
|
1363
|
+
<operation name="UpdateServer">
|
|
1364
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#UpdateServer" />
|
|
1365
|
+
<input>
|
|
1366
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1367
|
+
</input>
|
|
1368
|
+
<output>
|
|
1369
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1370
|
+
</output>
|
|
1371
|
+
</operation>
|
|
1372
|
+
<operation name="GetPermissionLevel">
|
|
1373
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#GetPermissionLevel" />
|
|
1374
|
+
<input>
|
|
1375
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1376
|
+
</input>
|
|
1377
|
+
<output>
|
|
1378
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1379
|
+
</output>
|
|
1380
|
+
</operation>
|
|
1381
|
+
<operation name="CreateClipGeneratedMinutesDocument">
|
|
1382
|
+
<soap:operation soapAction="urn:UserSDK#userwebservice#CreateClipGeneratedMinutesDocument" />
|
|
1383
|
+
<input>
|
|
1384
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1385
|
+
</input>
|
|
1386
|
+
<output>
|
|
1387
|
+
<soap:body use="encoded" namespace="urn:UserSDK" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
|
|
1388
|
+
</output>
|
|
1389
|
+
</operation>
|
|
1390
|
+
</binding>
|
|
1391
|
+
<service name="UserSDKService">
|
|
1392
|
+
<documentation />
|
|
1393
|
+
<port name="UserSDKPort" binding="tns:UserSDKBinding">
|
|
1394
|
+
<soap:address location="http://streaming.granicus.com/SDK/User/index.php" />
|
|
1395
|
+
</port>
|
|
1396
|
+
</service>
|
|
1397
|
+
<message name="LogMessageRequest">
|
|
1398
|
+
<part name="Message" type="xsd:string" />
|
|
1399
|
+
<part name="Application" type="xsd:string" />
|
|
1400
|
+
<part name="Class" type="xsd:string" />
|
|
1401
|
+
<part name="Priority" type="xsd:int" />
|
|
1402
|
+
</message>
|
|
1403
|
+
<message name="LogMessageResponse">
|
|
1404
|
+
<part name="result" type="xsd:int" />
|
|
1405
|
+
</message>
|
|
1406
|
+
<message name="LoginRequest">
|
|
1407
|
+
<part name="Username" type="xsd:string" />
|
|
1408
|
+
<part name="Password" type="xsd:string" />
|
|
1409
|
+
</message>
|
|
1410
|
+
<message name="LoginResponse" />
|
|
1411
|
+
<message name="GetChallengeRequest">
|
|
1412
|
+
<part name="ChallengeCode" type="xsd:string" />
|
|
1413
|
+
</message>
|
|
1414
|
+
<message name="GetChallengeResponse">
|
|
1415
|
+
<part name="Challenge" type="xsd:string" />
|
|
1416
|
+
</message>
|
|
1417
|
+
<message name="SendChallengeResponseRequest">
|
|
1418
|
+
<part name="Challenge" type="xsd:string" />
|
|
1419
|
+
<part name="Response" type="xsd:string" />
|
|
1420
|
+
</message>
|
|
1421
|
+
<message name="SendChallengeResponseResponse" />
|
|
1422
|
+
<message name="LogoutRequest" />
|
|
1423
|
+
<message name="LogoutResponse" />
|
|
1424
|
+
<message name="CreateCameraRequest">
|
|
1425
|
+
<part name="CameraData" type="ns5:CameraData" />
|
|
1426
|
+
</message>
|
|
1427
|
+
<message name="CreateCameraResponse">
|
|
1428
|
+
<part name="CameraID" type="xsd:int" />
|
|
1429
|
+
</message>
|
|
1430
|
+
<message name="GetCamerasRequest" />
|
|
1431
|
+
<message name="GetCamerasResponse">
|
|
1432
|
+
<part name="cameras" type="ns5:CameraCollection" />
|
|
1433
|
+
</message>
|
|
1434
|
+
<message name="GetCameraRequest">
|
|
1435
|
+
<part name="CameraID" type="xsd:int" />
|
|
1436
|
+
</message>
|
|
1437
|
+
<message name="GetCameraResponse">
|
|
1438
|
+
<part name="camera" type="ns5:CameraData" />
|
|
1439
|
+
</message>
|
|
1440
|
+
<message name="GetCameraVideoLocationRequest">
|
|
1441
|
+
<part name="CameraID" type="xsd:int" />
|
|
1442
|
+
</message>
|
|
1443
|
+
<message name="GetCameraVideoLocationResponse">
|
|
1444
|
+
<part name="url" type="xsd:string" />
|
|
1445
|
+
</message>
|
|
1446
|
+
<message name="UpdateCameraRequest">
|
|
1447
|
+
<part name="camera" type="ns5:CameraData" />
|
|
1448
|
+
</message>
|
|
1449
|
+
<message name="UpdateCameraResponse" />
|
|
1450
|
+
<message name="DeleteCameraRequest">
|
|
1451
|
+
<part name="CameraID" type="xsd:int" />
|
|
1452
|
+
</message>
|
|
1453
|
+
<message name="DeleteCameraResponse" />
|
|
1454
|
+
<message name="CreateEventRequest">
|
|
1455
|
+
<part name="EventData" type="ns5:EventData" />
|
|
1456
|
+
</message>
|
|
1457
|
+
<message name="CreateEventResponse">
|
|
1458
|
+
<part name="EventID" type="xsd:int" />
|
|
1459
|
+
</message>
|
|
1460
|
+
<message name="GetEventsRequest" />
|
|
1461
|
+
<message name="GetEventsResponse">
|
|
1462
|
+
<part name="events" type="ns5:EventCollection" />
|
|
1463
|
+
</message>
|
|
1464
|
+
<message name="GetEventsByForeignIDRequest">
|
|
1465
|
+
<part name="ForeignID" type="xsd:int" />
|
|
1466
|
+
</message>
|
|
1467
|
+
<message name="GetEventsByForeignIDResponse">
|
|
1468
|
+
<part name="events" type="ns5:EventCollection" />
|
|
1469
|
+
</message>
|
|
1470
|
+
<message name="GetEventRequest">
|
|
1471
|
+
<part name="EventID" type="xsd:int" />
|
|
1472
|
+
</message>
|
|
1473
|
+
<message name="GetEventResponse">
|
|
1474
|
+
<part name="event" type="ns5:EventData" />
|
|
1475
|
+
</message>
|
|
1476
|
+
<message name="GetEventByUIDRequest">
|
|
1477
|
+
<part name="EventUID" type="xsd:string" />
|
|
1478
|
+
</message>
|
|
1479
|
+
<message name="GetEventByUIDResponse">
|
|
1480
|
+
<part name="event" type="ns5:EventData" />
|
|
1481
|
+
</message>
|
|
1482
|
+
<message name="GetEventVideoLocationRequest">
|
|
1483
|
+
<part name="EventID" type="xsd:int" />
|
|
1484
|
+
</message>
|
|
1485
|
+
<message name="GetEventVideoLocationResponse">
|
|
1486
|
+
<part name="url" type="xsd:string" />
|
|
1487
|
+
</message>
|
|
1488
|
+
<message name="GetEventVideoLocationByUIDRequest">
|
|
1489
|
+
<part name="EventUID" type="xsd:string" />
|
|
1490
|
+
</message>
|
|
1491
|
+
<message name="GetEventVideoLocationByUIDResponse">
|
|
1492
|
+
<part name="url" type="xsd:string" />
|
|
1493
|
+
</message>
|
|
1494
|
+
<message name="GetEventMetaDataRequest">
|
|
1495
|
+
<part name="EventID" type="xsd:int" />
|
|
1496
|
+
</message>
|
|
1497
|
+
<message name="GetEventMetaDataResponse">
|
|
1498
|
+
<part name="metadata" type="ns5:MetaDataDataCollection" />
|
|
1499
|
+
</message>
|
|
1500
|
+
<message name="GetEventMetaDataByUIDRequest">
|
|
1501
|
+
<part name="EventUID" type="xsd:string" />
|
|
1502
|
+
</message>
|
|
1503
|
+
<message name="GetEventMetaDataByUIDResponse">
|
|
1504
|
+
<part name="metadata" type="ns5:MetaDataDataCollection" />
|
|
1505
|
+
</message>
|
|
1506
|
+
<message name="SetEventAgendaURLRequest">
|
|
1507
|
+
<part name="EventID" type="xsd:int" />
|
|
1508
|
+
<part name="URL" type="xsd:string" />
|
|
1509
|
+
</message>
|
|
1510
|
+
<message name="SetEventAgendaURLResponse" />
|
|
1511
|
+
<message name="SetEventAgendaURLByUIDRequest">
|
|
1512
|
+
<part name="EventUID" type="xsd:string" />
|
|
1513
|
+
<part name="URL" type="xsd:string" />
|
|
1514
|
+
</message>
|
|
1515
|
+
<message name="SetEventAgendaURLByUIDResponse" />
|
|
1516
|
+
<message name="UpdateEventRequest">
|
|
1517
|
+
<part name="event" type="ns5:EventData" />
|
|
1518
|
+
</message>
|
|
1519
|
+
<message name="UpdateEventResponse" />
|
|
1520
|
+
<message name="AddEventMetaDataRequest">
|
|
1521
|
+
<part name="EventID" type="xsd:int" />
|
|
1522
|
+
<part name="MetaDataData" type="ns5:MetaDataData" />
|
|
1523
|
+
</message>
|
|
1524
|
+
<message name="AddEventMetaDataResponse">
|
|
1525
|
+
<part name="KeyTable" type="ns5:KeyTable" />
|
|
1526
|
+
</message>
|
|
1527
|
+
<message name="ImportEventMetaDataRequest">
|
|
1528
|
+
<part name="EventID" type="xsd:int" />
|
|
1529
|
+
<part name="MetaData" type="ns5:MetaDataDataCollection" />
|
|
1530
|
+
<part name="ClearExisting" type="xsd:boolean" />
|
|
1531
|
+
<part name="AsTree" type="xsd:boolean" />
|
|
1532
|
+
</message>
|
|
1533
|
+
<message name="ImportEventMetaDataResponse">
|
|
1534
|
+
<part name="KeyTable" type="ns5:KeyTable" />
|
|
1535
|
+
</message>
|
|
1536
|
+
<message name="CreateFolderRequest">
|
|
1537
|
+
<part name="FolderData" type="ns5:FolderData" />
|
|
1538
|
+
</message>
|
|
1539
|
+
<message name="CreateFolderResponse">
|
|
1540
|
+
<part name="FolderID" type="xsd:int" />
|
|
1541
|
+
</message>
|
|
1542
|
+
<message name="GetFoldersRequest" />
|
|
1543
|
+
<message name="GetFoldersResponse">
|
|
1544
|
+
<part name="folders" type="ns5:FolderCollection" />
|
|
1545
|
+
</message>
|
|
1546
|
+
<message name="GetFoldersByTypeRequest">
|
|
1547
|
+
<part name="Type" type="xsd:string" />
|
|
1548
|
+
</message>
|
|
1549
|
+
<message name="GetFoldersByTypeResponse">
|
|
1550
|
+
<part name="folders" type="ns5:FolderCollection" />
|
|
1551
|
+
</message>
|
|
1552
|
+
<message name="GetFolderRequest">
|
|
1553
|
+
<part name="FolderID" type="xsd:int" />
|
|
1554
|
+
</message>
|
|
1555
|
+
<message name="GetFolderResponse">
|
|
1556
|
+
<part name="folder" type="ns5:FolderData" />
|
|
1557
|
+
</message>
|
|
1558
|
+
<message name="GetFolderUploadInterfaceRequest">
|
|
1559
|
+
<part name="FolderID" type="xsd:int" />
|
|
1560
|
+
</message>
|
|
1561
|
+
<message name="GetFolderUploadInterfaceResponse">
|
|
1562
|
+
<part name="interface" type="ns5:ServerInterfaceData" />
|
|
1563
|
+
</message>
|
|
1564
|
+
<message name="UpdateFolderRequest">
|
|
1565
|
+
<part name="folder" type="ns5:FolderData" />
|
|
1566
|
+
</message>
|
|
1567
|
+
<message name="UpdateFolderResponse" />
|
|
1568
|
+
<message name="RegisterClipUploadRequest">
|
|
1569
|
+
<part name="ClipData" type="ns5:ClipData" />
|
|
1570
|
+
<part name="ServerID" type="xsd:int" />
|
|
1571
|
+
</message>
|
|
1572
|
+
<message name="RegisterClipUploadResponse">
|
|
1573
|
+
<part name="ClipID" type="xsd:int" />
|
|
1574
|
+
</message>
|
|
1575
|
+
<message name="GetClipsRequest">
|
|
1576
|
+
<part name="FolderID" type="xsd:int" />
|
|
1577
|
+
</message>
|
|
1578
|
+
<message name="GetClipsResponse">
|
|
1579
|
+
<part name="clips" type="ns5:ClipCollection" />
|
|
1580
|
+
</message>
|
|
1581
|
+
<message name="GetClipsByForeignIDRequest">
|
|
1582
|
+
<part name="ForeignID" type="xsd:int" />
|
|
1583
|
+
</message>
|
|
1584
|
+
<message name="GetClipsByForeignIDResponse">
|
|
1585
|
+
<part name="clips" type="ns5:ClipCollection" />
|
|
1586
|
+
</message>
|
|
1587
|
+
<message name="GetClipRequest">
|
|
1588
|
+
<part name="ClipID" type="xsd:int" />
|
|
1589
|
+
</message>
|
|
1590
|
+
<message name="GetClipResponse">
|
|
1591
|
+
<part name="clip" type="ns5:ClipData" />
|
|
1592
|
+
</message>
|
|
1593
|
+
<message name="GetClipByUIDRequest">
|
|
1594
|
+
<part name="ClipUID" type="xsd:string" />
|
|
1595
|
+
</message>
|
|
1596
|
+
<message name="GetClipByUIDResponse">
|
|
1597
|
+
<part name="clip" type="ns5:ClipData" />
|
|
1598
|
+
</message>
|
|
1599
|
+
<message name="GetClipVideoLocationRequest">
|
|
1600
|
+
<part name="ClipID" type="xsd:int" />
|
|
1601
|
+
</message>
|
|
1602
|
+
<message name="GetClipVideoLocationResponse">
|
|
1603
|
+
<part name="url" type="xsd:string" />
|
|
1604
|
+
</message>
|
|
1605
|
+
<message name="GetClipMetaDataRequest">
|
|
1606
|
+
<part name="ClipID" type="xsd:int" />
|
|
1607
|
+
</message>
|
|
1608
|
+
<message name="GetClipMetaDataResponse">
|
|
1609
|
+
<part name="metadata" type="ns5:MetaDataDataCollection" />
|
|
1610
|
+
</message>
|
|
1611
|
+
<message name="GetClipMetaDataByUIDRequest">
|
|
1612
|
+
<part name="ClipUID" type="xsd:string" />
|
|
1613
|
+
</message>
|
|
1614
|
+
<message name="GetClipMetaDataByUIDResponse">
|
|
1615
|
+
<part name="metadata" type="ns5:MetaDataDataCollection" />
|
|
1616
|
+
</message>
|
|
1617
|
+
<message name="GetClipIndicesRequest">
|
|
1618
|
+
<part name="ClipID" type="xsd:int" />
|
|
1619
|
+
</message>
|
|
1620
|
+
<message name="GetClipIndicesResponse">
|
|
1621
|
+
<part name="metadata" type="ns5:MetaDataDataCollection" />
|
|
1622
|
+
</message>
|
|
1623
|
+
<message name="GetClipIndicesByUIDRequest">
|
|
1624
|
+
<part name="ClipUID" type="xsd:string" />
|
|
1625
|
+
</message>
|
|
1626
|
+
<message name="GetClipIndicesByUIDResponse">
|
|
1627
|
+
<part name="metadata" type="ns5:MetaDataDataCollection" />
|
|
1628
|
+
</message>
|
|
1629
|
+
<message name="GetClipCaptionsRequest">
|
|
1630
|
+
<part name="ClipID" type="xsd:int" />
|
|
1631
|
+
</message>
|
|
1632
|
+
<message name="GetClipCaptionsResponse">
|
|
1633
|
+
<part name="captions" type="xsd:string" />
|
|
1634
|
+
</message>
|
|
1635
|
+
<message name="GetClipCaptionsByUIDRequest">
|
|
1636
|
+
<part name="ClipUID" type="xsd:string" />
|
|
1637
|
+
</message>
|
|
1638
|
+
<message name="GetClipCaptionsByUIDResponse">
|
|
1639
|
+
<part name="captions" type="xsd:string" />
|
|
1640
|
+
</message>
|
|
1641
|
+
<message name="SetClipAgendaURLRequest">
|
|
1642
|
+
<part name="ClipID" type="xsd:int" />
|
|
1643
|
+
<part name="URL" type="xsd:string" />
|
|
1644
|
+
</message>
|
|
1645
|
+
<message name="SetClipAgendaURLResponse" />
|
|
1646
|
+
<message name="SetClipMinutesURLRequest">
|
|
1647
|
+
<part name="ClipID" type="xsd:int" />
|
|
1648
|
+
<part name="URL" type="xsd:string" />
|
|
1649
|
+
</message>
|
|
1650
|
+
<message name="SetClipMinutesURLResponse" />
|
|
1651
|
+
<message name="UpdateClipRequest">
|
|
1652
|
+
<part name="clip" type="ns5:ClipData" />
|
|
1653
|
+
</message>
|
|
1654
|
+
<message name="UpdateClipResponse" />
|
|
1655
|
+
<message name="DeleteClipRequest">
|
|
1656
|
+
<part name="ClipID" type="xsd:int" />
|
|
1657
|
+
</message>
|
|
1658
|
+
<message name="DeleteClipResponse" />
|
|
1659
|
+
<message name="AddClipMetaDataRequest">
|
|
1660
|
+
<part name="ClipID" type="xsd:int" />
|
|
1661
|
+
<part name="MetaDataData" type="ns5:MetaDataData" />
|
|
1662
|
+
</message>
|
|
1663
|
+
<message name="AddClipMetaDataResponse">
|
|
1664
|
+
<part name="KeyTable" type="ns5:KeyTable" />
|
|
1665
|
+
</message>
|
|
1666
|
+
<message name="ImportClipMetaDataRequest">
|
|
1667
|
+
<part name="ClipID" type="xsd:int" />
|
|
1668
|
+
<part name="MetaData" type="ns5:MetaDataDataCollection" />
|
|
1669
|
+
<part name="ClearExisting" type="xsd:boolean" />
|
|
1670
|
+
<part name="AsTree" type="xsd:boolean" />
|
|
1671
|
+
</message>
|
|
1672
|
+
<message name="ImportClipMetaDataResponse">
|
|
1673
|
+
<part name="KeyTable" type="ns5:KeyTable" />
|
|
1674
|
+
</message>
|
|
1675
|
+
<message name="GetMetaDataRequest">
|
|
1676
|
+
<part name="MetaDataID" type="xsd:int" />
|
|
1677
|
+
</message>
|
|
1678
|
+
<message name="GetMetaDataResponse">
|
|
1679
|
+
<part name="MetaData" type="ns5:MetaDataData" />
|
|
1680
|
+
</message>
|
|
1681
|
+
<message name="GetMetaDataByUIDRequest">
|
|
1682
|
+
<part name="MetaDataUID" type="xsd:string" />
|
|
1683
|
+
</message>
|
|
1684
|
+
<message name="GetMetaDataByUIDResponse">
|
|
1685
|
+
<part name="MetaData" type="ns5:MetaDataData" />
|
|
1686
|
+
</message>
|
|
1687
|
+
<message name="GetMetaDataVideoLocationRequest">
|
|
1688
|
+
<part name="MetaDataID" type="xsd:int" />
|
|
1689
|
+
</message>
|
|
1690
|
+
<message name="GetMetaDataVideoLocationResponse">
|
|
1691
|
+
<part name="url" type="xsd:string" />
|
|
1692
|
+
</message>
|
|
1693
|
+
<message name="UpdateMetaDataRequest">
|
|
1694
|
+
<part name="MetaData" type="ns5:MetaDataData" />
|
|
1695
|
+
</message>
|
|
1696
|
+
<message name="UpdateMetaDataResponse" />
|
|
1697
|
+
<message name="DeleteMetaDataRequest">
|
|
1698
|
+
<part name="MetaDataID" type="xsd:int" />
|
|
1699
|
+
</message>
|
|
1700
|
+
<message name="DeleteMetaDataResponse" />
|
|
1701
|
+
<message name="CreateViewRequest">
|
|
1702
|
+
<part name="ViewData" type="ns5:ViewData" />
|
|
1703
|
+
</message>
|
|
1704
|
+
<message name="CreateViewResponse">
|
|
1705
|
+
<part name="ViewID" type="xsd:int" />
|
|
1706
|
+
</message>
|
|
1707
|
+
<message name="GetViewsRequest" />
|
|
1708
|
+
<message name="GetViewsResponse">
|
|
1709
|
+
<part name="views" type="ns5:ViewCollection" />
|
|
1710
|
+
</message>
|
|
1711
|
+
<message name="GetViewRequest">
|
|
1712
|
+
<part name="ViewID" type="xsd:int" />
|
|
1713
|
+
</message>
|
|
1714
|
+
<message name="GetViewResponse">
|
|
1715
|
+
<part name="view" type="ns5:ViewData" />
|
|
1716
|
+
</message>
|
|
1717
|
+
<message name="UpdateViewRequest">
|
|
1718
|
+
<part name="view" type="ns5:ViewData" />
|
|
1719
|
+
</message>
|
|
1720
|
+
<message name="UpdateViewResponse" />
|
|
1721
|
+
<message name="CreateUserRequest">
|
|
1722
|
+
<part name="UserData" type="ns5:UserData" />
|
|
1723
|
+
</message>
|
|
1724
|
+
<message name="CreateUserResponse">
|
|
1725
|
+
<part name="UserID" type="xsd:int" />
|
|
1726
|
+
</message>
|
|
1727
|
+
<message name="GetCurrentUserIDRequest" />
|
|
1728
|
+
<message name="GetCurrentUserIDResponse">
|
|
1729
|
+
<part name="UserID" type="xsd:int" />
|
|
1730
|
+
</message>
|
|
1731
|
+
<message name="GetCurrentUserLogonRequest" />
|
|
1732
|
+
<message name="GetCurrentUserLogonResponse">
|
|
1733
|
+
<part name="Logon" type="xsd:string" />
|
|
1734
|
+
</message>
|
|
1735
|
+
<message name="GetUsersRequest" />
|
|
1736
|
+
<message name="GetUsersResponse">
|
|
1737
|
+
<part name="users" type="ns5:UserCollection" />
|
|
1738
|
+
</message>
|
|
1739
|
+
<message name="GetUserRequest">
|
|
1740
|
+
<part name="UserID" type="xsd:int" />
|
|
1741
|
+
</message>
|
|
1742
|
+
<message name="GetUserResponse">
|
|
1743
|
+
<part name="user" type="ns5:UserData" />
|
|
1744
|
+
</message>
|
|
1745
|
+
<message name="UpdateUserRequest">
|
|
1746
|
+
<part name="user" type="ns5:UserData" />
|
|
1747
|
+
</message>
|
|
1748
|
+
<message name="UpdateUserResponse" />
|
|
1749
|
+
<message name="CreateGroupRequest">
|
|
1750
|
+
<part name="GroupData" type="ns5:GroupData" />
|
|
1751
|
+
</message>
|
|
1752
|
+
<message name="CreateGroupResponse">
|
|
1753
|
+
<part name="GroupID" type="xsd:int" />
|
|
1754
|
+
</message>
|
|
1755
|
+
<message name="GetGroupsRequest" />
|
|
1756
|
+
<message name="GetGroupsResponse">
|
|
1757
|
+
<part name="groups" type="ns5:GroupCollection" />
|
|
1758
|
+
</message>
|
|
1759
|
+
<message name="GetGroupRequest">
|
|
1760
|
+
<part name="GroupID" type="xsd:int" />
|
|
1761
|
+
</message>
|
|
1762
|
+
<message name="GetGroupResponse">
|
|
1763
|
+
<part name="group" type="ns5:GroupData" />
|
|
1764
|
+
</message>
|
|
1765
|
+
<message name="UpdateGroupRequest">
|
|
1766
|
+
<part name="group" type="ns5:GroupData" />
|
|
1767
|
+
</message>
|
|
1768
|
+
<message name="UpdateGroupResponse" />
|
|
1769
|
+
<message name="CreateTemplateRequest">
|
|
1770
|
+
<part name="TemplateData" type="ns5:TemplateData" />
|
|
1771
|
+
</message>
|
|
1772
|
+
<message name="CreateTemplateResponse">
|
|
1773
|
+
<part name="TemplateID" type="xsd:int" />
|
|
1774
|
+
</message>
|
|
1775
|
+
<message name="GetTemplatesRequest" />
|
|
1776
|
+
<message name="GetTemplatesResponse">
|
|
1777
|
+
<part name="templates" type="ns5:TemplateCollection" />
|
|
1778
|
+
</message>
|
|
1779
|
+
<message name="GetTemplateRequest">
|
|
1780
|
+
<part name="TemplateID" type="xsd:int" />
|
|
1781
|
+
</message>
|
|
1782
|
+
<message name="GetTemplateResponse">
|
|
1783
|
+
<part name="template" type="ns5:TemplateData" />
|
|
1784
|
+
</message>
|
|
1785
|
+
<message name="UpdateTemplateRequest">
|
|
1786
|
+
<part name="template" type="ns5:TemplateData" />
|
|
1787
|
+
</message>
|
|
1788
|
+
<message name="UpdateTemplateResponse" />
|
|
1789
|
+
<message name="CreateServerRequest">
|
|
1790
|
+
<part name="ServerData" type="ns5:ServerData" />
|
|
1791
|
+
</message>
|
|
1792
|
+
<message name="CreateServerResponse">
|
|
1793
|
+
<part name="ServerID" type="xsd:int" />
|
|
1794
|
+
</message>
|
|
1795
|
+
<message name="GetServersRequest" />
|
|
1796
|
+
<message name="GetServersResponse">
|
|
1797
|
+
<part name="servers" type="ns5:ServerCollection" />
|
|
1798
|
+
</message>
|
|
1799
|
+
<message name="GetServerRequest">
|
|
1800
|
+
<part name="ServerID" type="xsd:int" />
|
|
1801
|
+
</message>
|
|
1802
|
+
<message name="GetServerResponse">
|
|
1803
|
+
<part name="server" type="ns5:ServerData" />
|
|
1804
|
+
</message>
|
|
1805
|
+
<message name="UpdateServerRequest">
|
|
1806
|
+
<part name="server" type="ns5:ServerData" />
|
|
1807
|
+
</message>
|
|
1808
|
+
<message name="UpdateServerResponse" />
|
|
1809
|
+
<message name="GetPermissionLevelRequest">
|
|
1810
|
+
<part name="AssetType" type="xsd:string" />
|
|
1811
|
+
<part name="AssetID" type="xsd:int" />
|
|
1812
|
+
</message>
|
|
1813
|
+
<message name="GetPermissionLevelResponse">
|
|
1814
|
+
<part name="PermissionLevel" type="xsd:int" />
|
|
1815
|
+
</message>
|
|
1816
|
+
<message name="CreateClipGeneratedMinutesDocumentRequest">
|
|
1817
|
+
<part name="clipUid" type="xsd:string" />
|
|
1818
|
+
<part name="name" type="xsd:string" />
|
|
1819
|
+
<part name="templateUid" type="xsd:string" />
|
|
1820
|
+
<part name="isPublished" type="xsd:boolean" />
|
|
1821
|
+
<part name="isDefault" type="xsd:boolean" />
|
|
1822
|
+
</message>
|
|
1823
|
+
<message name="CreateClipGeneratedMinutesDocumentResponse" />
|
|
1824
|
+
</definitions>
|