comparison SSRS/SSRS.Services/Service References/ReportServiceReference/ReportService2010.wsdl @ 112:b9d5f934cb21

Initial upload
author adminsh@apollo
date Sat, 19 May 2012 16:09:07 +0100
parents
children
comparison
equal deleted inserted replaced
111:6cb8cd05ad6b 112:b9d5f934cb21
1 <?xml version="1.0" encoding="utf-8"?>
2 <wsdl:definitions xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
3 <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">The Reporting Services Web Service enables you to manage a report server and its contents including server settings, security, reports, subscriptions, and data sources.</wsdl:documentation>
4 <wsdl:types>
5 <s:schema elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer">
6 <s:element name="CreateCatalogItem">
7 <s:complexType>
8 <s:sequence>
9 <s:element minOccurs="0" maxOccurs="1" name="ItemType" type="s:string" />
10 <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
11 <s:element minOccurs="0" maxOccurs="1" name="Parent" type="s:string" />
12 <s:element minOccurs="1" maxOccurs="1" name="Overwrite" type="s:boolean" />
13 <s:element minOccurs="0" maxOccurs="1" name="Definition" type="s:base64Binary" />
14 <s:element minOccurs="0" maxOccurs="1" name="Properties" type="tns:ArrayOfProperty" />
15 </s:sequence>
16 </s:complexType>
17 </s:element>
18 <s:complexType name="ArrayOfProperty">
19 <s:sequence>
20 <s:element minOccurs="0" maxOccurs="unbounded" name="Property" nillable="true" type="tns:Property" />
21 </s:sequence>
22 </s:complexType>
23 <s:complexType name="Property">
24 <s:sequence>
25 <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
26 <s:element minOccurs="0" maxOccurs="1" name="Value" type="s:string" />
27 </s:sequence>
28 </s:complexType>
29 <s:element name="CreateCatalogItemResponse">
30 <s:complexType>
31 <s:sequence>
32 <s:element minOccurs="0" maxOccurs="1" name="ItemInfo" type="tns:CatalogItem" />
33 <s:element minOccurs="0" maxOccurs="1" name="Warnings" type="tns:ArrayOfWarning" />
34 </s:sequence>
35 </s:complexType>
36 </s:element>
37 <s:complexType name="CatalogItem">
38 <s:sequence>
39 <s:element minOccurs="0" maxOccurs="1" name="ID" type="s:string" />
40 <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
41 <s:element minOccurs="0" maxOccurs="1" name="Path" type="s:string" />
42 <s:element minOccurs="0" maxOccurs="1" name="VirtualPath" type="s:string" />
43 <s:element minOccurs="0" maxOccurs="1" name="TypeName" type="s:string" />
44 <s:element minOccurs="0" maxOccurs="1" name="Size" type="s:int" />
45 <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
46 <s:element minOccurs="0" maxOccurs="1" name="Hidden" type="s:boolean" />
47 <s:element minOccurs="0" maxOccurs="1" name="CreationDate" type="s:dateTime" />
48 <s:element minOccurs="0" maxOccurs="1" name="ModifiedDate" type="s:dateTime" />
49 <s:element minOccurs="0" maxOccurs="1" name="CreatedBy" type="s:string" />
50 <s:element minOccurs="0" maxOccurs="1" name="ModifiedBy" type="s:string" />
51 <s:element minOccurs="0" maxOccurs="1" name="ItemMetadata" type="tns:ArrayOfProperty" />
52 </s:sequence>
53 </s:complexType>
54 <s:complexType name="ArrayOfWarning">
55 <s:sequence>
56 <s:element minOccurs="0" maxOccurs="unbounded" name="Warning" nillable="true" type="tns:Warning" />
57 </s:sequence>
58 </s:complexType>
59 <s:complexType name="Warning">
60 <s:sequence>
61 <s:element minOccurs="0" maxOccurs="1" name="Code" type="s:string" />
62 <s:element minOccurs="0" maxOccurs="1" name="Severity" type="s:string" />
63 <s:element minOccurs="0" maxOccurs="1" name="ObjectName" type="s:string" />
64 <s:element minOccurs="0" maxOccurs="1" name="ObjectType" type="s:string" />
65 <s:element minOccurs="0" maxOccurs="1" name="Message" type="s:string" />
66 </s:sequence>
67 </s:complexType>
68 <s:element name="TrustedUserHeader" type="tns:TrustedUserHeader" />
69 <s:complexType name="TrustedUserHeader">
70 <s:sequence>
71 <s:element minOccurs="0" maxOccurs="1" name="UserName" type="s:string" />
72 <s:element minOccurs="0" maxOccurs="1" name="UserToken" type="s:base64Binary" />
73 </s:sequence>
74 <s:anyAttribute />
75 </s:complexType>
76 <s:element name="ServerInfoHeader" type="tns:ServerInfoHeader" />
77 <s:complexType name="ServerInfoHeader">
78 <s:sequence>
79 <s:element minOccurs="0" maxOccurs="1" name="ReportServerVersionNumber" type="s:string" />
80 <s:element minOccurs="0" maxOccurs="1" name="ReportServerEdition" type="s:string" />
81 <s:element minOccurs="0" maxOccurs="1" name="ReportServerVersion" type="s:string" />
82 <s:element minOccurs="0" maxOccurs="1" name="ReportServerDateTime" type="s:string" />
83 <s:element minOccurs="0" maxOccurs="1" name="ReportServerTimeZoneInfo" type="tns:TimeZoneInformation" />
84 </s:sequence>
85 <s:anyAttribute />
86 </s:complexType>
87 <s:complexType name="TimeZoneInformation">
88 <s:sequence>
89 <s:element minOccurs="1" maxOccurs="1" name="Bias" type="s:int" />
90 <s:element minOccurs="1" maxOccurs="1" name="StandardBias" type="s:int" />
91 <s:element minOccurs="1" maxOccurs="1" name="StandardDate" type="tns:SYSTEMTIME" />
92 <s:element minOccurs="1" maxOccurs="1" name="DaylightBias" type="s:int" />
93 <s:element minOccurs="1" maxOccurs="1" name="DaylightDate" type="tns:SYSTEMTIME" />
94 </s:sequence>
95 </s:complexType>
96 <s:complexType name="SYSTEMTIME">
97 <s:sequence>
98 <s:element minOccurs="1" maxOccurs="1" name="year" type="s:short" />
99 <s:element minOccurs="1" maxOccurs="1" name="month" type="s:short" />
100 <s:element minOccurs="1" maxOccurs="1" name="dayOfWeek" type="s:short" />
101 <s:element minOccurs="1" maxOccurs="1" name="day" type="s:short" />
102 <s:element minOccurs="1" maxOccurs="1" name="hour" type="s:short" />
103 <s:element minOccurs="1" maxOccurs="1" name="minute" type="s:short" />
104 <s:element minOccurs="1" maxOccurs="1" name="second" type="s:short" />
105 <s:element minOccurs="1" maxOccurs="1" name="milliseconds" type="s:short" />
106 </s:sequence>
107 </s:complexType>
108 <s:element name="SetItemDefinition">
109 <s:complexType>
110 <s:sequence>
111 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
112 <s:element minOccurs="0" maxOccurs="1" name="Definition" type="s:base64Binary" />
113 <s:element minOccurs="0" maxOccurs="1" name="Properties" type="tns:ArrayOfProperty" />
114 </s:sequence>
115 </s:complexType>
116 </s:element>
117 <s:element name="SetItemDefinitionResponse">
118 <s:complexType>
119 <s:sequence>
120 <s:element minOccurs="0" maxOccurs="1" name="Warnings" type="tns:ArrayOfWarning" />
121 </s:sequence>
122 </s:complexType>
123 </s:element>
124 <s:element name="GetItemDefinition">
125 <s:complexType>
126 <s:sequence>
127 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
128 </s:sequence>
129 </s:complexType>
130 </s:element>
131 <s:element name="GetItemDefinitionResponse">
132 <s:complexType>
133 <s:sequence>
134 <s:element minOccurs="0" maxOccurs="1" name="Definition" type="s:base64Binary" />
135 </s:sequence>
136 </s:complexType>
137 </s:element>
138 <s:element name="GetItemType">
139 <s:complexType>
140 <s:sequence>
141 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
142 </s:sequence>
143 </s:complexType>
144 </s:element>
145 <s:element name="GetItemTypeResponse">
146 <s:complexType>
147 <s:sequence>
148 <s:element minOccurs="0" maxOccurs="1" name="Type" type="s:string" />
149 </s:sequence>
150 </s:complexType>
151 </s:element>
152 <s:element name="DeleteItem">
153 <s:complexType>
154 <s:sequence>
155 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
156 </s:sequence>
157 </s:complexType>
158 </s:element>
159 <s:element name="DeleteItemResponse">
160 <s:complexType />
161 </s:element>
162 <s:element name="MoveItem">
163 <s:complexType>
164 <s:sequence>
165 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
166 <s:element minOccurs="0" maxOccurs="1" name="Target" type="s:string" />
167 </s:sequence>
168 </s:complexType>
169 </s:element>
170 <s:element name="MoveItemResponse">
171 <s:complexType />
172 </s:element>
173 <s:element name="InheritParentSecurity">
174 <s:complexType>
175 <s:sequence>
176 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
177 </s:sequence>
178 </s:complexType>
179 </s:element>
180 <s:element name="InheritParentSecurityResponse">
181 <s:complexType />
182 </s:element>
183 <s:element name="ListItemHistory">
184 <s:complexType>
185 <s:sequence>
186 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
187 </s:sequence>
188 </s:complexType>
189 </s:element>
190 <s:element name="ListItemHistoryResponse">
191 <s:complexType>
192 <s:sequence>
193 <s:element minOccurs="0" maxOccurs="1" name="ItemHistory" type="tns:ArrayOfItemHistorySnapshot" />
194 </s:sequence>
195 </s:complexType>
196 </s:element>
197 <s:complexType name="ArrayOfItemHistorySnapshot">
198 <s:sequence>
199 <s:element minOccurs="0" maxOccurs="unbounded" name="ItemHistorySnapshot" nillable="true" type="tns:ItemHistorySnapshot" />
200 </s:sequence>
201 </s:complexType>
202 <s:complexType name="ItemHistorySnapshot">
203 <s:sequence>
204 <s:element minOccurs="0" maxOccurs="1" name="HistoryID" type="s:string" />
205 <s:element minOccurs="1" maxOccurs="1" name="CreationDate" type="s:dateTime" />
206 <s:element minOccurs="1" maxOccurs="1" name="Size" type="s:int" />
207 </s:sequence>
208 </s:complexType>
209 <s:element name="ListChildren">
210 <s:complexType>
211 <s:sequence>
212 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
213 <s:element minOccurs="1" maxOccurs="1" name="Recursive" type="s:boolean" />
214 </s:sequence>
215 </s:complexType>
216 </s:element>
217 <s:element name="ListChildrenResponse">
218 <s:complexType>
219 <s:sequence>
220 <s:element minOccurs="0" maxOccurs="1" name="CatalogItems" type="tns:ArrayOfCatalogItem" />
221 </s:sequence>
222 </s:complexType>
223 </s:element>
224 <s:complexType name="ArrayOfCatalogItem">
225 <s:sequence>
226 <s:element minOccurs="0" maxOccurs="unbounded" name="CatalogItem" nillable="true" type="tns:CatalogItem" />
227 </s:sequence>
228 </s:complexType>
229 <s:element name="ListDependentItems">
230 <s:complexType>
231 <s:sequence>
232 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
233 </s:sequence>
234 </s:complexType>
235 </s:element>
236 <s:element name="ListDependentItemsResponse">
237 <s:complexType>
238 <s:sequence>
239 <s:element minOccurs="0" maxOccurs="1" name="CatalogItems" type="tns:ArrayOfCatalogItem" />
240 </s:sequence>
241 </s:complexType>
242 </s:element>
243 <s:element name="FindItems">
244 <s:complexType>
245 <s:sequence>
246 <s:element minOccurs="0" maxOccurs="1" name="Folder" type="s:string" />
247 <s:element minOccurs="1" maxOccurs="1" name="BooleanOperator" type="tns:BooleanOperatorEnum" />
248 <s:element minOccurs="0" maxOccurs="1" name="SearchOptions" type="tns:ArrayOfProperty" />
249 <s:element minOccurs="0" maxOccurs="1" name="SearchConditions" type="tns:ArrayOfSearchCondition" />
250 </s:sequence>
251 </s:complexType>
252 </s:element>
253 <s:simpleType name="BooleanOperatorEnum">
254 <s:restriction base="s:string">
255 <s:enumeration value="And" />
256 <s:enumeration value="Or" />
257 </s:restriction>
258 </s:simpleType>
259 <s:complexType name="ArrayOfSearchCondition">
260 <s:sequence>
261 <s:element minOccurs="0" maxOccurs="unbounded" name="SearchCondition" nillable="true" type="tns:SearchCondition" />
262 </s:sequence>
263 </s:complexType>
264 <s:complexType name="SearchCondition">
265 <s:sequence>
266 <s:element minOccurs="0" maxOccurs="1" name="Condition" type="tns:ConditionEnum" />
267 <s:element minOccurs="0" maxOccurs="1" name="Values" type="tns:ArrayOfString" />
268 <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
269 </s:sequence>
270 </s:complexType>
271 <s:simpleType name="ConditionEnum">
272 <s:restriction base="s:string">
273 <s:enumeration value="Contains" />
274 <s:enumeration value="Equals" />
275 <s:enumeration value="In" />
276 <s:enumeration value="Between" />
277 </s:restriction>
278 </s:simpleType>
279 <s:complexType name="ArrayOfString">
280 <s:sequence>
281 <s:element minOccurs="0" maxOccurs="unbounded" name="Value" nillable="true" type="s:string" />
282 </s:sequence>
283 </s:complexType>
284 <s:element name="FindItemsResponse">
285 <s:complexType>
286 <s:sequence>
287 <s:element minOccurs="0" maxOccurs="1" name="Items" type="tns:ArrayOfCatalogItem" />
288 </s:sequence>
289 </s:complexType>
290 </s:element>
291 <s:element name="ListParents">
292 <s:complexType>
293 <s:sequence>
294 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
295 </s:sequence>
296 </s:complexType>
297 </s:element>
298 <s:element name="ListParentsResponse">
299 <s:complexType>
300 <s:sequence>
301 <s:element minOccurs="0" maxOccurs="1" name="ListParentsResult" type="tns:ArrayOfCatalogItem" />
302 </s:sequence>
303 </s:complexType>
304 </s:element>
305 <s:element name="CreateFolder">
306 <s:complexType>
307 <s:sequence>
308 <s:element minOccurs="0" maxOccurs="1" name="Folder" type="s:string" />
309 <s:element minOccurs="0" maxOccurs="1" name="Parent" type="s:string" />
310 <s:element minOccurs="0" maxOccurs="1" name="Properties" type="tns:ArrayOfProperty" />
311 </s:sequence>
312 </s:complexType>
313 </s:element>
314 <s:element name="CreateFolderResponse">
315 <s:complexType>
316 <s:sequence>
317 <s:element minOccurs="0" maxOccurs="1" name="ItemInfo" type="tns:CatalogItem" />
318 </s:sequence>
319 </s:complexType>
320 </s:element>
321 <s:element name="SetProperties">
322 <s:complexType>
323 <s:sequence>
324 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
325 <s:element minOccurs="0" maxOccurs="1" name="Properties" type="tns:ArrayOfProperty" />
326 </s:sequence>
327 </s:complexType>
328 </s:element>
329 <s:element name="SetPropertiesResponse">
330 <s:complexType />
331 </s:element>
332 <s:element name="GetProperties">
333 <s:complexType>
334 <s:sequence>
335 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
336 <s:element minOccurs="0" maxOccurs="1" name="Properties" type="tns:ArrayOfProperty" />
337 </s:sequence>
338 </s:complexType>
339 </s:element>
340 <s:element name="GetPropertiesResponse">
341 <s:complexType>
342 <s:sequence>
343 <s:element minOccurs="0" maxOccurs="1" name="Values" type="tns:ArrayOfProperty" />
344 </s:sequence>
345 </s:complexType>
346 </s:element>
347 <s:element name="ItemNamespaceHeader" type="tns:ItemNamespaceHeader" />
348 <s:complexType name="ItemNamespaceHeader">
349 <s:sequence>
350 <s:element minOccurs="1" maxOccurs="1" name="ItemNamespace" type="tns:ItemNamespaceEnum" />
351 </s:sequence>
352 <s:anyAttribute />
353 </s:complexType>
354 <s:simpleType name="ItemNamespaceEnum">
355 <s:restriction base="s:string">
356 <s:enumeration value="PathBased" />
357 <s:enumeration value="GUIDBased" />
358 </s:restriction>
359 </s:simpleType>
360 <s:element name="SetItemReferences">
361 <s:complexType>
362 <s:sequence>
363 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
364 <s:element minOccurs="0" maxOccurs="1" name="ItemReferences" type="tns:ArrayOfItemReference" />
365 </s:sequence>
366 </s:complexType>
367 </s:element>
368 <s:complexType name="ArrayOfItemReference">
369 <s:sequence>
370 <s:element minOccurs="0" maxOccurs="unbounded" name="ItemReference" nillable="true" type="tns:ItemReference" />
371 </s:sequence>
372 </s:complexType>
373 <s:complexType name="ItemReference">
374 <s:sequence>
375 <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
376 <s:element minOccurs="0" maxOccurs="1" name="Reference" type="s:string" />
377 </s:sequence>
378 </s:complexType>
379 <s:element name="SetItemReferencesResponse">
380 <s:complexType />
381 </s:element>
382 <s:element name="GetItemReferences">
383 <s:complexType>
384 <s:sequence>
385 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
386 <s:element minOccurs="0" maxOccurs="1" name="ReferenceItemType" type="s:string" />
387 </s:sequence>
388 </s:complexType>
389 </s:element>
390 <s:element name="GetItemReferencesResponse">
391 <s:complexType>
392 <s:sequence>
393 <s:element minOccurs="0" maxOccurs="1" name="ItemReferences" type="tns:ArrayOfItemReferenceData" />
394 </s:sequence>
395 </s:complexType>
396 </s:element>
397 <s:complexType name="ArrayOfItemReferenceData">
398 <s:sequence>
399 <s:element minOccurs="0" maxOccurs="unbounded" name="ItemReferenceData" nillable="true" type="tns:ItemReferenceData" />
400 </s:sequence>
401 </s:complexType>
402 <s:complexType name="ItemReferenceData">
403 <s:sequence>
404 <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
405 <s:element minOccurs="0" maxOccurs="1" name="Reference" type="s:string" />
406 <s:element minOccurs="0" maxOccurs="1" name="ReferenceType" type="s:string" />
407 </s:sequence>
408 </s:complexType>
409 <s:element name="ListItemTypes">
410 <s:complexType />
411 </s:element>
412 <s:element name="ListItemTypesResponse">
413 <s:complexType>
414 <s:sequence>
415 <s:element minOccurs="0" maxOccurs="1" name="ListItemTypesResult" type="tns:ArrayOfString1" />
416 </s:sequence>
417 </s:complexType>
418 </s:element>
419 <s:complexType name="ArrayOfString1">
420 <s:sequence>
421 <s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
422 </s:sequence>
423 </s:complexType>
424 <s:element name="SetSubscriptionProperties">
425 <s:complexType>
426 <s:sequence>
427 <s:element minOccurs="0" maxOccurs="1" name="SubscriptionID" type="s:string" />
428 <s:element minOccurs="0" maxOccurs="1" name="ExtensionSettings" type="tns:ExtensionSettings" />
429 <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
430 <s:element minOccurs="0" maxOccurs="1" name="EventType" type="s:string" />
431 <s:element minOccurs="0" maxOccurs="1" name="MatchData" type="s:string" />
432 <s:element minOccurs="0" maxOccurs="1" name="Parameters" type="tns:ArrayOfParameterValue" />
433 </s:sequence>
434 </s:complexType>
435 </s:element>
436 <s:complexType name="ExtensionSettings">
437 <s:sequence>
438 <s:element minOccurs="0" maxOccurs="1" name="Extension" type="s:string" />
439 <s:element minOccurs="0" maxOccurs="1" name="ParameterValues" type="tns:ArrayOfChoice1" />
440 </s:sequence>
441 </s:complexType>
442 <s:complexType name="ArrayOfChoice1">
443 <s:choice minOccurs="0" maxOccurs="unbounded">
444 <s:element minOccurs="1" maxOccurs="1" name="ParameterValue" nillable="true" type="tns:ParameterValue" />
445 <s:element minOccurs="1" maxOccurs="1" name="ParameterFieldReference" nillable="true" type="tns:ParameterFieldReference" />
446 </s:choice>
447 </s:complexType>
448 <s:complexType name="ParameterValue">
449 <s:complexContent mixed="false">
450 <s:extension base="tns:ParameterValueOrFieldReference">
451 <s:sequence>
452 <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
453 <s:element minOccurs="0" maxOccurs="1" name="Value" type="s:string" />
454 <s:element minOccurs="0" maxOccurs="1" name="Label" type="s:string" />
455 </s:sequence>
456 </s:extension>
457 </s:complexContent>
458 </s:complexType>
459 <s:complexType name="ParameterValueOrFieldReference" />
460 <s:complexType name="ParameterFieldReference">
461 <s:complexContent mixed="false">
462 <s:extension base="tns:ParameterValueOrFieldReference">
463 <s:sequence>
464 <s:element minOccurs="0" maxOccurs="1" name="ParameterName" type="s:string" />
465 <s:element minOccurs="0" maxOccurs="1" name="FieldAlias" type="s:string" />
466 </s:sequence>
467 </s:extension>
468 </s:complexContent>
469 </s:complexType>
470 <s:complexType name="ArrayOfParameterValue">
471 <s:sequence>
472 <s:element minOccurs="0" maxOccurs="unbounded" name="ParameterValue" nillable="true" type="tns:ParameterValue" />
473 </s:sequence>
474 </s:complexType>
475 <s:element name="SetSubscriptionPropertiesResponse">
476 <s:complexType />
477 </s:element>
478 <s:element name="GetSubscriptionProperties">
479 <s:complexType>
480 <s:sequence>
481 <s:element minOccurs="0" maxOccurs="1" name="SubscriptionID" type="s:string" />
482 </s:sequence>
483 </s:complexType>
484 </s:element>
485 <s:element name="GetSubscriptionPropertiesResponse">
486 <s:complexType>
487 <s:sequence>
488 <s:element minOccurs="0" maxOccurs="1" name="Owner" type="s:string" />
489 <s:element minOccurs="0" maxOccurs="1" name="ExtensionSettings" type="tns:ExtensionSettings" />
490 <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
491 <s:element minOccurs="0" maxOccurs="1" name="Active" type="tns:ActiveState" />
492 <s:element minOccurs="0" maxOccurs="1" name="Status" type="s:string" />
493 <s:element minOccurs="0" maxOccurs="1" name="EventType" type="s:string" />
494 <s:element minOccurs="0" maxOccurs="1" name="MatchData" type="s:string" />
495 <s:element minOccurs="0" maxOccurs="1" name="Parameters" type="tns:ArrayOfParameterValue" />
496 </s:sequence>
497 </s:complexType>
498 </s:element>
499 <s:complexType name="ActiveState">
500 <s:sequence>
501 <s:element minOccurs="0" maxOccurs="1" name="DeliveryExtensionRemoved" type="s:boolean" />
502 <s:element minOccurs="0" maxOccurs="1" name="SharedDataSourceRemoved" type="s:boolean" />
503 <s:element minOccurs="0" maxOccurs="1" name="MissingParameterValue" type="s:boolean" />
504 <s:element minOccurs="0" maxOccurs="1" name="InvalidParameterValue" type="s:boolean" />
505 <s:element minOccurs="0" maxOccurs="1" name="UnknownReportParameter" type="s:boolean" />
506 </s:sequence>
507 </s:complexType>
508 <s:element name="SetDataDrivenSubscriptionProperties">
509 <s:complexType>
510 <s:sequence>
511 <s:element minOccurs="0" maxOccurs="1" name="DataDrivenSubscriptionID" type="s:string" />
512 <s:element minOccurs="0" maxOccurs="1" name="ExtensionSettings" type="tns:ExtensionSettings" />
513 <s:element minOccurs="0" maxOccurs="1" name="DataRetrievalPlan" type="tns:DataRetrievalPlan" />
514 <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
515 <s:element minOccurs="0" maxOccurs="1" name="EventType" type="s:string" />
516 <s:element minOccurs="0" maxOccurs="1" name="MatchData" type="s:string" />
517 <s:element minOccurs="0" maxOccurs="1" name="Parameters" type="tns:ArrayOfParameterValueOrFieldReference" />
518 </s:sequence>
519 </s:complexType>
520 </s:element>
521 <s:complexType name="DataRetrievalPlan">
522 <s:sequence>
523 <s:choice minOccurs="1" maxOccurs="1">
524 <s:element minOccurs="0" maxOccurs="1" name="DataSourceDefinition" type="tns:DataSourceDefinition" />
525 <s:element minOccurs="0" maxOccurs="1" name="DataSourceReference" type="tns:DataSourceReference" />
526 <s:element minOccurs="0" maxOccurs="1" name="InvalidDataSourceReference" type="tns:InvalidDataSourceReference" />
527 </s:choice>
528 <s:element minOccurs="0" maxOccurs="1" name="DataSet" type="tns:DataSetDefinition" />
529 </s:sequence>
530 </s:complexType>
531 <s:complexType name="DataSourceDefinition">
532 <s:complexContent mixed="false">
533 <s:extension base="tns:DataSourceDefinitionOrReference">
534 <s:sequence>
535 <s:element minOccurs="0" maxOccurs="1" name="Extension" type="s:string" />
536 <s:element minOccurs="0" maxOccurs="1" name="ConnectString" type="s:string" />
537 <s:element minOccurs="1" maxOccurs="1" name="UseOriginalConnectString" type="s:boolean" />
538 <s:element minOccurs="1" maxOccurs="1" name="OriginalConnectStringExpressionBased" type="s:boolean" />
539 <s:element minOccurs="1" maxOccurs="1" name="CredentialRetrieval" type="tns:CredentialRetrievalEnum" />
540 <s:element minOccurs="1" maxOccurs="1" name="WindowsCredentials" type="s:boolean" />
541 <s:element minOccurs="0" maxOccurs="1" name="ImpersonateUser" type="s:boolean" />
542 <s:element minOccurs="0" maxOccurs="1" name="Prompt" type="s:string" />
543 <s:element minOccurs="0" maxOccurs="1" name="UserName" type="s:string" />
544 <s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
545 <s:element minOccurs="0" maxOccurs="1" name="Enabled" type="s:boolean" />
546 </s:sequence>
547 </s:extension>
548 </s:complexContent>
549 </s:complexType>
550 <s:complexType name="DataSourceDefinitionOrReference" />
551 <s:complexType name="InvalidDataSourceReference">
552 <s:complexContent mixed="false">
553 <s:extension base="tns:DataSourceDefinitionOrReference" />
554 </s:complexContent>
555 </s:complexType>
556 <s:complexType name="DataSourceReference">
557 <s:complexContent mixed="false">
558 <s:extension base="tns:DataSourceDefinitionOrReference">
559 <s:sequence>
560 <s:element minOccurs="0" maxOccurs="1" name="Reference" type="s:string" />
561 </s:sequence>
562 </s:extension>
563 </s:complexContent>
564 </s:complexType>
565 <s:simpleType name="CredentialRetrievalEnum">
566 <s:restriction base="s:string">
567 <s:enumeration value="Prompt" />
568 <s:enumeration value="Store" />
569 <s:enumeration value="Integrated" />
570 <s:enumeration value="None" />
571 </s:restriction>
572 </s:simpleType>
573 <s:complexType name="DataSetDefinition">
574 <s:sequence>
575 <s:element minOccurs="0" maxOccurs="1" name="Fields" type="tns:ArrayOfField" />
576 <s:element minOccurs="0" maxOccurs="1" name="Query" type="tns:QueryDefinition" />
577 <s:element minOccurs="0" maxOccurs="1" name="CaseSensitivity" type="tns:SensitivityEnum" />
578 <s:element minOccurs="0" maxOccurs="1" name="Collation" type="s:string" />
579 <s:element minOccurs="0" maxOccurs="1" name="AccentSensitivity" type="tns:SensitivityEnum" />
580 <s:element minOccurs="0" maxOccurs="1" name="KanatypeSensitivity" type="tns:SensitivityEnum" />
581 <s:element minOccurs="0" maxOccurs="1" name="WidthSensitivity" type="tns:SensitivityEnum" />
582 <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
583 </s:sequence>
584 </s:complexType>
585 <s:complexType name="ArrayOfField">
586 <s:sequence>
587 <s:element minOccurs="0" maxOccurs="unbounded" name="Field" nillable="true" type="tns:Field" />
588 </s:sequence>
589 </s:complexType>
590 <s:complexType name="Field">
591 <s:sequence>
592 <s:element minOccurs="0" maxOccurs="1" name="Alias" type="s:string" />
593 <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
594 </s:sequence>
595 </s:complexType>
596 <s:complexType name="QueryDefinition">
597 <s:sequence>
598 <s:element minOccurs="0" maxOccurs="1" name="CommandType" type="s:string" />
599 <s:element minOccurs="0" maxOccurs="1" name="CommandText" type="s:string" />
600 <s:element minOccurs="0" maxOccurs="1" name="Timeout" type="s:int" />
601 </s:sequence>
602 </s:complexType>
603 <s:simpleType name="SensitivityEnum">
604 <s:restriction base="s:string">
605 <s:enumeration value="True" />
606 <s:enumeration value="False" />
607 <s:enumeration value="Auto" />
608 </s:restriction>
609 </s:simpleType>
610 <s:complexType name="ArrayOfParameterValueOrFieldReference">
611 <s:sequence>
612 <s:element minOccurs="0" maxOccurs="unbounded" name="ParameterValueOrFieldReference" nillable="true" type="tns:ParameterValueOrFieldReference" />
613 </s:sequence>
614 </s:complexType>
615 <s:element name="SetDataDrivenSubscriptionPropertiesResponse">
616 <s:complexType />
617 </s:element>
618 <s:element name="GetDataDrivenSubscriptionProperties">
619 <s:complexType>
620 <s:sequence>
621 <s:element minOccurs="0" maxOccurs="1" name="DataDrivenSubscriptionID" type="s:string" />
622 </s:sequence>
623 </s:complexType>
624 </s:element>
625 <s:element name="GetDataDrivenSubscriptionPropertiesResponse">
626 <s:complexType>
627 <s:sequence>
628 <s:element minOccurs="0" maxOccurs="1" name="Owner" type="s:string" />
629 <s:element minOccurs="0" maxOccurs="1" name="ExtensionSettings" type="tns:ExtensionSettings" />
630 <s:element minOccurs="0" maxOccurs="1" name="DataRetrievalPlan" type="tns:DataRetrievalPlan" />
631 <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
632 <s:element minOccurs="0" maxOccurs="1" name="Active" type="tns:ActiveState" />
633 <s:element minOccurs="0" maxOccurs="1" name="Status" type="s:string" />
634 <s:element minOccurs="0" maxOccurs="1" name="EventType" type="s:string" />
635 <s:element minOccurs="0" maxOccurs="1" name="MatchData" type="s:string" />
636 <s:element minOccurs="0" maxOccurs="1" name="Parameters" type="tns:ArrayOfParameterValueOrFieldReference" />
637 </s:sequence>
638 </s:complexType>
639 </s:element>
640 <s:element name="DeleteSubscription">
641 <s:complexType>
642 <s:sequence>
643 <s:element minOccurs="0" maxOccurs="1" name="SubscriptionID" type="s:string" />
644 </s:sequence>
645 </s:complexType>
646 </s:element>
647 <s:element name="DeleteSubscriptionResponse">
648 <s:complexType />
649 </s:element>
650 <s:element name="CreateSubscription">
651 <s:complexType>
652 <s:sequence>
653 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
654 <s:element minOccurs="0" maxOccurs="1" name="ExtensionSettings" type="tns:ExtensionSettings" />
655 <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
656 <s:element minOccurs="0" maxOccurs="1" name="EventType" type="s:string" />
657 <s:element minOccurs="0" maxOccurs="1" name="MatchData" type="s:string" />
658 <s:element minOccurs="0" maxOccurs="1" name="Parameters" type="tns:ArrayOfParameterValue" />
659 </s:sequence>
660 </s:complexType>
661 </s:element>
662 <s:element name="CreateSubscriptionResponse">
663 <s:complexType>
664 <s:sequence>
665 <s:element minOccurs="0" maxOccurs="1" name="SubscriptionID" type="s:string" />
666 </s:sequence>
667 </s:complexType>
668 </s:element>
669 <s:element name="CreateDataDrivenSubscription">
670 <s:complexType>
671 <s:sequence>
672 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
673 <s:element minOccurs="0" maxOccurs="1" name="ExtensionSettings" type="tns:ExtensionSettings" />
674 <s:element minOccurs="0" maxOccurs="1" name="DataRetrievalPlan" type="tns:DataRetrievalPlan" />
675 <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
676 <s:element minOccurs="0" maxOccurs="1" name="EventType" type="s:string" />
677 <s:element minOccurs="0" maxOccurs="1" name="MatchData" type="s:string" />
678 <s:element minOccurs="0" maxOccurs="1" name="Parameters" type="tns:ArrayOfParameterValueOrFieldReference" />
679 </s:sequence>
680 </s:complexType>
681 </s:element>
682 <s:element name="CreateDataDrivenSubscriptionResponse">
683 <s:complexType>
684 <s:sequence>
685 <s:element minOccurs="0" maxOccurs="1" name="SubscriptionID" type="s:string" />
686 </s:sequence>
687 </s:complexType>
688 </s:element>
689 <s:element name="GetExtensionSettings">
690 <s:complexType>
691 <s:sequence>
692 <s:element minOccurs="0" maxOccurs="1" name="Extension" type="s:string" />
693 </s:sequence>
694 </s:complexType>
695 </s:element>
696 <s:element name="GetExtensionSettingsResponse">
697 <s:complexType>
698 <s:sequence>
699 <s:element minOccurs="0" maxOccurs="1" name="ExtensionParameters" type="tns:ArrayOfExtensionParameter" />
700 </s:sequence>
701 </s:complexType>
702 </s:element>
703 <s:complexType name="ArrayOfExtensionParameter">
704 <s:sequence>
705 <s:element minOccurs="0" maxOccurs="unbounded" name="ExtensionParameter" nillable="true" type="tns:ExtensionParameter" />
706 </s:sequence>
707 </s:complexType>
708 <s:complexType name="ExtensionParameter">
709 <s:sequence>
710 <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
711 <s:element minOccurs="0" maxOccurs="1" name="DisplayName" type="s:string" />
712 <s:element minOccurs="0" maxOccurs="1" name="Required" type="s:boolean" />
713 <s:element minOccurs="1" maxOccurs="1" name="ReadOnly" type="s:boolean" />
714 <s:element minOccurs="0" maxOccurs="1" name="Value" type="s:string" />
715 <s:element minOccurs="0" maxOccurs="1" name="Error" type="s:string" />
716 <s:element minOccurs="1" maxOccurs="1" name="Encrypted" type="s:boolean" />
717 <s:element minOccurs="1" maxOccurs="1" name="IsPassword" type="s:boolean" />
718 <s:element minOccurs="0" maxOccurs="1" name="ValidValues" type="tns:ArrayOfValidValue" />
719 </s:sequence>
720 </s:complexType>
721 <s:complexType name="ArrayOfValidValue">
722 <s:sequence>
723 <s:element minOccurs="0" maxOccurs="unbounded" name="Value" nillable="true" type="tns:ValidValue" />
724 </s:sequence>
725 </s:complexType>
726 <s:complexType name="ValidValue">
727 <s:sequence>
728 <s:element minOccurs="0" maxOccurs="1" name="Label" type="s:string" />
729 <s:element minOccurs="0" maxOccurs="1" name="Value" type="s:string" />
730 </s:sequence>
731 </s:complexType>
732 <s:element name="ValidateExtensionSettings">
733 <s:complexType>
734 <s:sequence>
735 <s:element minOccurs="0" maxOccurs="1" name="Extension" type="s:string" />
736 <s:element minOccurs="0" maxOccurs="1" name="ParameterValues" type="tns:ArrayOfParameterValueOrFieldReference" />
737 <s:element minOccurs="0" maxOccurs="1" name="SiteUrl" type="s:string" />
738 </s:sequence>
739 </s:complexType>
740 </s:element>
741 <s:element name="ValidateExtensionSettingsResponse">
742 <s:complexType>
743 <s:sequence>
744 <s:element minOccurs="0" maxOccurs="1" name="ParameterErrors" type="tns:ArrayOfExtensionParameter" />
745 </s:sequence>
746 </s:complexType>
747 </s:element>
748 <s:element name="ListSubscriptions">
749 <s:complexType>
750 <s:sequence>
751 <s:element minOccurs="0" maxOccurs="1" name="ItemPathOrSiteURL" type="s:string" />
752 </s:sequence>
753 </s:complexType>
754 </s:element>
755 <s:element name="ListSubscriptionsResponse">
756 <s:complexType>
757 <s:sequence>
758 <s:element minOccurs="0" maxOccurs="1" name="SubscriptionItems" type="tns:ArrayOfSubscription" />
759 </s:sequence>
760 </s:complexType>
761 </s:element>
762 <s:complexType name="ArrayOfSubscription">
763 <s:sequence>
764 <s:element minOccurs="0" maxOccurs="unbounded" name="Subscription" nillable="true" type="tns:Subscription" />
765 </s:sequence>
766 </s:complexType>
767 <s:complexType name="Subscription">
768 <s:sequence>
769 <s:element minOccurs="0" maxOccurs="1" name="SubscriptionID" type="s:string" />
770 <s:element minOccurs="0" maxOccurs="1" name="Owner" type="s:string" />
771 <s:element minOccurs="0" maxOccurs="1" name="Path" type="s:string" />
772 <s:element minOccurs="0" maxOccurs="1" name="VirtualPath" type="s:string" />
773 <s:element minOccurs="0" maxOccurs="1" name="Report" type="s:string" />
774 <s:element minOccurs="0" maxOccurs="1" name="DeliverySettings" type="tns:ExtensionSettings" />
775 <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
776 <s:element minOccurs="0" maxOccurs="1" name="Status" type="s:string" />
777 <s:element minOccurs="0" maxOccurs="1" name="Active" type="tns:ActiveState" />
778 <s:element minOccurs="0" maxOccurs="1" name="LastExecuted" type="s:dateTime" />
779 <s:element minOccurs="0" maxOccurs="1" name="ModifiedBy" type="s:string" />
780 <s:element minOccurs="1" maxOccurs="1" name="ModifiedDate" type="s:dateTime" />
781 <s:element minOccurs="0" maxOccurs="1" name="EventType" type="s:string" />
782 <s:element minOccurs="1" maxOccurs="1" name="IsDataDriven" type="s:boolean" />
783 </s:sequence>
784 </s:complexType>
785 <s:element name="ListMySubscriptions">
786 <s:complexType>
787 <s:sequence>
788 <s:element minOccurs="0" maxOccurs="1" name="ItemPathOrSiteURL" type="s:string" />
789 </s:sequence>
790 </s:complexType>
791 </s:element>
792 <s:element name="ListMySubscriptionsResponse">
793 <s:complexType>
794 <s:sequence>
795 <s:element minOccurs="0" maxOccurs="1" name="SubscriptionItems" type="tns:ArrayOfSubscription" />
796 </s:sequence>
797 </s:complexType>
798 </s:element>
799 <s:element name="ListSubscriptionsUsingDataSource">
800 <s:complexType>
801 <s:sequence>
802 <s:element minOccurs="0" maxOccurs="1" name="DataSource" type="s:string" />
803 </s:sequence>
804 </s:complexType>
805 </s:element>
806 <s:element name="ListSubscriptionsUsingDataSourceResponse">
807 <s:complexType>
808 <s:sequence>
809 <s:element minOccurs="0" maxOccurs="1" name="SubscriptionItems" type="tns:ArrayOfSubscription" />
810 </s:sequence>
811 </s:complexType>
812 </s:element>
813 <s:element name="ChangeSubscriptionOwner">
814 <s:complexType>
815 <s:sequence>
816 <s:element minOccurs="0" maxOccurs="1" name="SubscriptionID" type="s:string" />
817 <s:element minOccurs="0" maxOccurs="1" name="NewOwner" type="s:string" />
818 </s:sequence>
819 </s:complexType>
820 </s:element>
821 <s:element name="ChangeSubscriptionOwnerResponse">
822 <s:complexType />
823 </s:element>
824 <s:element name="CreateDataSource">
825 <s:complexType>
826 <s:sequence>
827 <s:element minOccurs="0" maxOccurs="1" name="DataSource" type="s:string" />
828 <s:element minOccurs="0" maxOccurs="1" name="Parent" type="s:string" />
829 <s:element minOccurs="1" maxOccurs="1" name="Overwrite" type="s:boolean" />
830 <s:element minOccurs="0" maxOccurs="1" name="Definition" type="tns:DataSourceDefinition" />
831 <s:element minOccurs="0" maxOccurs="1" name="Properties" type="tns:ArrayOfProperty" />
832 </s:sequence>
833 </s:complexType>
834 </s:element>
835 <s:element name="CreateDataSourceResponse">
836 <s:complexType>
837 <s:sequence>
838 <s:element minOccurs="0" maxOccurs="1" name="ItemInfo" type="tns:CatalogItem" />
839 </s:sequence>
840 </s:complexType>
841 </s:element>
842 <s:element name="PrepareQuery">
843 <s:complexType>
844 <s:sequence>
845 <s:element minOccurs="0" maxOccurs="1" name="DataSource" type="tns:DataSource" />
846 <s:element minOccurs="0" maxOccurs="1" name="DataSet" type="tns:DataSetDefinition" />
847 </s:sequence>
848 </s:complexType>
849 </s:element>
850 <s:complexType name="DataSource">
851 <s:sequence>
852 <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
853 <s:choice minOccurs="1" maxOccurs="1">
854 <s:element minOccurs="0" maxOccurs="1" name="InvalidDataSourceReference" type="tns:InvalidDataSourceReference" />
855 <s:element minOccurs="0" maxOccurs="1" name="DataSourceReference" type="tns:DataSourceReference" />
856 <s:element minOccurs="0" maxOccurs="1" name="DataSourceDefinition" type="tns:DataSourceDefinition" />
857 </s:choice>
858 </s:sequence>
859 </s:complexType>
860 <s:element name="PrepareQueryResponse">
861 <s:complexType>
862 <s:sequence>
863 <s:element minOccurs="0" maxOccurs="1" name="DataSettings" type="tns:DataSetDefinition" />
864 <s:element minOccurs="1" maxOccurs="1" name="Changed" type="s:boolean" />
865 <s:element minOccurs="0" maxOccurs="1" name="ParameterNames" type="tns:ArrayOfString1" />
866 </s:sequence>
867 </s:complexType>
868 </s:element>
869 <s:element name="EnableDataSource">
870 <s:complexType>
871 <s:sequence>
872 <s:element minOccurs="0" maxOccurs="1" name="DataSource" type="s:string" />
873 </s:sequence>
874 </s:complexType>
875 </s:element>
876 <s:element name="EnableDataSourceResponse">
877 <s:complexType />
878 </s:element>
879 <s:element name="DisableDataSource">
880 <s:complexType>
881 <s:sequence>
882 <s:element minOccurs="0" maxOccurs="1" name="DataSource" type="s:string" />
883 </s:sequence>
884 </s:complexType>
885 </s:element>
886 <s:element name="DisableDataSourceResponse">
887 <s:complexType />
888 </s:element>
889 <s:element name="SetDataSourceContents">
890 <s:complexType>
891 <s:sequence>
892 <s:element minOccurs="0" maxOccurs="1" name="DataSource" type="s:string" />
893 <s:element minOccurs="0" maxOccurs="1" name="Definition" type="tns:DataSourceDefinition" />
894 </s:sequence>
895 </s:complexType>
896 </s:element>
897 <s:element name="SetDataSourceContentsResponse">
898 <s:complexType />
899 </s:element>
900 <s:element name="GetDataSourceContents">
901 <s:complexType>
902 <s:sequence>
903 <s:element minOccurs="0" maxOccurs="1" name="DataSource" type="s:string" />
904 </s:sequence>
905 </s:complexType>
906 </s:element>
907 <s:element name="GetDataSourceContentsResponse">
908 <s:complexType>
909 <s:sequence>
910 <s:element minOccurs="0" maxOccurs="1" name="Definition" type="tns:DataSourceDefinition" />
911 </s:sequence>
912 </s:complexType>
913 </s:element>
914 <s:element name="ListDatabaseCredentialRetrievalOptions">
915 <s:complexType />
916 </s:element>
917 <s:element name="ListDatabaseCredentialRetrievalOptionsResponse">
918 <s:complexType>
919 <s:sequence>
920 <s:element minOccurs="0" maxOccurs="1" name="ListDatabaseCredentialRetrievalOptionsResult" type="tns:ArrayOfString1" />
921 </s:sequence>
922 </s:complexType>
923 </s:element>
924 <s:element name="SetItemDataSources">
925 <s:complexType>
926 <s:sequence>
927 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
928 <s:element minOccurs="0" maxOccurs="1" name="DataSources" type="tns:ArrayOfDataSource" />
929 </s:sequence>
930 </s:complexType>
931 </s:element>
932 <s:complexType name="ArrayOfDataSource">
933 <s:sequence>
934 <s:element minOccurs="0" maxOccurs="unbounded" name="DataSource" nillable="true" type="tns:DataSource" />
935 </s:sequence>
936 </s:complexType>
937 <s:element name="SetItemDataSourcesResponse">
938 <s:complexType />
939 </s:element>
940 <s:element name="GetItemDataSources">
941 <s:complexType>
942 <s:sequence>
943 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
944 </s:sequence>
945 </s:complexType>
946 </s:element>
947 <s:element name="GetItemDataSourcesResponse">
948 <s:complexType>
949 <s:sequence>
950 <s:element minOccurs="0" maxOccurs="1" name="DataSources" type="tns:ArrayOfDataSource" />
951 </s:sequence>
952 </s:complexType>
953 </s:element>
954 <s:element name="TestConnectForDataSourceDefinition">
955 <s:complexType>
956 <s:sequence>
957 <s:element minOccurs="0" maxOccurs="1" name="DataSourceDefinition" type="tns:DataSourceDefinition" />
958 <s:element minOccurs="0" maxOccurs="1" name="UserName" type="s:string" />
959 <s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
960 </s:sequence>
961 </s:complexType>
962 </s:element>
963 <s:element name="TestConnectForDataSourceDefinitionResponse">
964 <s:complexType>
965 <s:sequence>
966 <s:element minOccurs="1" maxOccurs="1" name="TestConnectForDataSourceDefinitionResult" type="s:boolean" />
967 <s:element minOccurs="0" maxOccurs="1" name="ConnectError" type="s:string" />
968 </s:sequence>
969 </s:complexType>
970 </s:element>
971 <s:element name="TestConnectForItemDataSource">
972 <s:complexType>
973 <s:sequence>
974 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
975 <s:element minOccurs="0" maxOccurs="1" name="DataSourceName" type="s:string" />
976 <s:element minOccurs="0" maxOccurs="1" name="UserName" type="s:string" />
977 <s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
978 </s:sequence>
979 </s:complexType>
980 </s:element>
981 <s:element name="TestConnectForItemDataSourceResponse">
982 <s:complexType>
983 <s:sequence>
984 <s:element minOccurs="1" maxOccurs="1" name="TestConnectForItemDataSourceResult" type="s:boolean" />
985 <s:element minOccurs="0" maxOccurs="1" name="ConnectError" type="s:string" />
986 </s:sequence>
987 </s:complexType>
988 </s:element>
989 <s:element name="CreateRole">
990 <s:complexType>
991 <s:sequence>
992 <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
993 <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
994 <s:element minOccurs="0" maxOccurs="1" name="TaskIDs" type="tns:ArrayOfString1" />
995 </s:sequence>
996 </s:complexType>
997 </s:element>
998 <s:element name="CreateRoleResponse">
999 <s:complexType />
1000 </s:element>
1001 <s:element name="SetRoleProperties">
1002 <s:complexType>
1003 <s:sequence>
1004 <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
1005 <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
1006 <s:element minOccurs="0" maxOccurs="1" name="TaskIDs" type="tns:ArrayOfString1" />
1007 </s:sequence>
1008 </s:complexType>
1009 </s:element>
1010 <s:element name="SetRolePropertiesResponse">
1011 <s:complexType />
1012 </s:element>
1013 <s:element name="GetRoleProperties">
1014 <s:complexType>
1015 <s:sequence>
1016 <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
1017 <s:element minOccurs="0" maxOccurs="1" name="SiteUrl" type="s:string" />
1018 </s:sequence>
1019 </s:complexType>
1020 </s:element>
1021 <s:element name="GetRolePropertiesResponse">
1022 <s:complexType>
1023 <s:sequence>
1024 <s:element minOccurs="0" maxOccurs="1" name="TaskIDs" type="tns:ArrayOfString1" />
1025 <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
1026 </s:sequence>
1027 </s:complexType>
1028 </s:element>
1029 <s:element name="DeleteRole">
1030 <s:complexType>
1031 <s:sequence>
1032 <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
1033 </s:sequence>
1034 </s:complexType>
1035 </s:element>
1036 <s:element name="DeleteRoleResponse">
1037 <s:complexType />
1038 </s:element>
1039 <s:element name="ListRoles">
1040 <s:complexType>
1041 <s:sequence>
1042 <s:element minOccurs="0" maxOccurs="1" name="SecurityScope" type="s:string" />
1043 <s:element minOccurs="0" maxOccurs="1" name="SiteUrl" type="s:string" />
1044 </s:sequence>
1045 </s:complexType>
1046 </s:element>
1047 <s:element name="ListRolesResponse">
1048 <s:complexType>
1049 <s:sequence>
1050 <s:element minOccurs="0" maxOccurs="1" name="Roles" type="tns:ArrayOfRole" />
1051 </s:sequence>
1052 </s:complexType>
1053 </s:element>
1054 <s:complexType name="ArrayOfRole">
1055 <s:sequence>
1056 <s:element minOccurs="0" maxOccurs="unbounded" name="Role" nillable="true" type="tns:Role" />
1057 </s:sequence>
1058 </s:complexType>
1059 <s:complexType name="Role">
1060 <s:sequence>
1061 <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
1062 <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
1063 </s:sequence>
1064 </s:complexType>
1065 <s:element name="ListTasks">
1066 <s:complexType>
1067 <s:sequence>
1068 <s:element minOccurs="0" maxOccurs="1" name="SecurityScope" type="s:string" />
1069 </s:sequence>
1070 </s:complexType>
1071 </s:element>
1072 <s:element name="ListTasksResponse">
1073 <s:complexType>
1074 <s:sequence>
1075 <s:element minOccurs="0" maxOccurs="1" name="Tasks" type="tns:ArrayOfTask" />
1076 </s:sequence>
1077 </s:complexType>
1078 </s:element>
1079 <s:complexType name="ArrayOfTask">
1080 <s:sequence>
1081 <s:element minOccurs="0" maxOccurs="unbounded" name="Task" nillable="true" type="tns:Task" />
1082 </s:sequence>
1083 </s:complexType>
1084 <s:complexType name="Task">
1085 <s:sequence>
1086 <s:element minOccurs="0" maxOccurs="1" name="TaskID" type="s:string" />
1087 <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
1088 <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
1089 </s:sequence>
1090 </s:complexType>
1091 <s:element name="SetPolicies">
1092 <s:complexType>
1093 <s:sequence>
1094 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
1095 <s:element minOccurs="0" maxOccurs="1" name="Policies" type="tns:ArrayOfPolicy" />
1096 </s:sequence>
1097 </s:complexType>
1098 </s:element>
1099 <s:complexType name="ArrayOfPolicy">
1100 <s:sequence>
1101 <s:element minOccurs="0" maxOccurs="unbounded" name="Policy" nillable="true" type="tns:Policy" />
1102 </s:sequence>
1103 </s:complexType>
1104 <s:complexType name="Policy">
1105 <s:sequence>
1106 <s:element minOccurs="0" maxOccurs="1" name="GroupUserName" type="s:string" />
1107 <s:element minOccurs="0" maxOccurs="1" name="Roles" type="tns:ArrayOfRole" />
1108 </s:sequence>
1109 </s:complexType>
1110 <s:element name="SetPoliciesResponse">
1111 <s:complexType />
1112 </s:element>
1113 <s:element name="GetPolicies">
1114 <s:complexType>
1115 <s:sequence>
1116 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
1117 </s:sequence>
1118 </s:complexType>
1119 </s:element>
1120 <s:element name="GetPoliciesResponse">
1121 <s:complexType>
1122 <s:sequence>
1123 <s:element minOccurs="0" maxOccurs="1" name="Policies" type="tns:ArrayOfPolicy" />
1124 <s:element minOccurs="1" maxOccurs="1" name="InheritParent" type="s:boolean" />
1125 </s:sequence>
1126 </s:complexType>
1127 </s:element>
1128 <s:element name="GetItemDataSourcePrompts">
1129 <s:complexType>
1130 <s:sequence>
1131 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
1132 </s:sequence>
1133 </s:complexType>
1134 </s:element>
1135 <s:element name="GetItemDataSourcePromptsResponse">
1136 <s:complexType>
1137 <s:sequence>
1138 <s:element minOccurs="0" maxOccurs="1" name="DataSourcePrompts" type="tns:ArrayOfDataSourcePrompt" />
1139 </s:sequence>
1140 </s:complexType>
1141 </s:element>
1142 <s:complexType name="ArrayOfDataSourcePrompt">
1143 <s:sequence>
1144 <s:element minOccurs="0" maxOccurs="unbounded" name="DataSourcePrompt" nillable="true" type="tns:DataSourcePrompt" />
1145 </s:sequence>
1146 </s:complexType>
1147 <s:complexType name="DataSourcePrompt">
1148 <s:sequence>
1149 <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
1150 <s:element minOccurs="0" maxOccurs="1" name="DataSourceID" type="s:string" />
1151 <s:element minOccurs="0" maxOccurs="1" name="Prompt" type="s:string" />
1152 </s:sequence>
1153 </s:complexType>
1154 <s:element name="GenerateModel">
1155 <s:complexType>
1156 <s:sequence>
1157 <s:element minOccurs="0" maxOccurs="1" name="DataSource" type="s:string" />
1158 <s:element minOccurs="0" maxOccurs="1" name="Model" type="s:string" />
1159 <s:element minOccurs="0" maxOccurs="1" name="Parent" type="s:string" />
1160 <s:element minOccurs="0" maxOccurs="1" name="Properties" type="tns:ArrayOfProperty" />
1161 </s:sequence>
1162 </s:complexType>
1163 </s:element>
1164 <s:element name="GenerateModelResponse">
1165 <s:complexType>
1166 <s:sequence>
1167 <s:element minOccurs="0" maxOccurs="1" name="ItemInfo" type="tns:CatalogItem" />
1168 <s:element minOccurs="0" maxOccurs="1" name="Warnings" type="tns:ArrayOfWarning" />
1169 </s:sequence>
1170 </s:complexType>
1171 </s:element>
1172 <s:element name="GetModelItemPermissions">
1173 <s:complexType>
1174 <s:sequence>
1175 <s:element minOccurs="0" maxOccurs="1" name="Model" type="s:string" />
1176 <s:element minOccurs="0" maxOccurs="1" name="ModelItemID" type="s:string" />
1177 </s:sequence>
1178 </s:complexType>
1179 </s:element>
1180 <s:element name="GetModelItemPermissionsResponse">
1181 <s:complexType>
1182 <s:sequence>
1183 <s:element minOccurs="0" maxOccurs="1" name="Permissions" type="tns:ArrayOfString1" />
1184 </s:sequence>
1185 </s:complexType>
1186 </s:element>
1187 <s:element name="SetModelItemPolicies">
1188 <s:complexType>
1189 <s:sequence>
1190 <s:element minOccurs="0" maxOccurs="1" name="Model" type="s:string" />
1191 <s:element minOccurs="0" maxOccurs="1" name="ModelItemID" type="s:string" />
1192 <s:element minOccurs="0" maxOccurs="1" name="Policies" type="tns:ArrayOfPolicy" />
1193 </s:sequence>
1194 </s:complexType>
1195 </s:element>
1196 <s:element name="SetModelItemPoliciesResponse">
1197 <s:complexType />
1198 </s:element>
1199 <s:element name="GetModelItemPolicies">
1200 <s:complexType>
1201 <s:sequence>
1202 <s:element minOccurs="0" maxOccurs="1" name="Model" type="s:string" />
1203 <s:element minOccurs="0" maxOccurs="1" name="ModelItemID" type="s:string" />
1204 </s:sequence>
1205 </s:complexType>
1206 </s:element>
1207 <s:element name="GetModelItemPoliciesResponse">
1208 <s:complexType>
1209 <s:sequence>
1210 <s:element minOccurs="0" maxOccurs="1" name="Policies" type="tns:ArrayOfPolicy" />
1211 <s:element minOccurs="1" maxOccurs="1" name="InheritParent" type="s:boolean" />
1212 </s:sequence>
1213 </s:complexType>
1214 </s:element>
1215 <s:element name="GetUserModel">
1216 <s:complexType>
1217 <s:sequence>
1218 <s:element minOccurs="0" maxOccurs="1" name="Model" type="s:string" />
1219 <s:element minOccurs="0" maxOccurs="1" name="Perspective" type="s:string" />
1220 </s:sequence>
1221 </s:complexType>
1222 </s:element>
1223 <s:element name="GetUserModelResponse">
1224 <s:complexType>
1225 <s:sequence>
1226 <s:element minOccurs="0" maxOccurs="1" name="Definition" type="s:base64Binary" />
1227 </s:sequence>
1228 </s:complexType>
1229 </s:element>
1230 <s:element name="InheritModelItemParentSecurity">
1231 <s:complexType>
1232 <s:sequence>
1233 <s:element minOccurs="0" maxOccurs="1" name="Model" type="s:string" />
1234 <s:element minOccurs="0" maxOccurs="1" name="ModelItemID" type="s:string" />
1235 </s:sequence>
1236 </s:complexType>
1237 </s:element>
1238 <s:element name="InheritModelItemParentSecurityResponse">
1239 <s:complexType />
1240 </s:element>
1241 <s:element name="SetModelDrillthroughReports">
1242 <s:complexType>
1243 <s:sequence>
1244 <s:element minOccurs="0" maxOccurs="1" name="Model" type="s:string" />
1245 <s:element minOccurs="0" maxOccurs="1" name="ModelItemID" type="s:string" />
1246 <s:element minOccurs="0" maxOccurs="1" name="Reports" type="tns:ArrayOfModelDrillthroughReport" />
1247 </s:sequence>
1248 </s:complexType>
1249 </s:element>
1250 <s:complexType name="ArrayOfModelDrillthroughReport">
1251 <s:sequence>
1252 <s:element minOccurs="0" maxOccurs="unbounded" name="ModelDrillthroughReport" nillable="true" type="tns:ModelDrillthroughReport" />
1253 </s:sequence>
1254 </s:complexType>
1255 <s:complexType name="ModelDrillthroughReport">
1256 <s:sequence>
1257 <s:element minOccurs="0" maxOccurs="1" name="Path" type="s:string" />
1258 <s:element minOccurs="1" maxOccurs="1" name="Type" type="tns:DrillthroughType" />
1259 </s:sequence>
1260 </s:complexType>
1261 <s:simpleType name="DrillthroughType">
1262 <s:restriction base="s:string">
1263 <s:enumeration value="Detail" />
1264 <s:enumeration value="List" />
1265 </s:restriction>
1266 </s:simpleType>
1267 <s:element name="SetModelDrillthroughReportsResponse">
1268 <s:complexType />
1269 </s:element>
1270 <s:element name="ListModelDrillthroughReports">
1271 <s:complexType>
1272 <s:sequence>
1273 <s:element minOccurs="0" maxOccurs="1" name="Model" type="s:string" />
1274 <s:element minOccurs="0" maxOccurs="1" name="ModelItemID" type="s:string" />
1275 </s:sequence>
1276 </s:complexType>
1277 </s:element>
1278 <s:element name="ListModelDrillthroughReportsResponse">
1279 <s:complexType>
1280 <s:sequence>
1281 <s:element minOccurs="0" maxOccurs="1" name="Reports" type="tns:ArrayOfModelDrillthroughReport" />
1282 </s:sequence>
1283 </s:complexType>
1284 </s:element>
1285 <s:element name="ListModelItemChildren">
1286 <s:complexType>
1287 <s:sequence>
1288 <s:element minOccurs="0" maxOccurs="1" name="Model" type="s:string" />
1289 <s:element minOccurs="0" maxOccurs="1" name="ModelItemID" type="s:string" />
1290 <s:element minOccurs="1" maxOccurs="1" name="Recursive" type="s:boolean" />
1291 </s:sequence>
1292 </s:complexType>
1293 </s:element>
1294 <s:element name="ListModelItemChildrenResponse">
1295 <s:complexType>
1296 <s:sequence>
1297 <s:element minOccurs="0" maxOccurs="1" name="ModelItems" type="tns:ArrayOfModelItem" />
1298 </s:sequence>
1299 </s:complexType>
1300 </s:element>
1301 <s:complexType name="ArrayOfModelItem">
1302 <s:sequence>
1303 <s:element minOccurs="0" maxOccurs="unbounded" name="ModelItem" nillable="true" type="tns:ModelItem" />
1304 </s:sequence>
1305 </s:complexType>
1306 <s:complexType name="ModelItem">
1307 <s:sequence>
1308 <s:element minOccurs="0" maxOccurs="1" name="ID" type="s:string" />
1309 <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
1310 <s:element minOccurs="0" maxOccurs="1" name="ModelItemTypeName" type="s:string" />
1311 <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
1312 <s:element minOccurs="0" maxOccurs="1" name="ModelItems" type="tns:ArrayOfModelItem" />
1313 </s:sequence>
1314 </s:complexType>
1315 <s:element name="ListModelItemTypes">
1316 <s:complexType />
1317 </s:element>
1318 <s:element name="ListModelItemTypesResponse">
1319 <s:complexType>
1320 <s:sequence>
1321 <s:element minOccurs="0" maxOccurs="1" name="ListModelItemTypesResult" type="tns:ArrayOfString1" />
1322 </s:sequence>
1323 </s:complexType>
1324 </s:element>
1325 <s:element name="ListModelPerspectives">
1326 <s:complexType>
1327 <s:sequence>
1328 <s:element minOccurs="0" maxOccurs="1" name="Model" type="s:string" />
1329 </s:sequence>
1330 </s:complexType>
1331 </s:element>
1332 <s:element name="ListModelPerspectivesResponse">
1333 <s:complexType>
1334 <s:sequence>
1335 <s:element minOccurs="0" maxOccurs="1" name="ModelCatalogItems" type="tns:ArrayOfModelCatalogItem" />
1336 </s:sequence>
1337 </s:complexType>
1338 </s:element>
1339 <s:complexType name="ArrayOfModelCatalogItem">
1340 <s:sequence>
1341 <s:element minOccurs="0" maxOccurs="unbounded" name="ModelCatalogItem" nillable="true" type="tns:ModelCatalogItem" />
1342 </s:sequence>
1343 </s:complexType>
1344 <s:complexType name="ModelCatalogItem">
1345 <s:sequence>
1346 <s:element minOccurs="0" maxOccurs="1" name="Model" type="s:string" />
1347 <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
1348 <s:element minOccurs="0" maxOccurs="1" name="Perspectives" type="tns:ArrayOfModelPerspective" />
1349 </s:sequence>
1350 </s:complexType>
1351 <s:complexType name="ArrayOfModelPerspective">
1352 <s:sequence>
1353 <s:element minOccurs="0" maxOccurs="unbounded" name="ModelPerspective" nillable="true" type="tns:ModelPerspective" />
1354 </s:sequence>
1355 </s:complexType>
1356 <s:complexType name="ModelPerspective">
1357 <s:sequence>
1358 <s:element minOccurs="0" maxOccurs="1" name="ID" type="s:string" />
1359 <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
1360 <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
1361 </s:sequence>
1362 </s:complexType>
1363 <s:element name="RegenerateModel">
1364 <s:complexType>
1365 <s:sequence>
1366 <s:element minOccurs="0" maxOccurs="1" name="Model" type="s:string" />
1367 </s:sequence>
1368 </s:complexType>
1369 </s:element>
1370 <s:element name="RegenerateModelResponse">
1371 <s:complexType>
1372 <s:sequence>
1373 <s:element minOccurs="0" maxOccurs="1" name="Warnings" type="tns:ArrayOfWarning" />
1374 </s:sequence>
1375 </s:complexType>
1376 </s:element>
1377 <s:element name="RemoveAllModelItemPolicies">
1378 <s:complexType>
1379 <s:sequence>
1380 <s:element minOccurs="0" maxOccurs="1" name="Model" type="s:string" />
1381 </s:sequence>
1382 </s:complexType>
1383 </s:element>
1384 <s:element name="RemoveAllModelItemPoliciesResponse">
1385 <s:complexType />
1386 </s:element>
1387 <s:element name="CreateSchedule">
1388 <s:complexType>
1389 <s:sequence>
1390 <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
1391 <s:element minOccurs="0" maxOccurs="1" name="ScheduleDefinition" type="tns:ScheduleDefinition" />
1392 <s:element minOccurs="0" maxOccurs="1" name="SiteUrl" type="s:string" />
1393 </s:sequence>
1394 </s:complexType>
1395 </s:element>
1396 <s:complexType name="ScheduleDefinition">
1397 <s:complexContent mixed="false">
1398 <s:extension base="tns:ScheduleDefinitionOrReference">
1399 <s:sequence>
1400 <s:element minOccurs="1" maxOccurs="1" name="StartDateTime" type="s:dateTime" />
1401 <s:element minOccurs="0" maxOccurs="1" name="EndDate" type="s:dateTime" />
1402 <s:choice minOccurs="1" maxOccurs="1">
1403 <s:element minOccurs="0" maxOccurs="1" name="MonthlyRecurrence" type="tns:MonthlyRecurrence" />
1404 <s:element minOccurs="0" maxOccurs="1" name="MinuteRecurrence" type="tns:MinuteRecurrence" />
1405 <s:element minOccurs="0" maxOccurs="1" name="DailyRecurrence" type="tns:DailyRecurrence" />
1406 <s:element minOccurs="0" maxOccurs="1" name="WeeklyRecurrence" type="tns:WeeklyRecurrence" />
1407 <s:element minOccurs="0" maxOccurs="1" name="MonthlyDOWRecurrence" type="tns:MonthlyDOWRecurrence" />
1408 </s:choice>
1409 </s:sequence>
1410 </s:extension>
1411 </s:complexContent>
1412 </s:complexType>
1413 <s:complexType name="ScheduleDefinitionOrReference" />
1414 <s:complexType name="MonthlyRecurrence">
1415 <s:complexContent mixed="false">
1416 <s:extension base="tns:RecurrencePattern">
1417 <s:sequence>
1418 <s:element minOccurs="0" maxOccurs="1" name="Days" type="s:string" />
1419 <s:element minOccurs="0" maxOccurs="1" name="MonthsOfYear" type="tns:MonthsOfYearSelector" />
1420 </s:sequence>
1421 </s:extension>
1422 </s:complexContent>
1423 </s:complexType>
1424 <s:complexType name="RecurrencePattern" />
1425 <s:complexType name="MonthlyDOWRecurrence">
1426 <s:complexContent mixed="false">
1427 <s:extension base="tns:RecurrencePattern">
1428 <s:sequence>
1429 <s:element minOccurs="0" maxOccurs="1" name="WhichWeek" type="tns:WeekNumberEnum" />
1430 <s:element minOccurs="0" maxOccurs="1" name="DaysOfWeek" type="tns:DaysOfWeekSelector" />
1431 <s:element minOccurs="0" maxOccurs="1" name="MonthsOfYear" type="tns:MonthsOfYearSelector" />
1432 </s:sequence>
1433 </s:extension>
1434 </s:complexContent>
1435 </s:complexType>
1436 <s:simpleType name="WeekNumberEnum">
1437 <s:restriction base="s:string">
1438 <s:enumeration value="FirstWeek" />
1439 <s:enumeration value="SecondWeek" />
1440 <s:enumeration value="ThirdWeek" />
1441 <s:enumeration value="FourthWeek" />
1442 <s:enumeration value="LastWeek" />
1443 </s:restriction>
1444 </s:simpleType>
1445 <s:complexType name="DaysOfWeekSelector">
1446 <s:sequence>
1447 <s:element minOccurs="1" maxOccurs="1" name="Sunday" type="s:boolean" />
1448 <s:element minOccurs="1" maxOccurs="1" name="Monday" type="s:boolean" />
1449 <s:element minOccurs="1" maxOccurs="1" name="Tuesday" type="s:boolean" />
1450 <s:element minOccurs="1" maxOccurs="1" name="Wednesday" type="s:boolean" />
1451 <s:element minOccurs="1" maxOccurs="1" name="Thursday" type="s:boolean" />
1452 <s:element minOccurs="1" maxOccurs="1" name="Friday" type="s:boolean" />
1453 <s:element minOccurs="1" maxOccurs="1" name="Saturday" type="s:boolean" />
1454 </s:sequence>
1455 </s:complexType>
1456 <s:complexType name="MonthsOfYearSelector">
1457 <s:sequence>
1458 <s:element minOccurs="1" maxOccurs="1" name="January" type="s:boolean" />
1459 <s:element minOccurs="1" maxOccurs="1" name="February" type="s:boolean" />
1460 <s:element minOccurs="1" maxOccurs="1" name="March" type="s:boolean" />
1461 <s:element minOccurs="1" maxOccurs="1" name="April" type="s:boolean" />
1462 <s:element minOccurs="1" maxOccurs="1" name="May" type="s:boolean" />
1463 <s:element minOccurs="1" maxOccurs="1" name="June" type="s:boolean" />
1464 <s:element minOccurs="1" maxOccurs="1" name="July" type="s:boolean" />
1465 <s:element minOccurs="1" maxOccurs="1" name="August" type="s:boolean" />
1466 <s:element minOccurs="1" maxOccurs="1" name="September" type="s:boolean" />
1467 <s:element minOccurs="1" maxOccurs="1" name="October" type="s:boolean" />
1468 <s:element minOccurs="1" maxOccurs="1" name="November" type="s:boolean" />
1469 <s:element minOccurs="1" maxOccurs="1" name="December" type="s:boolean" />
1470 </s:sequence>
1471 </s:complexType>
1472 <s:complexType name="WeeklyRecurrence">
1473 <s:complexContent mixed="false">
1474 <s:extension base="tns:RecurrencePattern">
1475 <s:sequence>
1476 <s:element minOccurs="0" maxOccurs="1" name="WeeksInterval" type="s:int" />
1477 <s:element minOccurs="0" maxOccurs="1" name="DaysOfWeek" type="tns:DaysOfWeekSelector" />
1478 </s:sequence>
1479 </s:extension>
1480 </s:complexContent>
1481 </s:complexType>
1482 <s:complexType name="DailyRecurrence">
1483 <s:complexContent mixed="false">
1484 <s:extension base="tns:RecurrencePattern">
1485 <s:sequence>
1486 <s:element minOccurs="1" maxOccurs="1" name="DaysInterval" type="s:int" />
1487 </s:sequence>
1488 </s:extension>
1489 </s:complexContent>
1490 </s:complexType>
1491 <s:complexType name="MinuteRecurrence">
1492 <s:complexContent mixed="false">
1493 <s:extension base="tns:RecurrencePattern">
1494 <s:sequence>
1495 <s:element minOccurs="1" maxOccurs="1" name="MinutesInterval" type="s:int" />
1496 </s:sequence>
1497 </s:extension>
1498 </s:complexContent>
1499 </s:complexType>
1500 <s:element name="CreateScheduleResponse">
1501 <s:complexType>
1502 <s:sequence>
1503 <s:element minOccurs="0" maxOccurs="1" name="ScheduleID" type="s:string" />
1504 </s:sequence>
1505 </s:complexType>
1506 </s:element>
1507 <s:element name="DeleteSchedule">
1508 <s:complexType>
1509 <s:sequence>
1510 <s:element minOccurs="0" maxOccurs="1" name="ScheduleID" type="s:string" />
1511 </s:sequence>
1512 </s:complexType>
1513 </s:element>
1514 <s:element name="DeleteScheduleResponse">
1515 <s:complexType />
1516 </s:element>
1517 <s:element name="ListSchedules">
1518 <s:complexType>
1519 <s:sequence>
1520 <s:element minOccurs="0" maxOccurs="1" name="SiteUrl" type="s:string" />
1521 </s:sequence>
1522 </s:complexType>
1523 </s:element>
1524 <s:element name="ListSchedulesResponse">
1525 <s:complexType>
1526 <s:sequence>
1527 <s:element minOccurs="0" maxOccurs="1" name="Schedules" type="tns:ArrayOfSchedule" />
1528 </s:sequence>
1529 </s:complexType>
1530 </s:element>
1531 <s:complexType name="ArrayOfSchedule">
1532 <s:sequence>
1533 <s:element minOccurs="0" maxOccurs="unbounded" name="Schedule" nillable="true" type="tns:Schedule" />
1534 </s:sequence>
1535 </s:complexType>
1536 <s:complexType name="Schedule">
1537 <s:sequence>
1538 <s:element minOccurs="0" maxOccurs="1" name="ScheduleID" type="s:string" />
1539 <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
1540 <s:element minOccurs="0" maxOccurs="1" name="Definition" type="tns:ScheduleDefinition" />
1541 <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
1542 <s:element minOccurs="0" maxOccurs="1" name="Creator" type="s:string" />
1543 <s:element minOccurs="0" maxOccurs="1" name="NextRunTime" type="s:dateTime" />
1544 <s:element minOccurs="0" maxOccurs="1" name="LastRunTime" type="s:dateTime" />
1545 <s:element minOccurs="1" maxOccurs="1" name="ReferencesPresent" type="s:boolean" />
1546 <s:element minOccurs="0" maxOccurs="1" name="ScheduleStateName" type="s:string" />
1547 </s:sequence>
1548 </s:complexType>
1549 <s:element name="GetScheduleProperties">
1550 <s:complexType>
1551 <s:sequence>
1552 <s:element minOccurs="0" maxOccurs="1" name="ScheduleID" type="s:string" />
1553 </s:sequence>
1554 </s:complexType>
1555 </s:element>
1556 <s:element name="GetSchedulePropertiesResponse">
1557 <s:complexType>
1558 <s:sequence>
1559 <s:element minOccurs="0" maxOccurs="1" name="Schedule" type="tns:Schedule" />
1560 </s:sequence>
1561 </s:complexType>
1562 </s:element>
1563 <s:element name="ListScheduleStates">
1564 <s:complexType />
1565 </s:element>
1566 <s:element name="ListScheduleStatesResponse">
1567 <s:complexType>
1568 <s:sequence>
1569 <s:element minOccurs="0" maxOccurs="1" name="ListScheduleStatesResult" type="tns:ArrayOfString1" />
1570 </s:sequence>
1571 </s:complexType>
1572 </s:element>
1573 <s:element name="PauseSchedule">
1574 <s:complexType>
1575 <s:sequence>
1576 <s:element minOccurs="0" maxOccurs="1" name="ScheduleID" type="s:string" />
1577 </s:sequence>
1578 </s:complexType>
1579 </s:element>
1580 <s:element name="PauseScheduleResponse">
1581 <s:complexType />
1582 </s:element>
1583 <s:element name="ResumeSchedule">
1584 <s:complexType>
1585 <s:sequence>
1586 <s:element minOccurs="0" maxOccurs="1" name="ScheduleID" type="s:string" />
1587 </s:sequence>
1588 </s:complexType>
1589 </s:element>
1590 <s:element name="ResumeScheduleResponse">
1591 <s:complexType />
1592 </s:element>
1593 <s:element name="SetScheduleProperties">
1594 <s:complexType>
1595 <s:sequence>
1596 <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
1597 <s:element minOccurs="0" maxOccurs="1" name="ScheduleID" type="s:string" />
1598 <s:element minOccurs="0" maxOccurs="1" name="ScheduleDefinition" type="tns:ScheduleDefinition" />
1599 </s:sequence>
1600 </s:complexType>
1601 </s:element>
1602 <s:element name="SetSchedulePropertiesResponse">
1603 <s:complexType />
1604 </s:element>
1605 <s:element name="ListScheduledItems">
1606 <s:complexType>
1607 <s:sequence>
1608 <s:element minOccurs="0" maxOccurs="1" name="ScheduleID" type="s:string" />
1609 </s:sequence>
1610 </s:complexType>
1611 </s:element>
1612 <s:element name="ListScheduledItemsResponse">
1613 <s:complexType>
1614 <s:sequence>
1615 <s:element minOccurs="0" maxOccurs="1" name="Items" type="tns:ArrayOfCatalogItem" />
1616 </s:sequence>
1617 </s:complexType>
1618 </s:element>
1619 <s:element name="SetItemParameters">
1620 <s:complexType>
1621 <s:sequence>
1622 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
1623 <s:element minOccurs="0" maxOccurs="1" name="Parameters" type="tns:ArrayOfItemParameter" />
1624 </s:sequence>
1625 </s:complexType>
1626 </s:element>
1627 <s:complexType name="ArrayOfItemParameter">
1628 <s:sequence>
1629 <s:element minOccurs="0" maxOccurs="unbounded" name="ItemParameter" nillable="true" type="tns:ItemParameter" />
1630 </s:sequence>
1631 </s:complexType>
1632 <s:complexType name="ItemParameter">
1633 <s:sequence>
1634 <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
1635 <s:element minOccurs="0" maxOccurs="1" name="ParameterTypeName" type="s:string" />
1636 <s:element minOccurs="0" maxOccurs="1" name="Nullable" type="s:boolean" />
1637 <s:element minOccurs="0" maxOccurs="1" name="AllowBlank" type="s:boolean" />
1638 <s:element minOccurs="0" maxOccurs="1" name="MultiValue" type="s:boolean" />
1639 <s:element minOccurs="0" maxOccurs="1" name="QueryParameter" type="s:boolean" />
1640 <s:element minOccurs="0" maxOccurs="1" name="Prompt" type="s:string" />
1641 <s:element minOccurs="0" maxOccurs="1" name="PromptUser" type="s:boolean" />
1642 <s:element minOccurs="0" maxOccurs="1" name="Dependencies" type="tns:ArrayOfString2" />
1643 <s:element minOccurs="0" maxOccurs="1" name="ValidValuesQueryBased" type="s:boolean" />
1644 <s:element minOccurs="0" maxOccurs="1" name="ValidValues" type="tns:ArrayOfValidValue1" />
1645 <s:element minOccurs="0" maxOccurs="1" name="DefaultValuesQueryBased" type="s:boolean" />
1646 <s:element minOccurs="0" maxOccurs="1" name="DefaultValues" type="tns:ArrayOfString" />
1647 <s:element minOccurs="0" maxOccurs="1" name="ParameterStateName" type="s:string" />
1648 <s:element minOccurs="0" maxOccurs="1" name="ErrorMessage" type="s:string" />
1649 </s:sequence>
1650 </s:complexType>
1651 <s:complexType name="ArrayOfString2">
1652 <s:sequence>
1653 <s:element minOccurs="0" maxOccurs="unbounded" name="Dependency" nillable="true" type="s:string" />
1654 </s:sequence>
1655 </s:complexType>
1656 <s:complexType name="ArrayOfValidValue1">
1657 <s:sequence>
1658 <s:element minOccurs="0" maxOccurs="unbounded" name="ValidValue" nillable="true" type="tns:ValidValue" />
1659 </s:sequence>
1660 </s:complexType>
1661 <s:element name="SetItemParametersResponse">
1662 <s:complexType />
1663 </s:element>
1664 <s:element name="GetItemParameters">
1665 <s:complexType>
1666 <s:sequence>
1667 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
1668 <s:element minOccurs="0" maxOccurs="1" name="HistoryID" type="s:string" />
1669 <s:element minOccurs="1" maxOccurs="1" name="ForRendering" type="s:boolean" />
1670 <s:element minOccurs="0" maxOccurs="1" name="Values" type="tns:ArrayOfParameterValue" />
1671 <s:element minOccurs="0" maxOccurs="1" name="Credentials" type="tns:ArrayOfDataSourceCredentials" />
1672 </s:sequence>
1673 </s:complexType>
1674 </s:element>
1675 <s:complexType name="ArrayOfDataSourceCredentials">
1676 <s:sequence>
1677 <s:element minOccurs="0" maxOccurs="unbounded" name="DataSourceCredentials" nillable="true" type="tns:DataSourceCredentials" />
1678 </s:sequence>
1679 </s:complexType>
1680 <s:complexType name="DataSourceCredentials">
1681 <s:sequence>
1682 <s:element minOccurs="0" maxOccurs="1" name="DataSourceName" type="s:string" />
1683 <s:element minOccurs="0" maxOccurs="1" name="UserName" type="s:string" />
1684 <s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
1685 </s:sequence>
1686 </s:complexType>
1687 <s:element name="GetItemParametersResponse">
1688 <s:complexType>
1689 <s:sequence>
1690 <s:element minOccurs="0" maxOccurs="1" name="Parameters" type="tns:ArrayOfItemParameter" />
1691 </s:sequence>
1692 </s:complexType>
1693 </s:element>
1694 <s:element name="ListParameterTypes">
1695 <s:complexType />
1696 </s:element>
1697 <s:element name="ListParameterTypesResponse">
1698 <s:complexType>
1699 <s:sequence>
1700 <s:element minOccurs="0" maxOccurs="1" name="ListParameterTypesResult" type="tns:ArrayOfString1" />
1701 </s:sequence>
1702 </s:complexType>
1703 </s:element>
1704 <s:element name="ListParameterStates">
1705 <s:complexType />
1706 </s:element>
1707 <s:element name="ListParameterStatesResponse">
1708 <s:complexType>
1709 <s:sequence>
1710 <s:element minOccurs="0" maxOccurs="1" name="ListParameterStatesResult" type="tns:ArrayOfString1" />
1711 </s:sequence>
1712 </s:complexType>
1713 </s:element>
1714 <s:element name="CreateReportEditSession">
1715 <s:complexType>
1716 <s:sequence>
1717 <s:element minOccurs="0" maxOccurs="1" name="Report" type="s:string" />
1718 <s:element minOccurs="0" maxOccurs="1" name="Parent" type="s:string" />
1719 <s:element minOccurs="0" maxOccurs="1" name="Definition" type="s:base64Binary" />
1720 </s:sequence>
1721 </s:complexType>
1722 </s:element>
1723 <s:element name="CreateReportEditSessionResponse">
1724 <s:complexType>
1725 <s:sequence>
1726 <s:element minOccurs="0" maxOccurs="1" name="EditSessionID" type="s:string" />
1727 <s:element minOccurs="0" maxOccurs="1" name="Warnings" type="tns:ArrayOfWarning" />
1728 </s:sequence>
1729 </s:complexType>
1730 </s:element>
1731 <s:element name="CreateLinkedItem">
1732 <s:complexType>
1733 <s:sequence>
1734 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
1735 <s:element minOccurs="0" maxOccurs="1" name="Parent" type="s:string" />
1736 <s:element minOccurs="0" maxOccurs="1" name="Link" type="s:string" />
1737 <s:element minOccurs="0" maxOccurs="1" name="Properties" type="tns:ArrayOfProperty" />
1738 </s:sequence>
1739 </s:complexType>
1740 </s:element>
1741 <s:element name="CreateLinkedItemResponse">
1742 <s:complexType />
1743 </s:element>
1744 <s:element name="SetItemLink">
1745 <s:complexType>
1746 <s:sequence>
1747 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
1748 <s:element minOccurs="0" maxOccurs="1" name="Link" type="s:string" />
1749 </s:sequence>
1750 </s:complexType>
1751 </s:element>
1752 <s:element name="SetItemLinkResponse">
1753 <s:complexType />
1754 </s:element>
1755 <s:element name="GetItemLink">
1756 <s:complexType>
1757 <s:sequence>
1758 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
1759 </s:sequence>
1760 </s:complexType>
1761 </s:element>
1762 <s:element name="GetItemLinkResponse">
1763 <s:complexType>
1764 <s:sequence>
1765 <s:element minOccurs="0" maxOccurs="1" name="Link" type="s:string" />
1766 </s:sequence>
1767 </s:complexType>
1768 </s:element>
1769 <s:element name="ListExecutionSettings">
1770 <s:complexType />
1771 </s:element>
1772 <s:element name="ListExecutionSettingsResponse">
1773 <s:complexType>
1774 <s:sequence>
1775 <s:element minOccurs="0" maxOccurs="1" name="ListExecutionSettingsResult" type="tns:ArrayOfString1" />
1776 </s:sequence>
1777 </s:complexType>
1778 </s:element>
1779 <s:element name="SetExecutionOptions">
1780 <s:complexType>
1781 <s:sequence>
1782 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
1783 <s:element minOccurs="0" maxOccurs="1" name="ExecutionSetting" type="s:string" />
1784 <s:choice minOccurs="1" maxOccurs="1">
1785 <s:element minOccurs="0" maxOccurs="1" name="NoSchedule" type="tns:NoSchedule" />
1786 <s:element minOccurs="0" maxOccurs="1" name="ScheduleReference" type="tns:ScheduleReference" />
1787 <s:element minOccurs="0" maxOccurs="1" name="ScheduleDefinition" type="tns:ScheduleDefinition" />
1788 </s:choice>
1789 </s:sequence>
1790 </s:complexType>
1791 </s:element>
1792 <s:complexType name="NoSchedule">
1793 <s:complexContent mixed="false">
1794 <s:extension base="tns:ScheduleDefinitionOrReference" />
1795 </s:complexContent>
1796 </s:complexType>
1797 <s:complexType name="ScheduleReference">
1798 <s:complexContent mixed="false">
1799 <s:extension base="tns:ScheduleDefinitionOrReference">
1800 <s:sequence>
1801 <s:element minOccurs="0" maxOccurs="1" name="ScheduleID" type="s:string" />
1802 <s:element minOccurs="0" maxOccurs="1" name="Definition" type="tns:ScheduleDefinition" />
1803 </s:sequence>
1804 </s:extension>
1805 </s:complexContent>
1806 </s:complexType>
1807 <s:element name="SetExecutionOptionsResponse">
1808 <s:complexType />
1809 </s:element>
1810 <s:element name="GetExecutionOptions">
1811 <s:complexType>
1812 <s:sequence>
1813 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
1814 </s:sequence>
1815 </s:complexType>
1816 </s:element>
1817 <s:element name="GetExecutionOptionsResponse">
1818 <s:complexType>
1819 <s:sequence>
1820 <s:element minOccurs="0" maxOccurs="1" name="ExecutionSetting" type="s:string" />
1821 <s:choice minOccurs="1" maxOccurs="1">
1822 <s:element minOccurs="0" maxOccurs="1" name="NoSchedule" type="tns:NoSchedule" />
1823 <s:element minOccurs="0" maxOccurs="1" name="ScheduleDefinition" type="tns:ScheduleDefinition" />
1824 <s:element minOccurs="0" maxOccurs="1" name="ScheduleReference" type="tns:ScheduleReference" />
1825 </s:choice>
1826 </s:sequence>
1827 </s:complexType>
1828 </s:element>
1829 <s:element name="UpdateItemExecutionSnapshot">
1830 <s:complexType>
1831 <s:sequence>
1832 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
1833 </s:sequence>
1834 </s:complexType>
1835 </s:element>
1836 <s:element name="UpdateItemExecutionSnapshotResponse">
1837 <s:complexType />
1838 </s:element>
1839 <s:element name="SetCacheOptions">
1840 <s:complexType>
1841 <s:sequence>
1842 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
1843 <s:element minOccurs="1" maxOccurs="1" name="CacheItem" type="s:boolean" />
1844 <s:choice minOccurs="1" maxOccurs="1">
1845 <s:element minOccurs="0" maxOccurs="1" name="TimeExpiration" type="tns:TimeExpiration" />
1846 <s:element minOccurs="0" maxOccurs="1" name="ScheduleExpiration" type="tns:ScheduleExpiration" />
1847 </s:choice>
1848 </s:sequence>
1849 </s:complexType>
1850 </s:element>
1851 <s:complexType name="TimeExpiration">
1852 <s:complexContent mixed="false">
1853 <s:extension base="tns:ExpirationDefinition">
1854 <s:sequence>
1855 <s:element minOccurs="1" maxOccurs="1" name="Minutes" type="s:int" />
1856 </s:sequence>
1857 </s:extension>
1858 </s:complexContent>
1859 </s:complexType>
1860 <s:complexType name="ExpirationDefinition" />
1861 <s:complexType name="ScheduleExpiration">
1862 <s:complexContent mixed="false">
1863 <s:extension base="tns:ExpirationDefinition">
1864 <s:sequence>
1865 <s:choice minOccurs="1" maxOccurs="1">
1866 <s:element minOccurs="0" maxOccurs="1" name="ScheduleDefinition" type="tns:ScheduleDefinition" />
1867 <s:element minOccurs="0" maxOccurs="1" name="ScheduleReference" type="tns:ScheduleReference" />
1868 </s:choice>
1869 </s:sequence>
1870 </s:extension>
1871 </s:complexContent>
1872 </s:complexType>
1873 <s:element name="SetCacheOptionsResponse">
1874 <s:complexType />
1875 </s:element>
1876 <s:element name="GetCacheOptions">
1877 <s:complexType>
1878 <s:sequence>
1879 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
1880 </s:sequence>
1881 </s:complexType>
1882 </s:element>
1883 <s:element name="GetCacheOptionsResponse">
1884 <s:complexType>
1885 <s:sequence>
1886 <s:element minOccurs="1" maxOccurs="1" name="CacheItem" type="s:boolean" />
1887 <s:choice minOccurs="1" maxOccurs="1">
1888 <s:element minOccurs="0" maxOccurs="1" name="ScheduleExpiration" type="tns:ScheduleExpiration" />
1889 <s:element minOccurs="0" maxOccurs="1" name="TimeExpiration" type="tns:TimeExpiration" />
1890 </s:choice>
1891 </s:sequence>
1892 </s:complexType>
1893 </s:element>
1894 <s:element name="FlushCache">
1895 <s:complexType>
1896 <s:sequence>
1897 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
1898 </s:sequence>
1899 </s:complexType>
1900 </s:element>
1901 <s:element name="FlushCacheResponse">
1902 <s:complexType />
1903 </s:element>
1904 <s:element name="CreateItemHistorySnapshot">
1905 <s:complexType>
1906 <s:sequence>
1907 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
1908 </s:sequence>
1909 </s:complexType>
1910 </s:element>
1911 <s:element name="CreateItemHistorySnapshotResponse">
1912 <s:complexType>
1913 <s:sequence>
1914 <s:element minOccurs="0" maxOccurs="1" name="HistoryID" type="s:string" />
1915 <s:element minOccurs="0" maxOccurs="1" name="Warnings" type="tns:ArrayOfWarning" />
1916 </s:sequence>
1917 </s:complexType>
1918 </s:element>
1919 <s:element name="DeleteItemHistorySnapshot">
1920 <s:complexType>
1921 <s:sequence>
1922 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
1923 <s:element minOccurs="0" maxOccurs="1" name="HistoryID" type="s:string" />
1924 </s:sequence>
1925 </s:complexType>
1926 </s:element>
1927 <s:element name="DeleteItemHistorySnapshotResponse">
1928 <s:complexType />
1929 </s:element>
1930 <s:element name="SetItemHistoryLimit">
1931 <s:complexType>
1932 <s:sequence>
1933 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
1934 <s:element minOccurs="1" maxOccurs="1" name="UseSystem" type="s:boolean" />
1935 <s:element minOccurs="1" maxOccurs="1" name="HistoryLimit" type="s:int" />
1936 </s:sequence>
1937 </s:complexType>
1938 </s:element>
1939 <s:element name="SetItemHistoryLimitResponse">
1940 <s:complexType />
1941 </s:element>
1942 <s:element name="GetItemHistoryLimit">
1943 <s:complexType>
1944 <s:sequence>
1945 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
1946 </s:sequence>
1947 </s:complexType>
1948 </s:element>
1949 <s:element name="GetItemHistoryLimitResponse">
1950 <s:complexType>
1951 <s:sequence>
1952 <s:element minOccurs="1" maxOccurs="1" name="HistoryLimit" type="s:int" />
1953 <s:element minOccurs="1" maxOccurs="1" name="IsSystem" type="s:boolean" />
1954 <s:element minOccurs="1" maxOccurs="1" name="SystemLimit" type="s:int" />
1955 </s:sequence>
1956 </s:complexType>
1957 </s:element>
1958 <s:element name="SetItemHistoryOptions">
1959 <s:complexType>
1960 <s:sequence>
1961 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
1962 <s:element minOccurs="1" maxOccurs="1" name="EnableManualSnapshotCreation" type="s:boolean" />
1963 <s:element minOccurs="1" maxOccurs="1" name="KeepExecutionSnapshots" type="s:boolean" />
1964 <s:choice minOccurs="1" maxOccurs="1">
1965 <s:element minOccurs="0" maxOccurs="1" name="ScheduleReference" type="tns:ScheduleReference" />
1966 <s:element minOccurs="0" maxOccurs="1" name="ScheduleDefinition" type="tns:ScheduleDefinition" />
1967 <s:element minOccurs="0" maxOccurs="1" name="NoSchedule" type="tns:NoSchedule" />
1968 </s:choice>
1969 </s:sequence>
1970 </s:complexType>
1971 </s:element>
1972 <s:element name="SetItemHistoryOptionsResponse">
1973 <s:complexType />
1974 </s:element>
1975 <s:element name="GetItemHistoryOptions">
1976 <s:complexType>
1977 <s:sequence>
1978 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
1979 </s:sequence>
1980 </s:complexType>
1981 </s:element>
1982 <s:element name="GetItemHistoryOptionsResponse">
1983 <s:complexType>
1984 <s:sequence>
1985 <s:element minOccurs="1" maxOccurs="1" name="EnableManualSnapshotCreation" type="s:boolean" />
1986 <s:element minOccurs="1" maxOccurs="1" name="KeepExecutionSnapshots" type="s:boolean" />
1987 <s:choice minOccurs="1" maxOccurs="1">
1988 <s:element minOccurs="0" maxOccurs="1" name="ScheduleDefinition" type="tns:ScheduleDefinition" />
1989 <s:element minOccurs="0" maxOccurs="1" name="ScheduleReference" type="tns:ScheduleReference" />
1990 <s:element minOccurs="0" maxOccurs="1" name="NoSchedule" type="tns:NoSchedule" />
1991 </s:choice>
1992 </s:sequence>
1993 </s:complexType>
1994 </s:element>
1995 <s:element name="GetReportServerConfigInfo">
1996 <s:complexType>
1997 <s:sequence>
1998 <s:element minOccurs="1" maxOccurs="1" name="ScaleOut" type="s:boolean" />
1999 </s:sequence>
2000 </s:complexType>
2001 </s:element>
2002 <s:element name="GetReportServerConfigInfoResponse">
2003 <s:complexType>
2004 <s:sequence>
2005 <s:element minOccurs="0" maxOccurs="1" name="ServerConfigInfo" type="s:string" />
2006 </s:sequence>
2007 </s:complexType>
2008 </s:element>
2009 <s:element name="IsSSLRequired">
2010 <s:complexType />
2011 </s:element>
2012 <s:element name="IsSSLRequiredResponse">
2013 <s:complexType>
2014 <s:sequence>
2015 <s:element minOccurs="1" maxOccurs="1" name="IsSSLRequiredResult" type="s:boolean" />
2016 </s:sequence>
2017 </s:complexType>
2018 </s:element>
2019 <s:element name="SetSystemProperties">
2020 <s:complexType>
2021 <s:sequence>
2022 <s:element minOccurs="0" maxOccurs="1" name="Properties" type="tns:ArrayOfProperty" />
2023 </s:sequence>
2024 </s:complexType>
2025 </s:element>
2026 <s:element name="SetSystemPropertiesResponse">
2027 <s:complexType />
2028 </s:element>
2029 <s:element name="GetSystemProperties">
2030 <s:complexType>
2031 <s:sequence>
2032 <s:element minOccurs="0" maxOccurs="1" name="Properties" type="tns:ArrayOfProperty" />
2033 </s:sequence>
2034 </s:complexType>
2035 </s:element>
2036 <s:element name="GetSystemPropertiesResponse">
2037 <s:complexType>
2038 <s:sequence>
2039 <s:element minOccurs="0" maxOccurs="1" name="Values" type="tns:ArrayOfProperty" />
2040 </s:sequence>
2041 </s:complexType>
2042 </s:element>
2043 <s:element name="SetSystemPolicies">
2044 <s:complexType>
2045 <s:sequence>
2046 <s:element minOccurs="0" maxOccurs="1" name="Policies" type="tns:ArrayOfPolicy" />
2047 </s:sequence>
2048 </s:complexType>
2049 </s:element>
2050 <s:element name="SetSystemPoliciesResponse">
2051 <s:complexType />
2052 </s:element>
2053 <s:element name="GetSystemPolicies">
2054 <s:complexType />
2055 </s:element>
2056 <s:element name="GetSystemPoliciesResponse">
2057 <s:complexType>
2058 <s:sequence>
2059 <s:element minOccurs="0" maxOccurs="1" name="Policies" type="tns:ArrayOfPolicy" />
2060 </s:sequence>
2061 </s:complexType>
2062 </s:element>
2063 <s:element name="ListExtensions">
2064 <s:complexType>
2065 <s:sequence>
2066 <s:element minOccurs="0" maxOccurs="1" name="ExtensionType" type="s:string" />
2067 </s:sequence>
2068 </s:complexType>
2069 </s:element>
2070 <s:element name="ListExtensionsResponse">
2071 <s:complexType>
2072 <s:sequence>
2073 <s:element minOccurs="0" maxOccurs="1" name="Extensions" type="tns:ArrayOfExtension" />
2074 </s:sequence>
2075 </s:complexType>
2076 </s:element>
2077 <s:complexType name="ArrayOfExtension">
2078 <s:sequence>
2079 <s:element minOccurs="0" maxOccurs="unbounded" name="Extension" nillable="true" type="tns:Extension" />
2080 </s:sequence>
2081 </s:complexType>
2082 <s:complexType name="Extension">
2083 <s:sequence>
2084 <s:element minOccurs="0" maxOccurs="1" name="ExtensionTypeName" type="s:string" />
2085 <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
2086 <s:element minOccurs="0" maxOccurs="1" name="LocalizedName" type="s:string" />
2087 <s:element minOccurs="1" maxOccurs="1" name="Visible" type="s:boolean" />
2088 <s:element minOccurs="1" maxOccurs="1" name="IsModelGenerationSupported" type="s:boolean" />
2089 </s:sequence>
2090 </s:complexType>
2091 <s:element name="ListExtensionTypes">
2092 <s:complexType />
2093 </s:element>
2094 <s:element name="ListExtensionTypesResponse">
2095 <s:complexType>
2096 <s:sequence>
2097 <s:element minOccurs="0" maxOccurs="1" name="ListExtensionTypesResult" type="tns:ArrayOfString1" />
2098 </s:sequence>
2099 </s:complexType>
2100 </s:element>
2101 <s:element name="ListEvents">
2102 <s:complexType />
2103 </s:element>
2104 <s:element name="ListEventsResponse">
2105 <s:complexType>
2106 <s:sequence>
2107 <s:element minOccurs="0" maxOccurs="1" name="Events" type="tns:ArrayOfEvent" />
2108 </s:sequence>
2109 </s:complexType>
2110 </s:element>
2111 <s:complexType name="ArrayOfEvent">
2112 <s:sequence>
2113 <s:element minOccurs="0" maxOccurs="unbounded" name="Event" nillable="true" type="tns:Event" />
2114 </s:sequence>
2115 </s:complexType>
2116 <s:complexType name="Event">
2117 <s:sequence>
2118 <s:element minOccurs="0" maxOccurs="1" name="Type" type="s:string" />
2119 </s:sequence>
2120 </s:complexType>
2121 <s:element name="FireEvent">
2122 <s:complexType>
2123 <s:sequence>
2124 <s:element minOccurs="0" maxOccurs="1" name="EventType" type="s:string" />
2125 <s:element minOccurs="0" maxOccurs="1" name="EventData" type="s:string" />
2126 <s:element minOccurs="0" maxOccurs="1" name="SiteUrl" type="s:string" />
2127 </s:sequence>
2128 </s:complexType>
2129 </s:element>
2130 <s:element name="FireEventResponse">
2131 <s:complexType />
2132 </s:element>
2133 <s:element name="ListJobs">
2134 <s:complexType />
2135 </s:element>
2136 <s:element name="ListJobsResponse">
2137 <s:complexType>
2138 <s:sequence>
2139 <s:element minOccurs="0" maxOccurs="1" name="Jobs" type="tns:ArrayOfJob" />
2140 </s:sequence>
2141 </s:complexType>
2142 </s:element>
2143 <s:complexType name="ArrayOfJob">
2144 <s:sequence>
2145 <s:element minOccurs="0" maxOccurs="unbounded" name="Job" nillable="true" type="tns:Job" />
2146 </s:sequence>
2147 </s:complexType>
2148 <s:complexType name="Job">
2149 <s:sequence>
2150 <s:element minOccurs="0" maxOccurs="1" name="JobID" type="s:string" />
2151 <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
2152 <s:element minOccurs="0" maxOccurs="1" name="Path" type="s:string" />
2153 <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
2154 <s:element minOccurs="0" maxOccurs="1" name="Machine" type="s:string" />
2155 <s:element minOccurs="0" maxOccurs="1" name="User" type="s:string" />
2156 <s:element minOccurs="1" maxOccurs="1" name="StartDateTime" type="s:dateTime" />
2157 <s:element minOccurs="0" maxOccurs="1" name="JobActionName" type="s:string" />
2158 <s:element minOccurs="0" maxOccurs="1" name="JobTypeName" type="s:string" />
2159 <s:element minOccurs="0" maxOccurs="1" name="JobStatusName" type="s:string" />
2160 </s:sequence>
2161 </s:complexType>
2162 <s:element name="ListJobTypes">
2163 <s:complexType />
2164 </s:element>
2165 <s:element name="ListJobTypesResponse">
2166 <s:complexType>
2167 <s:sequence>
2168 <s:element minOccurs="0" maxOccurs="1" name="ListJobTypesResult" type="tns:ArrayOfString1" />
2169 </s:sequence>
2170 </s:complexType>
2171 </s:element>
2172 <s:element name="ListJobActions">
2173 <s:complexType />
2174 </s:element>
2175 <s:element name="ListJobActionsResponse">
2176 <s:complexType>
2177 <s:sequence>
2178 <s:element minOccurs="0" maxOccurs="1" name="ListJobActionsResult" type="tns:ArrayOfString1" />
2179 </s:sequence>
2180 </s:complexType>
2181 </s:element>
2182 <s:element name="ListJobStates">
2183 <s:complexType />
2184 </s:element>
2185 <s:element name="ListJobStatesResponse">
2186 <s:complexType>
2187 <s:sequence>
2188 <s:element minOccurs="0" maxOccurs="1" name="ListJobStatesResult" type="tns:ArrayOfString1" />
2189 </s:sequence>
2190 </s:complexType>
2191 </s:element>
2192 <s:element name="CancelJob">
2193 <s:complexType>
2194 <s:sequence>
2195 <s:element minOccurs="0" maxOccurs="1" name="JobID" type="s:string" />
2196 </s:sequence>
2197 </s:complexType>
2198 </s:element>
2199 <s:element name="CancelJobResponse">
2200 <s:complexType>
2201 <s:sequence>
2202 <s:element minOccurs="1" maxOccurs="1" name="CancelJobResult" type="s:boolean" />
2203 </s:sequence>
2204 </s:complexType>
2205 </s:element>
2206 <s:element name="CreateCacheRefreshPlan">
2207 <s:complexType>
2208 <s:sequence>
2209 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
2210 <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
2211 <s:element minOccurs="0" maxOccurs="1" name="EventType" type="s:string" />
2212 <s:element minOccurs="0" maxOccurs="1" name="MatchData" type="s:string" />
2213 <s:element minOccurs="0" maxOccurs="1" name="Parameters" type="tns:ArrayOfParameterValue" />
2214 </s:sequence>
2215 </s:complexType>
2216 </s:element>
2217 <s:element name="CreateCacheRefreshPlanResponse">
2218 <s:complexType>
2219 <s:sequence>
2220 <s:element minOccurs="0" maxOccurs="1" name="CacheRefreshPlanID" type="s:string" />
2221 </s:sequence>
2222 </s:complexType>
2223 </s:element>
2224 <s:element name="SetCacheRefreshPlanProperties">
2225 <s:complexType>
2226 <s:sequence>
2227 <s:element minOccurs="0" maxOccurs="1" name="CacheRefreshPlanID" type="s:string" />
2228 <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
2229 <s:element minOccurs="0" maxOccurs="1" name="EventType" type="s:string" />
2230 <s:element minOccurs="0" maxOccurs="1" name="MatchData" type="s:string" />
2231 <s:element minOccurs="0" maxOccurs="1" name="Parameters" type="tns:ArrayOfParameterValue" />
2232 </s:sequence>
2233 </s:complexType>
2234 </s:element>
2235 <s:element name="SetCacheRefreshPlanPropertiesResponse">
2236 <s:complexType />
2237 </s:element>
2238 <s:element name="GetCacheRefreshPlanProperties">
2239 <s:complexType>
2240 <s:sequence>
2241 <s:element minOccurs="0" maxOccurs="1" name="CacheRefreshPlanID" type="s:string" />
2242 </s:sequence>
2243 </s:complexType>
2244 </s:element>
2245 <s:element name="GetCacheRefreshPlanPropertiesResponse">
2246 <s:complexType>
2247 <s:sequence>
2248 <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
2249 <s:element minOccurs="0" maxOccurs="1" name="LastRunStatus" type="s:string" />
2250 <s:element minOccurs="0" maxOccurs="1" name="State" type="tns:CacheRefreshPlanState" />
2251 <s:element minOccurs="0" maxOccurs="1" name="EventType" type="s:string" />
2252 <s:element minOccurs="0" maxOccurs="1" name="MatchData" type="s:string" />
2253 <s:element minOccurs="0" maxOccurs="1" name="Parameters" type="tns:ArrayOfParameterValue" />
2254 </s:sequence>
2255 </s:complexType>
2256 </s:element>
2257 <s:complexType name="CacheRefreshPlanState">
2258 <s:sequence>
2259 <s:element minOccurs="1" maxOccurs="1" name="MissingParameterValue" type="s:boolean" />
2260 <s:element minOccurs="1" maxOccurs="1" name="InvalidParameterValue" type="s:boolean" />
2261 <s:element minOccurs="1" maxOccurs="1" name="UnknownItemParameter" type="s:boolean" />
2262 <s:element minOccurs="1" maxOccurs="1" name="CachingNotEnabledOnItem" type="s:boolean" />
2263 </s:sequence>
2264 </s:complexType>
2265 <s:element name="DeleteCacheRefreshPlan">
2266 <s:complexType>
2267 <s:sequence>
2268 <s:element minOccurs="0" maxOccurs="1" name="CacheRefreshPlanID" type="s:string" />
2269 </s:sequence>
2270 </s:complexType>
2271 </s:element>
2272 <s:element name="DeleteCacheRefreshPlanResponse">
2273 <s:complexType />
2274 </s:element>
2275 <s:element name="ListCacheRefreshPlans">
2276 <s:complexType>
2277 <s:sequence>
2278 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
2279 </s:sequence>
2280 </s:complexType>
2281 </s:element>
2282 <s:element name="ListCacheRefreshPlansResponse">
2283 <s:complexType>
2284 <s:sequence>
2285 <s:element minOccurs="0" maxOccurs="1" name="CacheRefreshPlans" type="tns:ArrayOfCacheRefreshPlan" />
2286 </s:sequence>
2287 </s:complexType>
2288 </s:element>
2289 <s:complexType name="ArrayOfCacheRefreshPlan">
2290 <s:sequence>
2291 <s:element minOccurs="0" maxOccurs="unbounded" name="CacheRefreshPlan" nillable="true" type="tns:CacheRefreshPlan" />
2292 </s:sequence>
2293 </s:complexType>
2294 <s:complexType name="CacheRefreshPlan">
2295 <s:sequence>
2296 <s:element minOccurs="0" maxOccurs="1" name="CacheRefreshPlanID" type="s:string" />
2297 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
2298 <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
2299 <s:element minOccurs="0" maxOccurs="1" name="State" type="tns:CacheRefreshPlanState" />
2300 <s:element minOccurs="1" maxOccurs="1" name="LastExecuted" type="s:dateTime" />
2301 <s:element minOccurs="1" maxOccurs="1" name="ModifiedDate" type="s:dateTime" />
2302 <s:element minOccurs="0" maxOccurs="1" name="ModifiedBy" type="s:string" />
2303 <s:element minOccurs="0" maxOccurs="1" name="LastRunStatus" type="s:string" />
2304 </s:sequence>
2305 </s:complexType>
2306 <s:element name="LogonUser">
2307 <s:complexType>
2308 <s:sequence>
2309 <s:element minOccurs="0" maxOccurs="1" name="userName" type="s:string" />
2310 <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
2311 <s:element minOccurs="0" maxOccurs="1" name="authority" type="s:string" />
2312 </s:sequence>
2313 </s:complexType>
2314 </s:element>
2315 <s:element name="LogonUserResponse">
2316 <s:complexType />
2317 </s:element>
2318 <s:element name="Logoff">
2319 <s:complexType />
2320 </s:element>
2321 <s:element name="LogoffResponse">
2322 <s:complexType />
2323 </s:element>
2324 <s:element name="GetPermissions">
2325 <s:complexType>
2326 <s:sequence>
2327 <s:element minOccurs="0" maxOccurs="1" name="ItemPath" type="s:string" />
2328 </s:sequence>
2329 </s:complexType>
2330 </s:element>
2331 <s:element name="GetPermissionsResponse">
2332 <s:complexType>
2333 <s:sequence>
2334 <s:element minOccurs="0" maxOccurs="1" name="Permissions" type="tns:ArrayOfString3" />
2335 </s:sequence>
2336 </s:complexType>
2337 </s:element>
2338 <s:complexType name="ArrayOfString3">
2339 <s:sequence>
2340 <s:element minOccurs="0" maxOccurs="unbounded" name="Operation" nillable="true" type="s:string" />
2341 </s:sequence>
2342 </s:complexType>
2343 <s:element name="GetSystemPermissions">
2344 <s:complexType />
2345 </s:element>
2346 <s:element name="GetSystemPermissionsResponse">
2347 <s:complexType>
2348 <s:sequence>
2349 <s:element minOccurs="0" maxOccurs="1" name="Permissions" type="tns:ArrayOfString3" />
2350 </s:sequence>
2351 </s:complexType>
2352 </s:element>
2353 <s:element name="ListSecurityScopes">
2354 <s:complexType />
2355 </s:element>
2356 <s:element name="ListSecurityScopesResponse">
2357 <s:complexType>
2358 <s:sequence>
2359 <s:element minOccurs="0" maxOccurs="1" name="ListSecurityScopesResult" type="tns:ArrayOfString1" />
2360 </s:sequence>
2361 </s:complexType>
2362 </s:element>
2363 </s:schema>
2364 </wsdl:types>
2365 <wsdl:message name="CreateCatalogItemSoapIn">
2366 <wsdl:part name="parameters" element="tns:CreateCatalogItem" />
2367 </wsdl:message>
2368 <wsdl:message name="CreateCatalogItemSoapOut">
2369 <wsdl:part name="parameters" element="tns:CreateCatalogItemResponse" />
2370 </wsdl:message>
2371 <wsdl:message name="CreateCatalogItemServerInfoHeader">
2372 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2373 </wsdl:message>
2374 <wsdl:message name="CreateCatalogItemTrustedUserHeader">
2375 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2376 </wsdl:message>
2377 <wsdl:message name="SetItemDefinitionSoapIn">
2378 <wsdl:part name="parameters" element="tns:SetItemDefinition" />
2379 </wsdl:message>
2380 <wsdl:message name="SetItemDefinitionSoapOut">
2381 <wsdl:part name="parameters" element="tns:SetItemDefinitionResponse" />
2382 </wsdl:message>
2383 <wsdl:message name="SetItemDefinitionServerInfoHeader">
2384 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2385 </wsdl:message>
2386 <wsdl:message name="SetItemDefinitionTrustedUserHeader">
2387 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2388 </wsdl:message>
2389 <wsdl:message name="GetItemDefinitionSoapIn">
2390 <wsdl:part name="parameters" element="tns:GetItemDefinition" />
2391 </wsdl:message>
2392 <wsdl:message name="GetItemDefinitionSoapOut">
2393 <wsdl:part name="parameters" element="tns:GetItemDefinitionResponse" />
2394 </wsdl:message>
2395 <wsdl:message name="GetItemDefinitionServerInfoHeader">
2396 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2397 </wsdl:message>
2398 <wsdl:message name="GetItemDefinitionTrustedUserHeader">
2399 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2400 </wsdl:message>
2401 <wsdl:message name="GetItemTypeSoapIn">
2402 <wsdl:part name="parameters" element="tns:GetItemType" />
2403 </wsdl:message>
2404 <wsdl:message name="GetItemTypeSoapOut">
2405 <wsdl:part name="parameters" element="tns:GetItemTypeResponse" />
2406 </wsdl:message>
2407 <wsdl:message name="GetItemTypeServerInfoHeader">
2408 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2409 </wsdl:message>
2410 <wsdl:message name="GetItemTypeTrustedUserHeader">
2411 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2412 </wsdl:message>
2413 <wsdl:message name="DeleteItemSoapIn">
2414 <wsdl:part name="parameters" element="tns:DeleteItem" />
2415 </wsdl:message>
2416 <wsdl:message name="DeleteItemSoapOut">
2417 <wsdl:part name="parameters" element="tns:DeleteItemResponse" />
2418 </wsdl:message>
2419 <wsdl:message name="DeleteItemServerInfoHeader">
2420 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2421 </wsdl:message>
2422 <wsdl:message name="DeleteItemTrustedUserHeader">
2423 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2424 </wsdl:message>
2425 <wsdl:message name="MoveItemSoapIn">
2426 <wsdl:part name="parameters" element="tns:MoveItem" />
2427 </wsdl:message>
2428 <wsdl:message name="MoveItemSoapOut">
2429 <wsdl:part name="parameters" element="tns:MoveItemResponse" />
2430 </wsdl:message>
2431 <wsdl:message name="MoveItemServerInfoHeader">
2432 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2433 </wsdl:message>
2434 <wsdl:message name="MoveItemTrustedUserHeader">
2435 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2436 </wsdl:message>
2437 <wsdl:message name="InheritParentSecuritySoapIn">
2438 <wsdl:part name="parameters" element="tns:InheritParentSecurity" />
2439 </wsdl:message>
2440 <wsdl:message name="InheritParentSecuritySoapOut">
2441 <wsdl:part name="parameters" element="tns:InheritParentSecurityResponse" />
2442 </wsdl:message>
2443 <wsdl:message name="InheritParentSecurityServerInfoHeader">
2444 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2445 </wsdl:message>
2446 <wsdl:message name="InheritParentSecurityTrustedUserHeader">
2447 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2448 </wsdl:message>
2449 <wsdl:message name="ListItemHistorySoapIn">
2450 <wsdl:part name="parameters" element="tns:ListItemHistory" />
2451 </wsdl:message>
2452 <wsdl:message name="ListItemHistorySoapOut">
2453 <wsdl:part name="parameters" element="tns:ListItemHistoryResponse" />
2454 </wsdl:message>
2455 <wsdl:message name="ListItemHistoryServerInfoHeader">
2456 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2457 </wsdl:message>
2458 <wsdl:message name="ListItemHistoryTrustedUserHeader">
2459 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2460 </wsdl:message>
2461 <wsdl:message name="ListChildrenSoapIn">
2462 <wsdl:part name="parameters" element="tns:ListChildren" />
2463 </wsdl:message>
2464 <wsdl:message name="ListChildrenSoapOut">
2465 <wsdl:part name="parameters" element="tns:ListChildrenResponse" />
2466 </wsdl:message>
2467 <wsdl:message name="ListChildrenServerInfoHeader">
2468 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2469 </wsdl:message>
2470 <wsdl:message name="ListChildrenTrustedUserHeader">
2471 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2472 </wsdl:message>
2473 <wsdl:message name="ListDependentItemsSoapIn">
2474 <wsdl:part name="parameters" element="tns:ListDependentItems" />
2475 </wsdl:message>
2476 <wsdl:message name="ListDependentItemsSoapOut">
2477 <wsdl:part name="parameters" element="tns:ListDependentItemsResponse" />
2478 </wsdl:message>
2479 <wsdl:message name="ListDependentItemsServerInfoHeader">
2480 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2481 </wsdl:message>
2482 <wsdl:message name="ListDependentItemsTrustedUserHeader">
2483 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2484 </wsdl:message>
2485 <wsdl:message name="FindItemsSoapIn">
2486 <wsdl:part name="parameters" element="tns:FindItems" />
2487 </wsdl:message>
2488 <wsdl:message name="FindItemsSoapOut">
2489 <wsdl:part name="parameters" element="tns:FindItemsResponse" />
2490 </wsdl:message>
2491 <wsdl:message name="FindItemsServerInfoHeader">
2492 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2493 </wsdl:message>
2494 <wsdl:message name="FindItemsTrustedUserHeader">
2495 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2496 </wsdl:message>
2497 <wsdl:message name="ListParentsSoapIn">
2498 <wsdl:part name="parameters" element="tns:ListParents" />
2499 </wsdl:message>
2500 <wsdl:message name="ListParentsSoapOut">
2501 <wsdl:part name="parameters" element="tns:ListParentsResponse" />
2502 </wsdl:message>
2503 <wsdl:message name="ListParentsServerInfoHeader">
2504 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2505 </wsdl:message>
2506 <wsdl:message name="ListParentsTrustedUserHeader">
2507 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2508 </wsdl:message>
2509 <wsdl:message name="CreateFolderSoapIn">
2510 <wsdl:part name="parameters" element="tns:CreateFolder" />
2511 </wsdl:message>
2512 <wsdl:message name="CreateFolderSoapOut">
2513 <wsdl:part name="parameters" element="tns:CreateFolderResponse" />
2514 </wsdl:message>
2515 <wsdl:message name="CreateFolderServerInfoHeader">
2516 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2517 </wsdl:message>
2518 <wsdl:message name="CreateFolderTrustedUserHeader">
2519 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2520 </wsdl:message>
2521 <wsdl:message name="SetPropertiesSoapIn">
2522 <wsdl:part name="parameters" element="tns:SetProperties" />
2523 </wsdl:message>
2524 <wsdl:message name="SetPropertiesSoapOut">
2525 <wsdl:part name="parameters" element="tns:SetPropertiesResponse" />
2526 </wsdl:message>
2527 <wsdl:message name="SetPropertiesServerInfoHeader">
2528 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2529 </wsdl:message>
2530 <wsdl:message name="SetPropertiesTrustedUserHeader">
2531 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2532 </wsdl:message>
2533 <wsdl:message name="GetPropertiesSoapIn">
2534 <wsdl:part name="parameters" element="tns:GetProperties" />
2535 </wsdl:message>
2536 <wsdl:message name="GetPropertiesSoapOut">
2537 <wsdl:part name="parameters" element="tns:GetPropertiesResponse" />
2538 </wsdl:message>
2539 <wsdl:message name="GetPropertiesItemNamespaceHeader">
2540 <wsdl:part name="ItemNamespaceHeader" element="tns:ItemNamespaceHeader" />
2541 </wsdl:message>
2542 <wsdl:message name="GetPropertiesServerInfoHeader">
2543 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2544 </wsdl:message>
2545 <wsdl:message name="GetPropertiesTrustedUserHeader">
2546 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2547 </wsdl:message>
2548 <wsdl:message name="SetItemReferencesSoapIn">
2549 <wsdl:part name="parameters" element="tns:SetItemReferences" />
2550 </wsdl:message>
2551 <wsdl:message name="SetItemReferencesSoapOut">
2552 <wsdl:part name="parameters" element="tns:SetItemReferencesResponse" />
2553 </wsdl:message>
2554 <wsdl:message name="SetItemReferencesServerInfoHeader">
2555 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2556 </wsdl:message>
2557 <wsdl:message name="SetItemReferencesTrustedUserHeader">
2558 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2559 </wsdl:message>
2560 <wsdl:message name="GetItemReferencesSoapIn">
2561 <wsdl:part name="parameters" element="tns:GetItemReferences" />
2562 </wsdl:message>
2563 <wsdl:message name="GetItemReferencesSoapOut">
2564 <wsdl:part name="parameters" element="tns:GetItemReferencesResponse" />
2565 </wsdl:message>
2566 <wsdl:message name="GetItemReferencesServerInfoHeader">
2567 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2568 </wsdl:message>
2569 <wsdl:message name="GetItemReferencesTrustedUserHeader">
2570 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2571 </wsdl:message>
2572 <wsdl:message name="ListItemTypesSoapIn">
2573 <wsdl:part name="parameters" element="tns:ListItemTypes" />
2574 </wsdl:message>
2575 <wsdl:message name="ListItemTypesSoapOut">
2576 <wsdl:part name="parameters" element="tns:ListItemTypesResponse" />
2577 </wsdl:message>
2578 <wsdl:message name="ListItemTypesServerInfoHeader">
2579 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2580 </wsdl:message>
2581 <wsdl:message name="ListItemTypesTrustedUserHeader">
2582 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2583 </wsdl:message>
2584 <wsdl:message name="SetSubscriptionPropertiesSoapIn">
2585 <wsdl:part name="parameters" element="tns:SetSubscriptionProperties" />
2586 </wsdl:message>
2587 <wsdl:message name="SetSubscriptionPropertiesSoapOut">
2588 <wsdl:part name="parameters" element="tns:SetSubscriptionPropertiesResponse" />
2589 </wsdl:message>
2590 <wsdl:message name="SetSubscriptionPropertiesServerInfoHeader">
2591 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2592 </wsdl:message>
2593 <wsdl:message name="SetSubscriptionPropertiesTrustedUserHeader">
2594 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2595 </wsdl:message>
2596 <wsdl:message name="GetSubscriptionPropertiesSoapIn">
2597 <wsdl:part name="parameters" element="tns:GetSubscriptionProperties" />
2598 </wsdl:message>
2599 <wsdl:message name="GetSubscriptionPropertiesSoapOut">
2600 <wsdl:part name="parameters" element="tns:GetSubscriptionPropertiesResponse" />
2601 </wsdl:message>
2602 <wsdl:message name="GetSubscriptionPropertiesServerInfoHeader">
2603 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2604 </wsdl:message>
2605 <wsdl:message name="GetSubscriptionPropertiesTrustedUserHeader">
2606 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2607 </wsdl:message>
2608 <wsdl:message name="SetDataDrivenSubscriptionPropertiesSoapIn">
2609 <wsdl:part name="parameters" element="tns:SetDataDrivenSubscriptionProperties" />
2610 </wsdl:message>
2611 <wsdl:message name="SetDataDrivenSubscriptionPropertiesSoapOut">
2612 <wsdl:part name="parameters" element="tns:SetDataDrivenSubscriptionPropertiesResponse" />
2613 </wsdl:message>
2614 <wsdl:message name="SetDataDrivenSubscriptionPropertiesServerInfoHeader">
2615 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2616 </wsdl:message>
2617 <wsdl:message name="SetDataDrivenSubscriptionPropertiesTrustedUserHeader">
2618 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2619 </wsdl:message>
2620 <wsdl:message name="GetDataDrivenSubscriptionPropertiesSoapIn">
2621 <wsdl:part name="parameters" element="tns:GetDataDrivenSubscriptionProperties" />
2622 </wsdl:message>
2623 <wsdl:message name="GetDataDrivenSubscriptionPropertiesSoapOut">
2624 <wsdl:part name="parameters" element="tns:GetDataDrivenSubscriptionPropertiesResponse" />
2625 </wsdl:message>
2626 <wsdl:message name="GetDataDrivenSubscriptionPropertiesServerInfoHeader">
2627 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2628 </wsdl:message>
2629 <wsdl:message name="GetDataDrivenSubscriptionPropertiesTrustedUserHeader">
2630 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2631 </wsdl:message>
2632 <wsdl:message name="DeleteSubscriptionSoapIn">
2633 <wsdl:part name="parameters" element="tns:DeleteSubscription" />
2634 </wsdl:message>
2635 <wsdl:message name="DeleteSubscriptionSoapOut">
2636 <wsdl:part name="parameters" element="tns:DeleteSubscriptionResponse" />
2637 </wsdl:message>
2638 <wsdl:message name="DeleteSubscriptionServerInfoHeader">
2639 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2640 </wsdl:message>
2641 <wsdl:message name="DeleteSubscriptionTrustedUserHeader">
2642 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2643 </wsdl:message>
2644 <wsdl:message name="CreateSubscriptionSoapIn">
2645 <wsdl:part name="parameters" element="tns:CreateSubscription" />
2646 </wsdl:message>
2647 <wsdl:message name="CreateSubscriptionSoapOut">
2648 <wsdl:part name="parameters" element="tns:CreateSubscriptionResponse" />
2649 </wsdl:message>
2650 <wsdl:message name="CreateSubscriptionServerInfoHeader">
2651 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2652 </wsdl:message>
2653 <wsdl:message name="CreateSubscriptionTrustedUserHeader">
2654 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2655 </wsdl:message>
2656 <wsdl:message name="CreateDataDrivenSubscriptionSoapIn">
2657 <wsdl:part name="parameters" element="tns:CreateDataDrivenSubscription" />
2658 </wsdl:message>
2659 <wsdl:message name="CreateDataDrivenSubscriptionSoapOut">
2660 <wsdl:part name="parameters" element="tns:CreateDataDrivenSubscriptionResponse" />
2661 </wsdl:message>
2662 <wsdl:message name="CreateDataDrivenSubscriptionServerInfoHeader">
2663 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2664 </wsdl:message>
2665 <wsdl:message name="CreateDataDrivenSubscriptionTrustedUserHeader">
2666 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2667 </wsdl:message>
2668 <wsdl:message name="GetExtensionSettingsSoapIn">
2669 <wsdl:part name="parameters" element="tns:GetExtensionSettings" />
2670 </wsdl:message>
2671 <wsdl:message name="GetExtensionSettingsSoapOut">
2672 <wsdl:part name="parameters" element="tns:GetExtensionSettingsResponse" />
2673 </wsdl:message>
2674 <wsdl:message name="GetExtensionSettingsServerInfoHeader">
2675 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2676 </wsdl:message>
2677 <wsdl:message name="GetExtensionSettingsTrustedUserHeader">
2678 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2679 </wsdl:message>
2680 <wsdl:message name="ValidateExtensionSettingsSoapIn">
2681 <wsdl:part name="parameters" element="tns:ValidateExtensionSettings" />
2682 </wsdl:message>
2683 <wsdl:message name="ValidateExtensionSettingsSoapOut">
2684 <wsdl:part name="parameters" element="tns:ValidateExtensionSettingsResponse" />
2685 </wsdl:message>
2686 <wsdl:message name="ValidateExtensionSettingsServerInfoHeader">
2687 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2688 </wsdl:message>
2689 <wsdl:message name="ValidateExtensionSettingsTrustedUserHeader">
2690 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2691 </wsdl:message>
2692 <wsdl:message name="ListSubscriptionsSoapIn">
2693 <wsdl:part name="parameters" element="tns:ListSubscriptions" />
2694 </wsdl:message>
2695 <wsdl:message name="ListSubscriptionsSoapOut">
2696 <wsdl:part name="parameters" element="tns:ListSubscriptionsResponse" />
2697 </wsdl:message>
2698 <wsdl:message name="ListSubscriptionsServerInfoHeader">
2699 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2700 </wsdl:message>
2701 <wsdl:message name="ListSubscriptionsTrustedUserHeader">
2702 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2703 </wsdl:message>
2704 <wsdl:message name="ListMySubscriptionsSoapIn">
2705 <wsdl:part name="parameters" element="tns:ListMySubscriptions" />
2706 </wsdl:message>
2707 <wsdl:message name="ListMySubscriptionsSoapOut">
2708 <wsdl:part name="parameters" element="tns:ListMySubscriptionsResponse" />
2709 </wsdl:message>
2710 <wsdl:message name="ListMySubscriptionsServerInfoHeader">
2711 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2712 </wsdl:message>
2713 <wsdl:message name="ListMySubscriptionsTrustedUserHeader">
2714 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2715 </wsdl:message>
2716 <wsdl:message name="ListSubscriptionsUsingDataSourceSoapIn">
2717 <wsdl:part name="parameters" element="tns:ListSubscriptionsUsingDataSource" />
2718 </wsdl:message>
2719 <wsdl:message name="ListSubscriptionsUsingDataSourceSoapOut">
2720 <wsdl:part name="parameters" element="tns:ListSubscriptionsUsingDataSourceResponse" />
2721 </wsdl:message>
2722 <wsdl:message name="ListSubscriptionsUsingDataSourceServerInfoHeader">
2723 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2724 </wsdl:message>
2725 <wsdl:message name="ListSubscriptionsUsingDataSourceTrustedUserHeader">
2726 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2727 </wsdl:message>
2728 <wsdl:message name="ChangeSubscriptionOwnerSoapIn">
2729 <wsdl:part name="parameters" element="tns:ChangeSubscriptionOwner" />
2730 </wsdl:message>
2731 <wsdl:message name="ChangeSubscriptionOwnerSoapOut">
2732 <wsdl:part name="parameters" element="tns:ChangeSubscriptionOwnerResponse" />
2733 </wsdl:message>
2734 <wsdl:message name="ChangeSubscriptionOwnerServerInfoHeader">
2735 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2736 </wsdl:message>
2737 <wsdl:message name="ChangeSubscriptionOwnerTrustedUserHeader">
2738 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2739 </wsdl:message>
2740 <wsdl:message name="CreateDataSourceSoapIn">
2741 <wsdl:part name="parameters" element="tns:CreateDataSource" />
2742 </wsdl:message>
2743 <wsdl:message name="CreateDataSourceSoapOut">
2744 <wsdl:part name="parameters" element="tns:CreateDataSourceResponse" />
2745 </wsdl:message>
2746 <wsdl:message name="CreateDataSourceServerInfoHeader">
2747 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2748 </wsdl:message>
2749 <wsdl:message name="CreateDataSourceTrustedUserHeader">
2750 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2751 </wsdl:message>
2752 <wsdl:message name="PrepareQuerySoapIn">
2753 <wsdl:part name="parameters" element="tns:PrepareQuery" />
2754 </wsdl:message>
2755 <wsdl:message name="PrepareQuerySoapOut">
2756 <wsdl:part name="parameters" element="tns:PrepareQueryResponse" />
2757 </wsdl:message>
2758 <wsdl:message name="PrepareQueryServerInfoHeader">
2759 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2760 </wsdl:message>
2761 <wsdl:message name="PrepareQueryTrustedUserHeader">
2762 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2763 </wsdl:message>
2764 <wsdl:message name="EnableDataSourceSoapIn">
2765 <wsdl:part name="parameters" element="tns:EnableDataSource" />
2766 </wsdl:message>
2767 <wsdl:message name="EnableDataSourceSoapOut">
2768 <wsdl:part name="parameters" element="tns:EnableDataSourceResponse" />
2769 </wsdl:message>
2770 <wsdl:message name="EnableDataSourceServerInfoHeader">
2771 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2772 </wsdl:message>
2773 <wsdl:message name="EnableDataSourceTrustedUserHeader">
2774 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2775 </wsdl:message>
2776 <wsdl:message name="DisableDataSourceSoapIn">
2777 <wsdl:part name="parameters" element="tns:DisableDataSource" />
2778 </wsdl:message>
2779 <wsdl:message name="DisableDataSourceSoapOut">
2780 <wsdl:part name="parameters" element="tns:DisableDataSourceResponse" />
2781 </wsdl:message>
2782 <wsdl:message name="DisableDataSourceServerInfoHeader">
2783 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2784 </wsdl:message>
2785 <wsdl:message name="DisableDataSourceTrustedUserHeader">
2786 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2787 </wsdl:message>
2788 <wsdl:message name="SetDataSourceContentsSoapIn">
2789 <wsdl:part name="parameters" element="tns:SetDataSourceContents" />
2790 </wsdl:message>
2791 <wsdl:message name="SetDataSourceContentsSoapOut">
2792 <wsdl:part name="parameters" element="tns:SetDataSourceContentsResponse" />
2793 </wsdl:message>
2794 <wsdl:message name="SetDataSourceContentsServerInfoHeader">
2795 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2796 </wsdl:message>
2797 <wsdl:message name="SetDataSourceContentsTrustedUserHeader">
2798 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2799 </wsdl:message>
2800 <wsdl:message name="GetDataSourceContentsSoapIn">
2801 <wsdl:part name="parameters" element="tns:GetDataSourceContents" />
2802 </wsdl:message>
2803 <wsdl:message name="GetDataSourceContentsSoapOut">
2804 <wsdl:part name="parameters" element="tns:GetDataSourceContentsResponse" />
2805 </wsdl:message>
2806 <wsdl:message name="GetDataSourceContentsServerInfoHeader">
2807 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2808 </wsdl:message>
2809 <wsdl:message name="GetDataSourceContentsTrustedUserHeader">
2810 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2811 </wsdl:message>
2812 <wsdl:message name="ListDatabaseCredentialRetrievalOptionsSoapIn">
2813 <wsdl:part name="parameters" element="tns:ListDatabaseCredentialRetrievalOptions" />
2814 </wsdl:message>
2815 <wsdl:message name="ListDatabaseCredentialRetrievalOptionsSoapOut">
2816 <wsdl:part name="parameters" element="tns:ListDatabaseCredentialRetrievalOptionsResponse" />
2817 </wsdl:message>
2818 <wsdl:message name="ListDatabaseCredentialRetrievalOptionsServerInfoHeader">
2819 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2820 </wsdl:message>
2821 <wsdl:message name="ListDatabaseCredentialRetrievalOptionsTrustedUserHeader">
2822 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2823 </wsdl:message>
2824 <wsdl:message name="SetItemDataSourcesSoapIn">
2825 <wsdl:part name="parameters" element="tns:SetItemDataSources" />
2826 </wsdl:message>
2827 <wsdl:message name="SetItemDataSourcesSoapOut">
2828 <wsdl:part name="parameters" element="tns:SetItemDataSourcesResponse" />
2829 </wsdl:message>
2830 <wsdl:message name="SetItemDataSourcesServerInfoHeader">
2831 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2832 </wsdl:message>
2833 <wsdl:message name="SetItemDataSourcesTrustedUserHeader">
2834 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2835 </wsdl:message>
2836 <wsdl:message name="GetItemDataSourcesSoapIn">
2837 <wsdl:part name="parameters" element="tns:GetItemDataSources" />
2838 </wsdl:message>
2839 <wsdl:message name="GetItemDataSourcesSoapOut">
2840 <wsdl:part name="parameters" element="tns:GetItemDataSourcesResponse" />
2841 </wsdl:message>
2842 <wsdl:message name="GetItemDataSourcesServerInfoHeader">
2843 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2844 </wsdl:message>
2845 <wsdl:message name="GetItemDataSourcesTrustedUserHeader">
2846 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2847 </wsdl:message>
2848 <wsdl:message name="TestConnectForDataSourceDefinitionSoapIn">
2849 <wsdl:part name="parameters" element="tns:TestConnectForDataSourceDefinition" />
2850 </wsdl:message>
2851 <wsdl:message name="TestConnectForDataSourceDefinitionSoapOut">
2852 <wsdl:part name="parameters" element="tns:TestConnectForDataSourceDefinitionResponse" />
2853 </wsdl:message>
2854 <wsdl:message name="TestConnectForDataSourceDefinitionServerInfoHeader">
2855 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2856 </wsdl:message>
2857 <wsdl:message name="TestConnectForDataSourceDefinitionTrustedUserHeader">
2858 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2859 </wsdl:message>
2860 <wsdl:message name="TestConnectForItemDataSourceSoapIn">
2861 <wsdl:part name="parameters" element="tns:TestConnectForItemDataSource" />
2862 </wsdl:message>
2863 <wsdl:message name="TestConnectForItemDataSourceSoapOut">
2864 <wsdl:part name="parameters" element="tns:TestConnectForItemDataSourceResponse" />
2865 </wsdl:message>
2866 <wsdl:message name="TestConnectForItemDataSourceServerInfoHeader">
2867 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2868 </wsdl:message>
2869 <wsdl:message name="TestConnectForItemDataSourceTrustedUserHeader">
2870 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2871 </wsdl:message>
2872 <wsdl:message name="CreateRoleSoapIn">
2873 <wsdl:part name="parameters" element="tns:CreateRole" />
2874 </wsdl:message>
2875 <wsdl:message name="CreateRoleSoapOut">
2876 <wsdl:part name="parameters" element="tns:CreateRoleResponse" />
2877 </wsdl:message>
2878 <wsdl:message name="CreateRoleServerInfoHeader">
2879 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2880 </wsdl:message>
2881 <wsdl:message name="CreateRoleTrustedUserHeader">
2882 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2883 </wsdl:message>
2884 <wsdl:message name="SetRolePropertiesSoapIn">
2885 <wsdl:part name="parameters" element="tns:SetRoleProperties" />
2886 </wsdl:message>
2887 <wsdl:message name="SetRolePropertiesSoapOut">
2888 <wsdl:part name="parameters" element="tns:SetRolePropertiesResponse" />
2889 </wsdl:message>
2890 <wsdl:message name="SetRolePropertiesServerInfoHeader">
2891 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2892 </wsdl:message>
2893 <wsdl:message name="SetRolePropertiesTrustedUserHeader">
2894 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2895 </wsdl:message>
2896 <wsdl:message name="GetRolePropertiesSoapIn">
2897 <wsdl:part name="parameters" element="tns:GetRoleProperties" />
2898 </wsdl:message>
2899 <wsdl:message name="GetRolePropertiesSoapOut">
2900 <wsdl:part name="parameters" element="tns:GetRolePropertiesResponse" />
2901 </wsdl:message>
2902 <wsdl:message name="GetRolePropertiesServerInfoHeader">
2903 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2904 </wsdl:message>
2905 <wsdl:message name="GetRolePropertiesTrustedUserHeader">
2906 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2907 </wsdl:message>
2908 <wsdl:message name="DeleteRoleSoapIn">
2909 <wsdl:part name="parameters" element="tns:DeleteRole" />
2910 </wsdl:message>
2911 <wsdl:message name="DeleteRoleSoapOut">
2912 <wsdl:part name="parameters" element="tns:DeleteRoleResponse" />
2913 </wsdl:message>
2914 <wsdl:message name="DeleteRoleServerInfoHeader">
2915 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2916 </wsdl:message>
2917 <wsdl:message name="DeleteRoleTrustedUserHeader">
2918 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2919 </wsdl:message>
2920 <wsdl:message name="ListRolesSoapIn">
2921 <wsdl:part name="parameters" element="tns:ListRoles" />
2922 </wsdl:message>
2923 <wsdl:message name="ListRolesSoapOut">
2924 <wsdl:part name="parameters" element="tns:ListRolesResponse" />
2925 </wsdl:message>
2926 <wsdl:message name="ListRolesServerInfoHeader">
2927 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2928 </wsdl:message>
2929 <wsdl:message name="ListRolesTrustedUserHeader">
2930 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2931 </wsdl:message>
2932 <wsdl:message name="ListTasksSoapIn">
2933 <wsdl:part name="parameters" element="tns:ListTasks" />
2934 </wsdl:message>
2935 <wsdl:message name="ListTasksSoapOut">
2936 <wsdl:part name="parameters" element="tns:ListTasksResponse" />
2937 </wsdl:message>
2938 <wsdl:message name="ListTasksServerInfoHeader">
2939 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2940 </wsdl:message>
2941 <wsdl:message name="ListTasksTrustedUserHeader">
2942 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2943 </wsdl:message>
2944 <wsdl:message name="SetPoliciesSoapIn">
2945 <wsdl:part name="parameters" element="tns:SetPolicies" />
2946 </wsdl:message>
2947 <wsdl:message name="SetPoliciesSoapOut">
2948 <wsdl:part name="parameters" element="tns:SetPoliciesResponse" />
2949 </wsdl:message>
2950 <wsdl:message name="SetPoliciesServerInfoHeader">
2951 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2952 </wsdl:message>
2953 <wsdl:message name="SetPoliciesTrustedUserHeader">
2954 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2955 </wsdl:message>
2956 <wsdl:message name="GetPoliciesSoapIn">
2957 <wsdl:part name="parameters" element="tns:GetPolicies" />
2958 </wsdl:message>
2959 <wsdl:message name="GetPoliciesSoapOut">
2960 <wsdl:part name="parameters" element="tns:GetPoliciesResponse" />
2961 </wsdl:message>
2962 <wsdl:message name="GetPoliciesServerInfoHeader">
2963 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2964 </wsdl:message>
2965 <wsdl:message name="GetPoliciesTrustedUserHeader">
2966 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2967 </wsdl:message>
2968 <wsdl:message name="GetItemDataSourcePromptsSoapIn">
2969 <wsdl:part name="parameters" element="tns:GetItemDataSourcePrompts" />
2970 </wsdl:message>
2971 <wsdl:message name="GetItemDataSourcePromptsSoapOut">
2972 <wsdl:part name="parameters" element="tns:GetItemDataSourcePromptsResponse" />
2973 </wsdl:message>
2974 <wsdl:message name="GetItemDataSourcePromptsServerInfoHeader">
2975 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2976 </wsdl:message>
2977 <wsdl:message name="GetItemDataSourcePromptsTrustedUserHeader">
2978 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2979 </wsdl:message>
2980 <wsdl:message name="GenerateModelSoapIn">
2981 <wsdl:part name="parameters" element="tns:GenerateModel" />
2982 </wsdl:message>
2983 <wsdl:message name="GenerateModelSoapOut">
2984 <wsdl:part name="parameters" element="tns:GenerateModelResponse" />
2985 </wsdl:message>
2986 <wsdl:message name="GenerateModelServerInfoHeader">
2987 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
2988 </wsdl:message>
2989 <wsdl:message name="GenerateModelTrustedUserHeader">
2990 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
2991 </wsdl:message>
2992 <wsdl:message name="GetModelItemPermissionsSoapIn">
2993 <wsdl:part name="parameters" element="tns:GetModelItemPermissions" />
2994 </wsdl:message>
2995 <wsdl:message name="GetModelItemPermissionsSoapOut">
2996 <wsdl:part name="parameters" element="tns:GetModelItemPermissionsResponse" />
2997 </wsdl:message>
2998 <wsdl:message name="GetModelItemPermissionsServerInfoHeader">
2999 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3000 </wsdl:message>
3001 <wsdl:message name="GetModelItemPermissionsTrustedUserHeader">
3002 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3003 </wsdl:message>
3004 <wsdl:message name="SetModelItemPoliciesSoapIn">
3005 <wsdl:part name="parameters" element="tns:SetModelItemPolicies" />
3006 </wsdl:message>
3007 <wsdl:message name="SetModelItemPoliciesSoapOut">
3008 <wsdl:part name="parameters" element="tns:SetModelItemPoliciesResponse" />
3009 </wsdl:message>
3010 <wsdl:message name="SetModelItemPoliciesServerInfoHeader">
3011 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3012 </wsdl:message>
3013 <wsdl:message name="SetModelItemPoliciesTrustedUserHeader">
3014 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3015 </wsdl:message>
3016 <wsdl:message name="GetModelItemPoliciesSoapIn">
3017 <wsdl:part name="parameters" element="tns:GetModelItemPolicies" />
3018 </wsdl:message>
3019 <wsdl:message name="GetModelItemPoliciesSoapOut">
3020 <wsdl:part name="parameters" element="tns:GetModelItemPoliciesResponse" />
3021 </wsdl:message>
3022 <wsdl:message name="GetModelItemPoliciesServerInfoHeader">
3023 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3024 </wsdl:message>
3025 <wsdl:message name="GetModelItemPoliciesTrustedUserHeader">
3026 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3027 </wsdl:message>
3028 <wsdl:message name="GetUserModelSoapIn">
3029 <wsdl:part name="parameters" element="tns:GetUserModel" />
3030 </wsdl:message>
3031 <wsdl:message name="GetUserModelSoapOut">
3032 <wsdl:part name="parameters" element="tns:GetUserModelResponse" />
3033 </wsdl:message>
3034 <wsdl:message name="GetUserModelServerInfoHeader">
3035 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3036 </wsdl:message>
3037 <wsdl:message name="GetUserModelTrustedUserHeader">
3038 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3039 </wsdl:message>
3040 <wsdl:message name="InheritModelItemParentSecuritySoapIn">
3041 <wsdl:part name="parameters" element="tns:InheritModelItemParentSecurity" />
3042 </wsdl:message>
3043 <wsdl:message name="InheritModelItemParentSecuritySoapOut">
3044 <wsdl:part name="parameters" element="tns:InheritModelItemParentSecurityResponse" />
3045 </wsdl:message>
3046 <wsdl:message name="InheritModelItemParentSecurityServerInfoHeader">
3047 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3048 </wsdl:message>
3049 <wsdl:message name="InheritModelItemParentSecurityTrustedUserHeader">
3050 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3051 </wsdl:message>
3052 <wsdl:message name="SetModelDrillthroughReportsSoapIn">
3053 <wsdl:part name="parameters" element="tns:SetModelDrillthroughReports" />
3054 </wsdl:message>
3055 <wsdl:message name="SetModelDrillthroughReportsSoapOut">
3056 <wsdl:part name="parameters" element="tns:SetModelDrillthroughReportsResponse" />
3057 </wsdl:message>
3058 <wsdl:message name="SetModelDrillthroughReportsServerInfoHeader">
3059 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3060 </wsdl:message>
3061 <wsdl:message name="SetModelDrillthroughReportsTrustedUserHeader">
3062 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3063 </wsdl:message>
3064 <wsdl:message name="ListModelDrillthroughReportsSoapIn">
3065 <wsdl:part name="parameters" element="tns:ListModelDrillthroughReports" />
3066 </wsdl:message>
3067 <wsdl:message name="ListModelDrillthroughReportsSoapOut">
3068 <wsdl:part name="parameters" element="tns:ListModelDrillthroughReportsResponse" />
3069 </wsdl:message>
3070 <wsdl:message name="ListModelDrillthroughReportsServerInfoHeader">
3071 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3072 </wsdl:message>
3073 <wsdl:message name="ListModelDrillthroughReportsTrustedUserHeader">
3074 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3075 </wsdl:message>
3076 <wsdl:message name="ListModelItemChildrenSoapIn">
3077 <wsdl:part name="parameters" element="tns:ListModelItemChildren" />
3078 </wsdl:message>
3079 <wsdl:message name="ListModelItemChildrenSoapOut">
3080 <wsdl:part name="parameters" element="tns:ListModelItemChildrenResponse" />
3081 </wsdl:message>
3082 <wsdl:message name="ListModelItemChildrenServerInfoHeader">
3083 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3084 </wsdl:message>
3085 <wsdl:message name="ListModelItemChildrenTrustedUserHeader">
3086 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3087 </wsdl:message>
3088 <wsdl:message name="ListModelItemTypesSoapIn">
3089 <wsdl:part name="parameters" element="tns:ListModelItemTypes" />
3090 </wsdl:message>
3091 <wsdl:message name="ListModelItemTypesSoapOut">
3092 <wsdl:part name="parameters" element="tns:ListModelItemTypesResponse" />
3093 </wsdl:message>
3094 <wsdl:message name="ListModelItemTypesServerInfoHeader">
3095 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3096 </wsdl:message>
3097 <wsdl:message name="ListModelItemTypesTrustedUserHeader">
3098 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3099 </wsdl:message>
3100 <wsdl:message name="ListModelPerspectivesSoapIn">
3101 <wsdl:part name="parameters" element="tns:ListModelPerspectives" />
3102 </wsdl:message>
3103 <wsdl:message name="ListModelPerspectivesSoapOut">
3104 <wsdl:part name="parameters" element="tns:ListModelPerspectivesResponse" />
3105 </wsdl:message>
3106 <wsdl:message name="ListModelPerspectivesServerInfoHeader">
3107 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3108 </wsdl:message>
3109 <wsdl:message name="ListModelPerspectivesTrustedUserHeader">
3110 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3111 </wsdl:message>
3112 <wsdl:message name="RegenerateModelSoapIn">
3113 <wsdl:part name="parameters" element="tns:RegenerateModel" />
3114 </wsdl:message>
3115 <wsdl:message name="RegenerateModelSoapOut">
3116 <wsdl:part name="parameters" element="tns:RegenerateModelResponse" />
3117 </wsdl:message>
3118 <wsdl:message name="RegenerateModelServerInfoHeader">
3119 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3120 </wsdl:message>
3121 <wsdl:message name="RegenerateModelTrustedUserHeader">
3122 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3123 </wsdl:message>
3124 <wsdl:message name="RemoveAllModelItemPoliciesSoapIn">
3125 <wsdl:part name="parameters" element="tns:RemoveAllModelItemPolicies" />
3126 </wsdl:message>
3127 <wsdl:message name="RemoveAllModelItemPoliciesSoapOut">
3128 <wsdl:part name="parameters" element="tns:RemoveAllModelItemPoliciesResponse" />
3129 </wsdl:message>
3130 <wsdl:message name="RemoveAllModelItemPoliciesServerInfoHeader">
3131 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3132 </wsdl:message>
3133 <wsdl:message name="RemoveAllModelItemPoliciesTrustedUserHeader">
3134 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3135 </wsdl:message>
3136 <wsdl:message name="CreateScheduleSoapIn">
3137 <wsdl:part name="parameters" element="tns:CreateSchedule" />
3138 </wsdl:message>
3139 <wsdl:message name="CreateScheduleSoapOut">
3140 <wsdl:part name="parameters" element="tns:CreateScheduleResponse" />
3141 </wsdl:message>
3142 <wsdl:message name="CreateScheduleServerInfoHeader">
3143 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3144 </wsdl:message>
3145 <wsdl:message name="CreateScheduleTrustedUserHeader">
3146 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3147 </wsdl:message>
3148 <wsdl:message name="DeleteScheduleSoapIn">
3149 <wsdl:part name="parameters" element="tns:DeleteSchedule" />
3150 </wsdl:message>
3151 <wsdl:message name="DeleteScheduleSoapOut">
3152 <wsdl:part name="parameters" element="tns:DeleteScheduleResponse" />
3153 </wsdl:message>
3154 <wsdl:message name="DeleteScheduleServerInfoHeader">
3155 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3156 </wsdl:message>
3157 <wsdl:message name="DeleteScheduleTrustedUserHeader">
3158 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3159 </wsdl:message>
3160 <wsdl:message name="ListSchedulesSoapIn">
3161 <wsdl:part name="parameters" element="tns:ListSchedules" />
3162 </wsdl:message>
3163 <wsdl:message name="ListSchedulesSoapOut">
3164 <wsdl:part name="parameters" element="tns:ListSchedulesResponse" />
3165 </wsdl:message>
3166 <wsdl:message name="ListSchedulesServerInfoHeader">
3167 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3168 </wsdl:message>
3169 <wsdl:message name="ListSchedulesTrustedUserHeader">
3170 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3171 </wsdl:message>
3172 <wsdl:message name="GetSchedulePropertiesSoapIn">
3173 <wsdl:part name="parameters" element="tns:GetScheduleProperties" />
3174 </wsdl:message>
3175 <wsdl:message name="GetSchedulePropertiesSoapOut">
3176 <wsdl:part name="parameters" element="tns:GetSchedulePropertiesResponse" />
3177 </wsdl:message>
3178 <wsdl:message name="GetSchedulePropertiesServerInfoHeader">
3179 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3180 </wsdl:message>
3181 <wsdl:message name="GetSchedulePropertiesTrustedUserHeader">
3182 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3183 </wsdl:message>
3184 <wsdl:message name="ListScheduleStatesSoapIn">
3185 <wsdl:part name="parameters" element="tns:ListScheduleStates" />
3186 </wsdl:message>
3187 <wsdl:message name="ListScheduleStatesSoapOut">
3188 <wsdl:part name="parameters" element="tns:ListScheduleStatesResponse" />
3189 </wsdl:message>
3190 <wsdl:message name="ListScheduleStatesServerInfoHeader">
3191 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3192 </wsdl:message>
3193 <wsdl:message name="ListScheduleStatesTrustedUserHeader">
3194 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3195 </wsdl:message>
3196 <wsdl:message name="PauseScheduleSoapIn">
3197 <wsdl:part name="parameters" element="tns:PauseSchedule" />
3198 </wsdl:message>
3199 <wsdl:message name="PauseScheduleSoapOut">
3200 <wsdl:part name="parameters" element="tns:PauseScheduleResponse" />
3201 </wsdl:message>
3202 <wsdl:message name="PauseScheduleServerInfoHeader">
3203 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3204 </wsdl:message>
3205 <wsdl:message name="PauseScheduleTrustedUserHeader">
3206 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3207 </wsdl:message>
3208 <wsdl:message name="ResumeScheduleSoapIn">
3209 <wsdl:part name="parameters" element="tns:ResumeSchedule" />
3210 </wsdl:message>
3211 <wsdl:message name="ResumeScheduleSoapOut">
3212 <wsdl:part name="parameters" element="tns:ResumeScheduleResponse" />
3213 </wsdl:message>
3214 <wsdl:message name="ResumeScheduleServerInfoHeader">
3215 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3216 </wsdl:message>
3217 <wsdl:message name="ResumeScheduleTrustedUserHeader">
3218 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3219 </wsdl:message>
3220 <wsdl:message name="SetSchedulePropertiesSoapIn">
3221 <wsdl:part name="parameters" element="tns:SetScheduleProperties" />
3222 </wsdl:message>
3223 <wsdl:message name="SetSchedulePropertiesSoapOut">
3224 <wsdl:part name="parameters" element="tns:SetSchedulePropertiesResponse" />
3225 </wsdl:message>
3226 <wsdl:message name="SetSchedulePropertiesServerInfoHeader">
3227 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3228 </wsdl:message>
3229 <wsdl:message name="SetSchedulePropertiesTrustedUserHeader">
3230 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3231 </wsdl:message>
3232 <wsdl:message name="ListScheduledItemsSoapIn">
3233 <wsdl:part name="parameters" element="tns:ListScheduledItems" />
3234 </wsdl:message>
3235 <wsdl:message name="ListScheduledItemsSoapOut">
3236 <wsdl:part name="parameters" element="tns:ListScheduledItemsResponse" />
3237 </wsdl:message>
3238 <wsdl:message name="ListScheduledItemsServerInfoHeader">
3239 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3240 </wsdl:message>
3241 <wsdl:message name="ListScheduledItemsTrustedUserHeader">
3242 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3243 </wsdl:message>
3244 <wsdl:message name="SetItemParametersSoapIn">
3245 <wsdl:part name="parameters" element="tns:SetItemParameters" />
3246 </wsdl:message>
3247 <wsdl:message name="SetItemParametersSoapOut">
3248 <wsdl:part name="parameters" element="tns:SetItemParametersResponse" />
3249 </wsdl:message>
3250 <wsdl:message name="SetItemParametersServerInfoHeader">
3251 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3252 </wsdl:message>
3253 <wsdl:message name="SetItemParametersTrustedUserHeader">
3254 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3255 </wsdl:message>
3256 <wsdl:message name="GetItemParametersSoapIn">
3257 <wsdl:part name="parameters" element="tns:GetItemParameters" />
3258 </wsdl:message>
3259 <wsdl:message name="GetItemParametersSoapOut">
3260 <wsdl:part name="parameters" element="tns:GetItemParametersResponse" />
3261 </wsdl:message>
3262 <wsdl:message name="GetItemParametersServerInfoHeader">
3263 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3264 </wsdl:message>
3265 <wsdl:message name="GetItemParametersTrustedUserHeader">
3266 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3267 </wsdl:message>
3268 <wsdl:message name="ListParameterTypesSoapIn">
3269 <wsdl:part name="parameters" element="tns:ListParameterTypes" />
3270 </wsdl:message>
3271 <wsdl:message name="ListParameterTypesSoapOut">
3272 <wsdl:part name="parameters" element="tns:ListParameterTypesResponse" />
3273 </wsdl:message>
3274 <wsdl:message name="ListParameterTypesServerInfoHeader">
3275 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3276 </wsdl:message>
3277 <wsdl:message name="ListParameterTypesTrustedUserHeader">
3278 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3279 </wsdl:message>
3280 <wsdl:message name="ListParameterStatesSoapIn">
3281 <wsdl:part name="parameters" element="tns:ListParameterStates" />
3282 </wsdl:message>
3283 <wsdl:message name="ListParameterStatesSoapOut">
3284 <wsdl:part name="parameters" element="tns:ListParameterStatesResponse" />
3285 </wsdl:message>
3286 <wsdl:message name="ListParameterStatesServerInfoHeader">
3287 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3288 </wsdl:message>
3289 <wsdl:message name="ListParameterStatesTrustedUserHeader">
3290 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3291 </wsdl:message>
3292 <wsdl:message name="CreateReportEditSessionSoapIn">
3293 <wsdl:part name="parameters" element="tns:CreateReportEditSession" />
3294 </wsdl:message>
3295 <wsdl:message name="CreateReportEditSessionSoapOut">
3296 <wsdl:part name="parameters" element="tns:CreateReportEditSessionResponse" />
3297 </wsdl:message>
3298 <wsdl:message name="CreateReportEditSessionServerInfoHeader">
3299 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3300 </wsdl:message>
3301 <wsdl:message name="CreateReportEditSessionTrustedUserHeader">
3302 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3303 </wsdl:message>
3304 <wsdl:message name="CreateLinkedItemSoapIn">
3305 <wsdl:part name="parameters" element="tns:CreateLinkedItem" />
3306 </wsdl:message>
3307 <wsdl:message name="CreateLinkedItemSoapOut">
3308 <wsdl:part name="parameters" element="tns:CreateLinkedItemResponse" />
3309 </wsdl:message>
3310 <wsdl:message name="CreateLinkedItemServerInfoHeader">
3311 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3312 </wsdl:message>
3313 <wsdl:message name="CreateLinkedItemTrustedUserHeader">
3314 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3315 </wsdl:message>
3316 <wsdl:message name="SetItemLinkSoapIn">
3317 <wsdl:part name="parameters" element="tns:SetItemLink" />
3318 </wsdl:message>
3319 <wsdl:message name="SetItemLinkSoapOut">
3320 <wsdl:part name="parameters" element="tns:SetItemLinkResponse" />
3321 </wsdl:message>
3322 <wsdl:message name="SetItemLinkServerInfoHeader">
3323 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3324 </wsdl:message>
3325 <wsdl:message name="SetItemLinkTrustedUserHeader">
3326 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3327 </wsdl:message>
3328 <wsdl:message name="GetItemLinkSoapIn">
3329 <wsdl:part name="parameters" element="tns:GetItemLink" />
3330 </wsdl:message>
3331 <wsdl:message name="GetItemLinkSoapOut">
3332 <wsdl:part name="parameters" element="tns:GetItemLinkResponse" />
3333 </wsdl:message>
3334 <wsdl:message name="GetItemLinkServerInfoHeader">
3335 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3336 </wsdl:message>
3337 <wsdl:message name="GetItemLinkTrustedUserHeader">
3338 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3339 </wsdl:message>
3340 <wsdl:message name="ListExecutionSettingsSoapIn">
3341 <wsdl:part name="parameters" element="tns:ListExecutionSettings" />
3342 </wsdl:message>
3343 <wsdl:message name="ListExecutionSettingsSoapOut">
3344 <wsdl:part name="parameters" element="tns:ListExecutionSettingsResponse" />
3345 </wsdl:message>
3346 <wsdl:message name="ListExecutionSettingsServerInfoHeader">
3347 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3348 </wsdl:message>
3349 <wsdl:message name="ListExecutionSettingsTrustedUserHeader">
3350 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3351 </wsdl:message>
3352 <wsdl:message name="SetExecutionOptionsSoapIn">
3353 <wsdl:part name="parameters" element="tns:SetExecutionOptions" />
3354 </wsdl:message>
3355 <wsdl:message name="SetExecutionOptionsSoapOut">
3356 <wsdl:part name="parameters" element="tns:SetExecutionOptionsResponse" />
3357 </wsdl:message>
3358 <wsdl:message name="SetExecutionOptionsServerInfoHeader">
3359 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3360 </wsdl:message>
3361 <wsdl:message name="SetExecutionOptionsTrustedUserHeader">
3362 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3363 </wsdl:message>
3364 <wsdl:message name="GetExecutionOptionsSoapIn">
3365 <wsdl:part name="parameters" element="tns:GetExecutionOptions" />
3366 </wsdl:message>
3367 <wsdl:message name="GetExecutionOptionsSoapOut">
3368 <wsdl:part name="parameters" element="tns:GetExecutionOptionsResponse" />
3369 </wsdl:message>
3370 <wsdl:message name="GetExecutionOptionsServerInfoHeader">
3371 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3372 </wsdl:message>
3373 <wsdl:message name="GetExecutionOptionsTrustedUserHeader">
3374 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3375 </wsdl:message>
3376 <wsdl:message name="UpdateItemExecutionSnapshotSoapIn">
3377 <wsdl:part name="parameters" element="tns:UpdateItemExecutionSnapshot" />
3378 </wsdl:message>
3379 <wsdl:message name="UpdateItemExecutionSnapshotSoapOut">
3380 <wsdl:part name="parameters" element="tns:UpdateItemExecutionSnapshotResponse" />
3381 </wsdl:message>
3382 <wsdl:message name="UpdateItemExecutionSnapshotServerInfoHeader">
3383 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3384 </wsdl:message>
3385 <wsdl:message name="UpdateItemExecutionSnapshotTrustedUserHeader">
3386 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3387 </wsdl:message>
3388 <wsdl:message name="SetCacheOptionsSoapIn">
3389 <wsdl:part name="parameters" element="tns:SetCacheOptions" />
3390 </wsdl:message>
3391 <wsdl:message name="SetCacheOptionsSoapOut">
3392 <wsdl:part name="parameters" element="tns:SetCacheOptionsResponse" />
3393 </wsdl:message>
3394 <wsdl:message name="SetCacheOptionsServerInfoHeader">
3395 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3396 </wsdl:message>
3397 <wsdl:message name="SetCacheOptionsTrustedUserHeader">
3398 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3399 </wsdl:message>
3400 <wsdl:message name="GetCacheOptionsSoapIn">
3401 <wsdl:part name="parameters" element="tns:GetCacheOptions" />
3402 </wsdl:message>
3403 <wsdl:message name="GetCacheOptionsSoapOut">
3404 <wsdl:part name="parameters" element="tns:GetCacheOptionsResponse" />
3405 </wsdl:message>
3406 <wsdl:message name="GetCacheOptionsServerInfoHeader">
3407 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3408 </wsdl:message>
3409 <wsdl:message name="GetCacheOptionsTrustedUserHeader">
3410 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3411 </wsdl:message>
3412 <wsdl:message name="FlushCacheSoapIn">
3413 <wsdl:part name="parameters" element="tns:FlushCache" />
3414 </wsdl:message>
3415 <wsdl:message name="FlushCacheSoapOut">
3416 <wsdl:part name="parameters" element="tns:FlushCacheResponse" />
3417 </wsdl:message>
3418 <wsdl:message name="FlushCacheServerInfoHeader">
3419 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3420 </wsdl:message>
3421 <wsdl:message name="FlushCacheTrustedUserHeader">
3422 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3423 </wsdl:message>
3424 <wsdl:message name="CreateItemHistorySnapshotSoapIn">
3425 <wsdl:part name="parameters" element="tns:CreateItemHistorySnapshot" />
3426 </wsdl:message>
3427 <wsdl:message name="CreateItemHistorySnapshotSoapOut">
3428 <wsdl:part name="parameters" element="tns:CreateItemHistorySnapshotResponse" />
3429 </wsdl:message>
3430 <wsdl:message name="CreateItemHistorySnapshotServerInfoHeader">
3431 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3432 </wsdl:message>
3433 <wsdl:message name="CreateItemHistorySnapshotTrustedUserHeader">
3434 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3435 </wsdl:message>
3436 <wsdl:message name="DeleteItemHistorySnapshotSoapIn">
3437 <wsdl:part name="parameters" element="tns:DeleteItemHistorySnapshot" />
3438 </wsdl:message>
3439 <wsdl:message name="DeleteItemHistorySnapshotSoapOut">
3440 <wsdl:part name="parameters" element="tns:DeleteItemHistorySnapshotResponse" />
3441 </wsdl:message>
3442 <wsdl:message name="DeleteItemHistorySnapshotServerInfoHeader">
3443 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3444 </wsdl:message>
3445 <wsdl:message name="DeleteItemHistorySnapshotTrustedUserHeader">
3446 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3447 </wsdl:message>
3448 <wsdl:message name="SetItemHistoryLimitSoapIn">
3449 <wsdl:part name="parameters" element="tns:SetItemHistoryLimit" />
3450 </wsdl:message>
3451 <wsdl:message name="SetItemHistoryLimitSoapOut">
3452 <wsdl:part name="parameters" element="tns:SetItemHistoryLimitResponse" />
3453 </wsdl:message>
3454 <wsdl:message name="SetItemHistoryLimitServerInfoHeader">
3455 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3456 </wsdl:message>
3457 <wsdl:message name="SetItemHistoryLimitTrustedUserHeader">
3458 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3459 </wsdl:message>
3460 <wsdl:message name="GetItemHistoryLimitSoapIn">
3461 <wsdl:part name="parameters" element="tns:GetItemHistoryLimit" />
3462 </wsdl:message>
3463 <wsdl:message name="GetItemHistoryLimitSoapOut">
3464 <wsdl:part name="parameters" element="tns:GetItemHistoryLimitResponse" />
3465 </wsdl:message>
3466 <wsdl:message name="GetItemHistoryLimitServerInfoHeader">
3467 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3468 </wsdl:message>
3469 <wsdl:message name="GetItemHistoryLimitTrustedUserHeader">
3470 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3471 </wsdl:message>
3472 <wsdl:message name="SetItemHistoryOptionsSoapIn">
3473 <wsdl:part name="parameters" element="tns:SetItemHistoryOptions" />
3474 </wsdl:message>
3475 <wsdl:message name="SetItemHistoryOptionsSoapOut">
3476 <wsdl:part name="parameters" element="tns:SetItemHistoryOptionsResponse" />
3477 </wsdl:message>
3478 <wsdl:message name="SetItemHistoryOptionsServerInfoHeader">
3479 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3480 </wsdl:message>
3481 <wsdl:message name="SetItemHistoryOptionsTrustedUserHeader">
3482 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3483 </wsdl:message>
3484 <wsdl:message name="GetItemHistoryOptionsSoapIn">
3485 <wsdl:part name="parameters" element="tns:GetItemHistoryOptions" />
3486 </wsdl:message>
3487 <wsdl:message name="GetItemHistoryOptionsSoapOut">
3488 <wsdl:part name="parameters" element="tns:GetItemHistoryOptionsResponse" />
3489 </wsdl:message>
3490 <wsdl:message name="GetItemHistoryOptionsServerInfoHeader">
3491 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3492 </wsdl:message>
3493 <wsdl:message name="GetItemHistoryOptionsTrustedUserHeader">
3494 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3495 </wsdl:message>
3496 <wsdl:message name="GetReportServerConfigInfoSoapIn">
3497 <wsdl:part name="parameters" element="tns:GetReportServerConfigInfo" />
3498 </wsdl:message>
3499 <wsdl:message name="GetReportServerConfigInfoSoapOut">
3500 <wsdl:part name="parameters" element="tns:GetReportServerConfigInfoResponse" />
3501 </wsdl:message>
3502 <wsdl:message name="GetReportServerConfigInfoServerInfoHeader">
3503 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3504 </wsdl:message>
3505 <wsdl:message name="GetReportServerConfigInfoTrustedUserHeader">
3506 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3507 </wsdl:message>
3508 <wsdl:message name="IsSSLRequiredSoapIn">
3509 <wsdl:part name="parameters" element="tns:IsSSLRequired" />
3510 </wsdl:message>
3511 <wsdl:message name="IsSSLRequiredSoapOut">
3512 <wsdl:part name="parameters" element="tns:IsSSLRequiredResponse" />
3513 </wsdl:message>
3514 <wsdl:message name="IsSSLRequiredServerInfoHeader">
3515 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3516 </wsdl:message>
3517 <wsdl:message name="IsSSLRequiredTrustedUserHeader">
3518 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3519 </wsdl:message>
3520 <wsdl:message name="SetSystemPropertiesSoapIn">
3521 <wsdl:part name="parameters" element="tns:SetSystemProperties" />
3522 </wsdl:message>
3523 <wsdl:message name="SetSystemPropertiesSoapOut">
3524 <wsdl:part name="parameters" element="tns:SetSystemPropertiesResponse" />
3525 </wsdl:message>
3526 <wsdl:message name="SetSystemPropertiesServerInfoHeader">
3527 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3528 </wsdl:message>
3529 <wsdl:message name="SetSystemPropertiesTrustedUserHeader">
3530 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3531 </wsdl:message>
3532 <wsdl:message name="GetSystemPropertiesSoapIn">
3533 <wsdl:part name="parameters" element="tns:GetSystemProperties" />
3534 </wsdl:message>
3535 <wsdl:message name="GetSystemPropertiesSoapOut">
3536 <wsdl:part name="parameters" element="tns:GetSystemPropertiesResponse" />
3537 </wsdl:message>
3538 <wsdl:message name="GetSystemPropertiesServerInfoHeader">
3539 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3540 </wsdl:message>
3541 <wsdl:message name="GetSystemPropertiesTrustedUserHeader">
3542 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3543 </wsdl:message>
3544 <wsdl:message name="SetSystemPoliciesSoapIn">
3545 <wsdl:part name="parameters" element="tns:SetSystemPolicies" />
3546 </wsdl:message>
3547 <wsdl:message name="SetSystemPoliciesSoapOut">
3548 <wsdl:part name="parameters" element="tns:SetSystemPoliciesResponse" />
3549 </wsdl:message>
3550 <wsdl:message name="SetSystemPoliciesServerInfoHeader">
3551 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3552 </wsdl:message>
3553 <wsdl:message name="SetSystemPoliciesTrustedUserHeader">
3554 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3555 </wsdl:message>
3556 <wsdl:message name="GetSystemPoliciesSoapIn">
3557 <wsdl:part name="parameters" element="tns:GetSystemPolicies" />
3558 </wsdl:message>
3559 <wsdl:message name="GetSystemPoliciesSoapOut">
3560 <wsdl:part name="parameters" element="tns:GetSystemPoliciesResponse" />
3561 </wsdl:message>
3562 <wsdl:message name="GetSystemPoliciesServerInfoHeader">
3563 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3564 </wsdl:message>
3565 <wsdl:message name="GetSystemPoliciesTrustedUserHeader">
3566 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3567 </wsdl:message>
3568 <wsdl:message name="ListExtensionsSoapIn">
3569 <wsdl:part name="parameters" element="tns:ListExtensions" />
3570 </wsdl:message>
3571 <wsdl:message name="ListExtensionsSoapOut">
3572 <wsdl:part name="parameters" element="tns:ListExtensionsResponse" />
3573 </wsdl:message>
3574 <wsdl:message name="ListExtensionsServerInfoHeader">
3575 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3576 </wsdl:message>
3577 <wsdl:message name="ListExtensionsTrustedUserHeader">
3578 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3579 </wsdl:message>
3580 <wsdl:message name="ListExtensionTypesSoapIn">
3581 <wsdl:part name="parameters" element="tns:ListExtensionTypes" />
3582 </wsdl:message>
3583 <wsdl:message name="ListExtensionTypesSoapOut">
3584 <wsdl:part name="parameters" element="tns:ListExtensionTypesResponse" />
3585 </wsdl:message>
3586 <wsdl:message name="ListExtensionTypesServerInfoHeader">
3587 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3588 </wsdl:message>
3589 <wsdl:message name="ListExtensionTypesTrustedUserHeader">
3590 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3591 </wsdl:message>
3592 <wsdl:message name="ListEventsSoapIn">
3593 <wsdl:part name="parameters" element="tns:ListEvents" />
3594 </wsdl:message>
3595 <wsdl:message name="ListEventsSoapOut">
3596 <wsdl:part name="parameters" element="tns:ListEventsResponse" />
3597 </wsdl:message>
3598 <wsdl:message name="ListEventsServerInfoHeader">
3599 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3600 </wsdl:message>
3601 <wsdl:message name="ListEventsTrustedUserHeader">
3602 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3603 </wsdl:message>
3604 <wsdl:message name="FireEventSoapIn">
3605 <wsdl:part name="parameters" element="tns:FireEvent" />
3606 </wsdl:message>
3607 <wsdl:message name="FireEventSoapOut">
3608 <wsdl:part name="parameters" element="tns:FireEventResponse" />
3609 </wsdl:message>
3610 <wsdl:message name="FireEventServerInfoHeader">
3611 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3612 </wsdl:message>
3613 <wsdl:message name="FireEventTrustedUserHeader">
3614 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3615 </wsdl:message>
3616 <wsdl:message name="ListJobsSoapIn">
3617 <wsdl:part name="parameters" element="tns:ListJobs" />
3618 </wsdl:message>
3619 <wsdl:message name="ListJobsSoapOut">
3620 <wsdl:part name="parameters" element="tns:ListJobsResponse" />
3621 </wsdl:message>
3622 <wsdl:message name="ListJobsServerInfoHeader">
3623 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3624 </wsdl:message>
3625 <wsdl:message name="ListJobsTrustedUserHeader">
3626 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3627 </wsdl:message>
3628 <wsdl:message name="ListJobTypesSoapIn">
3629 <wsdl:part name="parameters" element="tns:ListJobTypes" />
3630 </wsdl:message>
3631 <wsdl:message name="ListJobTypesSoapOut">
3632 <wsdl:part name="parameters" element="tns:ListJobTypesResponse" />
3633 </wsdl:message>
3634 <wsdl:message name="ListJobTypesServerInfoHeader">
3635 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3636 </wsdl:message>
3637 <wsdl:message name="ListJobTypesTrustedUserHeader">
3638 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3639 </wsdl:message>
3640 <wsdl:message name="ListJobActionsSoapIn">
3641 <wsdl:part name="parameters" element="tns:ListJobActions" />
3642 </wsdl:message>
3643 <wsdl:message name="ListJobActionsSoapOut">
3644 <wsdl:part name="parameters" element="tns:ListJobActionsResponse" />
3645 </wsdl:message>
3646 <wsdl:message name="ListJobActionsServerInfoHeader">
3647 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3648 </wsdl:message>
3649 <wsdl:message name="ListJobActionsTrustedUserHeader">
3650 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3651 </wsdl:message>
3652 <wsdl:message name="ListJobStatesSoapIn">
3653 <wsdl:part name="parameters" element="tns:ListJobStates" />
3654 </wsdl:message>
3655 <wsdl:message name="ListJobStatesSoapOut">
3656 <wsdl:part name="parameters" element="tns:ListJobStatesResponse" />
3657 </wsdl:message>
3658 <wsdl:message name="ListJobStatesServerInfoHeader">
3659 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3660 </wsdl:message>
3661 <wsdl:message name="ListJobStatesTrustedUserHeader">
3662 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3663 </wsdl:message>
3664 <wsdl:message name="CancelJobSoapIn">
3665 <wsdl:part name="parameters" element="tns:CancelJob" />
3666 </wsdl:message>
3667 <wsdl:message name="CancelJobSoapOut">
3668 <wsdl:part name="parameters" element="tns:CancelJobResponse" />
3669 </wsdl:message>
3670 <wsdl:message name="CancelJobServerInfoHeader">
3671 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3672 </wsdl:message>
3673 <wsdl:message name="CancelJobTrustedUserHeader">
3674 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3675 </wsdl:message>
3676 <wsdl:message name="CreateCacheRefreshPlanSoapIn">
3677 <wsdl:part name="parameters" element="tns:CreateCacheRefreshPlan" />
3678 </wsdl:message>
3679 <wsdl:message name="CreateCacheRefreshPlanSoapOut">
3680 <wsdl:part name="parameters" element="tns:CreateCacheRefreshPlanResponse" />
3681 </wsdl:message>
3682 <wsdl:message name="CreateCacheRefreshPlanServerInfoHeader">
3683 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3684 </wsdl:message>
3685 <wsdl:message name="CreateCacheRefreshPlanTrustedUserHeader">
3686 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3687 </wsdl:message>
3688 <wsdl:message name="SetCacheRefreshPlanPropertiesSoapIn">
3689 <wsdl:part name="parameters" element="tns:SetCacheRefreshPlanProperties" />
3690 </wsdl:message>
3691 <wsdl:message name="SetCacheRefreshPlanPropertiesSoapOut">
3692 <wsdl:part name="parameters" element="tns:SetCacheRefreshPlanPropertiesResponse" />
3693 </wsdl:message>
3694 <wsdl:message name="SetCacheRefreshPlanPropertiesServerInfoHeader">
3695 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3696 </wsdl:message>
3697 <wsdl:message name="SetCacheRefreshPlanPropertiesTrustedUserHeader">
3698 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3699 </wsdl:message>
3700 <wsdl:message name="GetCacheRefreshPlanPropertiesSoapIn">
3701 <wsdl:part name="parameters" element="tns:GetCacheRefreshPlanProperties" />
3702 </wsdl:message>
3703 <wsdl:message name="GetCacheRefreshPlanPropertiesSoapOut">
3704 <wsdl:part name="parameters" element="tns:GetCacheRefreshPlanPropertiesResponse" />
3705 </wsdl:message>
3706 <wsdl:message name="GetCacheRefreshPlanPropertiesServerInfoHeader">
3707 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3708 </wsdl:message>
3709 <wsdl:message name="GetCacheRefreshPlanPropertiesTrustedUserHeader">
3710 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3711 </wsdl:message>
3712 <wsdl:message name="DeleteCacheRefreshPlanSoapIn">
3713 <wsdl:part name="parameters" element="tns:DeleteCacheRefreshPlan" />
3714 </wsdl:message>
3715 <wsdl:message name="DeleteCacheRefreshPlanSoapOut">
3716 <wsdl:part name="parameters" element="tns:DeleteCacheRefreshPlanResponse" />
3717 </wsdl:message>
3718 <wsdl:message name="DeleteCacheRefreshPlanServerInfoHeader">
3719 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3720 </wsdl:message>
3721 <wsdl:message name="DeleteCacheRefreshPlanTrustedUserHeader">
3722 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3723 </wsdl:message>
3724 <wsdl:message name="ListCacheRefreshPlansSoapIn">
3725 <wsdl:part name="parameters" element="tns:ListCacheRefreshPlans" />
3726 </wsdl:message>
3727 <wsdl:message name="ListCacheRefreshPlansSoapOut">
3728 <wsdl:part name="parameters" element="tns:ListCacheRefreshPlansResponse" />
3729 </wsdl:message>
3730 <wsdl:message name="ListCacheRefreshPlansServerInfoHeader">
3731 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3732 </wsdl:message>
3733 <wsdl:message name="ListCacheRefreshPlansTrustedUserHeader">
3734 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3735 </wsdl:message>
3736 <wsdl:message name="LogonUserSoapIn">
3737 <wsdl:part name="parameters" element="tns:LogonUser" />
3738 </wsdl:message>
3739 <wsdl:message name="LogonUserSoapOut">
3740 <wsdl:part name="parameters" element="tns:LogonUserResponse" />
3741 </wsdl:message>
3742 <wsdl:message name="LogonUserServerInfoHeader">
3743 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3744 </wsdl:message>
3745 <wsdl:message name="LogonUserTrustedUserHeader">
3746 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3747 </wsdl:message>
3748 <wsdl:message name="LogoffSoapIn">
3749 <wsdl:part name="parameters" element="tns:Logoff" />
3750 </wsdl:message>
3751 <wsdl:message name="LogoffSoapOut">
3752 <wsdl:part name="parameters" element="tns:LogoffResponse" />
3753 </wsdl:message>
3754 <wsdl:message name="LogoffServerInfoHeader">
3755 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3756 </wsdl:message>
3757 <wsdl:message name="LogoffTrustedUserHeader">
3758 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3759 </wsdl:message>
3760 <wsdl:message name="GetPermissionsSoapIn">
3761 <wsdl:part name="parameters" element="tns:GetPermissions" />
3762 </wsdl:message>
3763 <wsdl:message name="GetPermissionsSoapOut">
3764 <wsdl:part name="parameters" element="tns:GetPermissionsResponse" />
3765 </wsdl:message>
3766 <wsdl:message name="GetPermissionsServerInfoHeader">
3767 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3768 </wsdl:message>
3769 <wsdl:message name="GetPermissionsTrustedUserHeader">
3770 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3771 </wsdl:message>
3772 <wsdl:message name="GetSystemPermissionsSoapIn">
3773 <wsdl:part name="parameters" element="tns:GetSystemPermissions" />
3774 </wsdl:message>
3775 <wsdl:message name="GetSystemPermissionsSoapOut">
3776 <wsdl:part name="parameters" element="tns:GetSystemPermissionsResponse" />
3777 </wsdl:message>
3778 <wsdl:message name="GetSystemPermissionsServerInfoHeader">
3779 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3780 </wsdl:message>
3781 <wsdl:message name="GetSystemPermissionsTrustedUserHeader">
3782 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3783 </wsdl:message>
3784 <wsdl:message name="ListSecurityScopesSoapIn">
3785 <wsdl:part name="parameters" element="tns:ListSecurityScopes" />
3786 </wsdl:message>
3787 <wsdl:message name="ListSecurityScopesSoapOut">
3788 <wsdl:part name="parameters" element="tns:ListSecurityScopesResponse" />
3789 </wsdl:message>
3790 <wsdl:message name="ListSecurityScopesServerInfoHeader">
3791 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" />
3792 </wsdl:message>
3793 <wsdl:message name="ListSecurityScopesTrustedUserHeader">
3794 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" />
3795 </wsdl:message>
3796 <wsdl:portType name="ReportingService2010Soap">
3797 <wsdl:operation name="CreateCatalogItem">
3798 <wsdl:input message="tns:CreateCatalogItemSoapIn" />
3799 <wsdl:output message="tns:CreateCatalogItemSoapOut" />
3800 </wsdl:operation>
3801 <wsdl:operation name="SetItemDefinition">
3802 <wsdl:input message="tns:SetItemDefinitionSoapIn" />
3803 <wsdl:output message="tns:SetItemDefinitionSoapOut" />
3804 </wsdl:operation>
3805 <wsdl:operation name="GetItemDefinition">
3806 <wsdl:input message="tns:GetItemDefinitionSoapIn" />
3807 <wsdl:output message="tns:GetItemDefinitionSoapOut" />
3808 </wsdl:operation>
3809 <wsdl:operation name="GetItemType">
3810 <wsdl:input message="tns:GetItemTypeSoapIn" />
3811 <wsdl:output message="tns:GetItemTypeSoapOut" />
3812 </wsdl:operation>
3813 <wsdl:operation name="DeleteItem">
3814 <wsdl:input message="tns:DeleteItemSoapIn" />
3815 <wsdl:output message="tns:DeleteItemSoapOut" />
3816 </wsdl:operation>
3817 <wsdl:operation name="MoveItem">
3818 <wsdl:input message="tns:MoveItemSoapIn" />
3819 <wsdl:output message="tns:MoveItemSoapOut" />
3820 </wsdl:operation>
3821 <wsdl:operation name="InheritParentSecurity">
3822 <wsdl:input message="tns:InheritParentSecuritySoapIn" />
3823 <wsdl:output message="tns:InheritParentSecuritySoapOut" />
3824 </wsdl:operation>
3825 <wsdl:operation name="ListItemHistory">
3826 <wsdl:input message="tns:ListItemHistorySoapIn" />
3827 <wsdl:output message="tns:ListItemHistorySoapOut" />
3828 </wsdl:operation>
3829 <wsdl:operation name="ListChildren">
3830 <wsdl:input message="tns:ListChildrenSoapIn" />
3831 <wsdl:output message="tns:ListChildrenSoapOut" />
3832 </wsdl:operation>
3833 <wsdl:operation name="ListDependentItems">
3834 <wsdl:input message="tns:ListDependentItemsSoapIn" />
3835 <wsdl:output message="tns:ListDependentItemsSoapOut" />
3836 </wsdl:operation>
3837 <wsdl:operation name="FindItems">
3838 <wsdl:input message="tns:FindItemsSoapIn" />
3839 <wsdl:output message="tns:FindItemsSoapOut" />
3840 </wsdl:operation>
3841 <wsdl:operation name="ListParents">
3842 <wsdl:input message="tns:ListParentsSoapIn" />
3843 <wsdl:output message="tns:ListParentsSoapOut" />
3844 </wsdl:operation>
3845 <wsdl:operation name="CreateFolder">
3846 <wsdl:input message="tns:CreateFolderSoapIn" />
3847 <wsdl:output message="tns:CreateFolderSoapOut" />
3848 </wsdl:operation>
3849 <wsdl:operation name="SetProperties">
3850 <wsdl:input message="tns:SetPropertiesSoapIn" />
3851 <wsdl:output message="tns:SetPropertiesSoapOut" />
3852 </wsdl:operation>
3853 <wsdl:operation name="GetProperties">
3854 <wsdl:input message="tns:GetPropertiesSoapIn" />
3855 <wsdl:output message="tns:GetPropertiesSoapOut" />
3856 </wsdl:operation>
3857 <wsdl:operation name="SetItemReferences">
3858 <wsdl:input message="tns:SetItemReferencesSoapIn" />
3859 <wsdl:output message="tns:SetItemReferencesSoapOut" />
3860 </wsdl:operation>
3861 <wsdl:operation name="GetItemReferences">
3862 <wsdl:input message="tns:GetItemReferencesSoapIn" />
3863 <wsdl:output message="tns:GetItemReferencesSoapOut" />
3864 </wsdl:operation>
3865 <wsdl:operation name="ListItemTypes">
3866 <wsdl:input message="tns:ListItemTypesSoapIn" />
3867 <wsdl:output message="tns:ListItemTypesSoapOut" />
3868 </wsdl:operation>
3869 <wsdl:operation name="SetSubscriptionProperties">
3870 <wsdl:input message="tns:SetSubscriptionPropertiesSoapIn" />
3871 <wsdl:output message="tns:SetSubscriptionPropertiesSoapOut" />
3872 </wsdl:operation>
3873 <wsdl:operation name="GetSubscriptionProperties">
3874 <wsdl:input message="tns:GetSubscriptionPropertiesSoapIn" />
3875 <wsdl:output message="tns:GetSubscriptionPropertiesSoapOut" />
3876 </wsdl:operation>
3877 <wsdl:operation name="SetDataDrivenSubscriptionProperties">
3878 <wsdl:input message="tns:SetDataDrivenSubscriptionPropertiesSoapIn" />
3879 <wsdl:output message="tns:SetDataDrivenSubscriptionPropertiesSoapOut" />
3880 </wsdl:operation>
3881 <wsdl:operation name="GetDataDrivenSubscriptionProperties">
3882 <wsdl:input message="tns:GetDataDrivenSubscriptionPropertiesSoapIn" />
3883 <wsdl:output message="tns:GetDataDrivenSubscriptionPropertiesSoapOut" />
3884 </wsdl:operation>
3885 <wsdl:operation name="DeleteSubscription">
3886 <wsdl:input message="tns:DeleteSubscriptionSoapIn" />
3887 <wsdl:output message="tns:DeleteSubscriptionSoapOut" />
3888 </wsdl:operation>
3889 <wsdl:operation name="CreateSubscription">
3890 <wsdl:input message="tns:CreateSubscriptionSoapIn" />
3891 <wsdl:output message="tns:CreateSubscriptionSoapOut" />
3892 </wsdl:operation>
3893 <wsdl:operation name="CreateDataDrivenSubscription">
3894 <wsdl:input message="tns:CreateDataDrivenSubscriptionSoapIn" />
3895 <wsdl:output message="tns:CreateDataDrivenSubscriptionSoapOut" />
3896 </wsdl:operation>
3897 <wsdl:operation name="GetExtensionSettings">
3898 <wsdl:input message="tns:GetExtensionSettingsSoapIn" />
3899 <wsdl:output message="tns:GetExtensionSettingsSoapOut" />
3900 </wsdl:operation>
3901 <wsdl:operation name="ValidateExtensionSettings">
3902 <wsdl:input message="tns:ValidateExtensionSettingsSoapIn" />
3903 <wsdl:output message="tns:ValidateExtensionSettingsSoapOut" />
3904 </wsdl:operation>
3905 <wsdl:operation name="ListSubscriptions">
3906 <wsdl:input message="tns:ListSubscriptionsSoapIn" />
3907 <wsdl:output message="tns:ListSubscriptionsSoapOut" />
3908 </wsdl:operation>
3909 <wsdl:operation name="ListMySubscriptions">
3910 <wsdl:input message="tns:ListMySubscriptionsSoapIn" />
3911 <wsdl:output message="tns:ListMySubscriptionsSoapOut" />
3912 </wsdl:operation>
3913 <wsdl:operation name="ListSubscriptionsUsingDataSource">
3914 <wsdl:input message="tns:ListSubscriptionsUsingDataSourceSoapIn" />
3915 <wsdl:output message="tns:ListSubscriptionsUsingDataSourceSoapOut" />
3916 </wsdl:operation>
3917 <wsdl:operation name="ChangeSubscriptionOwner">
3918 <wsdl:input message="tns:ChangeSubscriptionOwnerSoapIn" />
3919 <wsdl:output message="tns:ChangeSubscriptionOwnerSoapOut" />
3920 </wsdl:operation>
3921 <wsdl:operation name="CreateDataSource">
3922 <wsdl:input message="tns:CreateDataSourceSoapIn" />
3923 <wsdl:output message="tns:CreateDataSourceSoapOut" />
3924 </wsdl:operation>
3925 <wsdl:operation name="PrepareQuery">
3926 <wsdl:input message="tns:PrepareQuerySoapIn" />
3927 <wsdl:output message="tns:PrepareQuerySoapOut" />
3928 </wsdl:operation>
3929 <wsdl:operation name="EnableDataSource">
3930 <wsdl:input message="tns:EnableDataSourceSoapIn" />
3931 <wsdl:output message="tns:EnableDataSourceSoapOut" />
3932 </wsdl:operation>
3933 <wsdl:operation name="DisableDataSource">
3934 <wsdl:input message="tns:DisableDataSourceSoapIn" />
3935 <wsdl:output message="tns:DisableDataSourceSoapOut" />
3936 </wsdl:operation>
3937 <wsdl:operation name="SetDataSourceContents">
3938 <wsdl:input message="tns:SetDataSourceContentsSoapIn" />
3939 <wsdl:output message="tns:SetDataSourceContentsSoapOut" />
3940 </wsdl:operation>
3941 <wsdl:operation name="GetDataSourceContents">
3942 <wsdl:input message="tns:GetDataSourceContentsSoapIn" />
3943 <wsdl:output message="tns:GetDataSourceContentsSoapOut" />
3944 </wsdl:operation>
3945 <wsdl:operation name="ListDatabaseCredentialRetrievalOptions">
3946 <wsdl:input message="tns:ListDatabaseCredentialRetrievalOptionsSoapIn" />
3947 <wsdl:output message="tns:ListDatabaseCredentialRetrievalOptionsSoapOut" />
3948 </wsdl:operation>
3949 <wsdl:operation name="SetItemDataSources">
3950 <wsdl:input message="tns:SetItemDataSourcesSoapIn" />
3951 <wsdl:output message="tns:SetItemDataSourcesSoapOut" />
3952 </wsdl:operation>
3953 <wsdl:operation name="GetItemDataSources">
3954 <wsdl:input message="tns:GetItemDataSourcesSoapIn" />
3955 <wsdl:output message="tns:GetItemDataSourcesSoapOut" />
3956 </wsdl:operation>
3957 <wsdl:operation name="TestConnectForDataSourceDefinition">
3958 <wsdl:input message="tns:TestConnectForDataSourceDefinitionSoapIn" />
3959 <wsdl:output message="tns:TestConnectForDataSourceDefinitionSoapOut" />
3960 </wsdl:operation>
3961 <wsdl:operation name="TestConnectForItemDataSource">
3962 <wsdl:input message="tns:TestConnectForItemDataSourceSoapIn" />
3963 <wsdl:output message="tns:TestConnectForItemDataSourceSoapOut" />
3964 </wsdl:operation>
3965 <wsdl:operation name="CreateRole">
3966 <wsdl:input message="tns:CreateRoleSoapIn" />
3967 <wsdl:output message="tns:CreateRoleSoapOut" />
3968 </wsdl:operation>
3969 <wsdl:operation name="SetRoleProperties">
3970 <wsdl:input message="tns:SetRolePropertiesSoapIn" />
3971 <wsdl:output message="tns:SetRolePropertiesSoapOut" />
3972 </wsdl:operation>
3973 <wsdl:operation name="GetRoleProperties">
3974 <wsdl:input message="tns:GetRolePropertiesSoapIn" />
3975 <wsdl:output message="tns:GetRolePropertiesSoapOut" />
3976 </wsdl:operation>
3977 <wsdl:operation name="DeleteRole">
3978 <wsdl:input message="tns:DeleteRoleSoapIn" />
3979 <wsdl:output message="tns:DeleteRoleSoapOut" />
3980 </wsdl:operation>
3981 <wsdl:operation name="ListRoles">
3982 <wsdl:input message="tns:ListRolesSoapIn" />
3983 <wsdl:output message="tns:ListRolesSoapOut" />
3984 </wsdl:operation>
3985 <wsdl:operation name="ListTasks">
3986 <wsdl:input message="tns:ListTasksSoapIn" />
3987 <wsdl:output message="tns:ListTasksSoapOut" />
3988 </wsdl:operation>
3989 <wsdl:operation name="SetPolicies">
3990 <wsdl:input message="tns:SetPoliciesSoapIn" />
3991 <wsdl:output message="tns:SetPoliciesSoapOut" />
3992 </wsdl:operation>
3993 <wsdl:operation name="GetPolicies">
3994 <wsdl:input message="tns:GetPoliciesSoapIn" />
3995 <wsdl:output message="tns:GetPoliciesSoapOut" />
3996 </wsdl:operation>
3997 <wsdl:operation name="GetItemDataSourcePrompts">
3998 <wsdl:input message="tns:GetItemDataSourcePromptsSoapIn" />
3999 <wsdl:output message="tns:GetItemDataSourcePromptsSoapOut" />
4000 </wsdl:operation>
4001 <wsdl:operation name="GenerateModel">
4002 <wsdl:input message="tns:GenerateModelSoapIn" />
4003 <wsdl:output message="tns:GenerateModelSoapOut" />
4004 </wsdl:operation>
4005 <wsdl:operation name="GetModelItemPermissions">
4006 <wsdl:input message="tns:GetModelItemPermissionsSoapIn" />
4007 <wsdl:output message="tns:GetModelItemPermissionsSoapOut" />
4008 </wsdl:operation>
4009 <wsdl:operation name="SetModelItemPolicies">
4010 <wsdl:input message="tns:SetModelItemPoliciesSoapIn" />
4011 <wsdl:output message="tns:SetModelItemPoliciesSoapOut" />
4012 </wsdl:operation>
4013 <wsdl:operation name="GetModelItemPolicies">
4014 <wsdl:input message="tns:GetModelItemPoliciesSoapIn" />
4015 <wsdl:output message="tns:GetModelItemPoliciesSoapOut" />
4016 </wsdl:operation>
4017 <wsdl:operation name="GetUserModel">
4018 <wsdl:input message="tns:GetUserModelSoapIn" />
4019 <wsdl:output message="tns:GetUserModelSoapOut" />
4020 </wsdl:operation>
4021 <wsdl:operation name="InheritModelItemParentSecurity">
4022 <wsdl:input message="tns:InheritModelItemParentSecuritySoapIn" />
4023 <wsdl:output message="tns:InheritModelItemParentSecuritySoapOut" />
4024 </wsdl:operation>
4025 <wsdl:operation name="SetModelDrillthroughReports">
4026 <wsdl:input message="tns:SetModelDrillthroughReportsSoapIn" />
4027 <wsdl:output message="tns:SetModelDrillthroughReportsSoapOut" />
4028 </wsdl:operation>
4029 <wsdl:operation name="ListModelDrillthroughReports">
4030 <wsdl:input message="tns:ListModelDrillthroughReportsSoapIn" />
4031 <wsdl:output message="tns:ListModelDrillthroughReportsSoapOut" />
4032 </wsdl:operation>
4033 <wsdl:operation name="ListModelItemChildren">
4034 <wsdl:input message="tns:ListModelItemChildrenSoapIn" />
4035 <wsdl:output message="tns:ListModelItemChildrenSoapOut" />
4036 </wsdl:operation>
4037 <wsdl:operation name="ListModelItemTypes">
4038 <wsdl:input message="tns:ListModelItemTypesSoapIn" />
4039 <wsdl:output message="tns:ListModelItemTypesSoapOut" />
4040 </wsdl:operation>
4041 <wsdl:operation name="ListModelPerspectives">
4042 <wsdl:input message="tns:ListModelPerspectivesSoapIn" />
4043 <wsdl:output message="tns:ListModelPerspectivesSoapOut" />
4044 </wsdl:operation>
4045 <wsdl:operation name="RegenerateModel">
4046 <wsdl:input message="tns:RegenerateModelSoapIn" />
4047 <wsdl:output message="tns:RegenerateModelSoapOut" />
4048 </wsdl:operation>
4049 <wsdl:operation name="RemoveAllModelItemPolicies">
4050 <wsdl:input message="tns:RemoveAllModelItemPoliciesSoapIn" />
4051 <wsdl:output message="tns:RemoveAllModelItemPoliciesSoapOut" />
4052 </wsdl:operation>
4053 <wsdl:operation name="CreateSchedule">
4054 <wsdl:input message="tns:CreateScheduleSoapIn" />
4055 <wsdl:output message="tns:CreateScheduleSoapOut" />
4056 </wsdl:operation>
4057 <wsdl:operation name="DeleteSchedule">
4058 <wsdl:input message="tns:DeleteScheduleSoapIn" />
4059 <wsdl:output message="tns:DeleteScheduleSoapOut" />
4060 </wsdl:operation>
4061 <wsdl:operation name="ListSchedules">
4062 <wsdl:input message="tns:ListSchedulesSoapIn" />
4063 <wsdl:output message="tns:ListSchedulesSoapOut" />
4064 </wsdl:operation>
4065 <wsdl:operation name="GetScheduleProperties">
4066 <wsdl:input message="tns:GetSchedulePropertiesSoapIn" />
4067 <wsdl:output message="tns:GetSchedulePropertiesSoapOut" />
4068 </wsdl:operation>
4069 <wsdl:operation name="ListScheduleStates">
4070 <wsdl:input message="tns:ListScheduleStatesSoapIn" />
4071 <wsdl:output message="tns:ListScheduleStatesSoapOut" />
4072 </wsdl:operation>
4073 <wsdl:operation name="PauseSchedule">
4074 <wsdl:input message="tns:PauseScheduleSoapIn" />
4075 <wsdl:output message="tns:PauseScheduleSoapOut" />
4076 </wsdl:operation>
4077 <wsdl:operation name="ResumeSchedule">
4078 <wsdl:input message="tns:ResumeScheduleSoapIn" />
4079 <wsdl:output message="tns:ResumeScheduleSoapOut" />
4080 </wsdl:operation>
4081 <wsdl:operation name="SetScheduleProperties">
4082 <wsdl:input message="tns:SetSchedulePropertiesSoapIn" />
4083 <wsdl:output message="tns:SetSchedulePropertiesSoapOut" />
4084 </wsdl:operation>
4085 <wsdl:operation name="ListScheduledItems">
4086 <wsdl:input message="tns:ListScheduledItemsSoapIn" />
4087 <wsdl:output message="tns:ListScheduledItemsSoapOut" />
4088 </wsdl:operation>
4089 <wsdl:operation name="SetItemParameters">
4090 <wsdl:input message="tns:SetItemParametersSoapIn" />
4091 <wsdl:output message="tns:SetItemParametersSoapOut" />
4092 </wsdl:operation>
4093 <wsdl:operation name="GetItemParameters">
4094 <wsdl:input message="tns:GetItemParametersSoapIn" />
4095 <wsdl:output message="tns:GetItemParametersSoapOut" />
4096 </wsdl:operation>
4097 <wsdl:operation name="ListParameterTypes">
4098 <wsdl:input message="tns:ListParameterTypesSoapIn" />
4099 <wsdl:output message="tns:ListParameterTypesSoapOut" />
4100 </wsdl:operation>
4101 <wsdl:operation name="ListParameterStates">
4102 <wsdl:input message="tns:ListParameterStatesSoapIn" />
4103 <wsdl:output message="tns:ListParameterStatesSoapOut" />
4104 </wsdl:operation>
4105 <wsdl:operation name="CreateReportEditSession">
4106 <wsdl:input message="tns:CreateReportEditSessionSoapIn" />
4107 <wsdl:output message="tns:CreateReportEditSessionSoapOut" />
4108 </wsdl:operation>
4109 <wsdl:operation name="CreateLinkedItem">
4110 <wsdl:input message="tns:CreateLinkedItemSoapIn" />
4111 <wsdl:output message="tns:CreateLinkedItemSoapOut" />
4112 </wsdl:operation>
4113 <wsdl:operation name="SetItemLink">
4114 <wsdl:input message="tns:SetItemLinkSoapIn" />
4115 <wsdl:output message="tns:SetItemLinkSoapOut" />
4116 </wsdl:operation>
4117 <wsdl:operation name="GetItemLink">
4118 <wsdl:input message="tns:GetItemLinkSoapIn" />
4119 <wsdl:output message="tns:GetItemLinkSoapOut" />
4120 </wsdl:operation>
4121 <wsdl:operation name="ListExecutionSettings">
4122 <wsdl:input message="tns:ListExecutionSettingsSoapIn" />
4123 <wsdl:output message="tns:ListExecutionSettingsSoapOut" />
4124 </wsdl:operation>
4125 <wsdl:operation name="SetExecutionOptions">
4126 <wsdl:input message="tns:SetExecutionOptionsSoapIn" />
4127 <wsdl:output message="tns:SetExecutionOptionsSoapOut" />
4128 </wsdl:operation>
4129 <wsdl:operation name="GetExecutionOptions">
4130 <wsdl:input message="tns:GetExecutionOptionsSoapIn" />
4131 <wsdl:output message="tns:GetExecutionOptionsSoapOut" />
4132 </wsdl:operation>
4133 <wsdl:operation name="UpdateItemExecutionSnapshot">
4134 <wsdl:input message="tns:UpdateItemExecutionSnapshotSoapIn" />
4135 <wsdl:output message="tns:UpdateItemExecutionSnapshotSoapOut" />
4136 </wsdl:operation>
4137 <wsdl:operation name="SetCacheOptions">
4138 <wsdl:input message="tns:SetCacheOptionsSoapIn" />
4139 <wsdl:output message="tns:SetCacheOptionsSoapOut" />
4140 </wsdl:operation>
4141 <wsdl:operation name="GetCacheOptions">
4142 <wsdl:input message="tns:GetCacheOptionsSoapIn" />
4143 <wsdl:output message="tns:GetCacheOptionsSoapOut" />
4144 </wsdl:operation>
4145 <wsdl:operation name="FlushCache">
4146 <wsdl:input message="tns:FlushCacheSoapIn" />
4147 <wsdl:output message="tns:FlushCacheSoapOut" />
4148 </wsdl:operation>
4149 <wsdl:operation name="CreateItemHistorySnapshot">
4150 <wsdl:input message="tns:CreateItemHistorySnapshotSoapIn" />
4151 <wsdl:output message="tns:CreateItemHistorySnapshotSoapOut" />
4152 </wsdl:operation>
4153 <wsdl:operation name="DeleteItemHistorySnapshot">
4154 <wsdl:input message="tns:DeleteItemHistorySnapshotSoapIn" />
4155 <wsdl:output message="tns:DeleteItemHistorySnapshotSoapOut" />
4156 </wsdl:operation>
4157 <wsdl:operation name="SetItemHistoryLimit">
4158 <wsdl:input message="tns:SetItemHistoryLimitSoapIn" />
4159 <wsdl:output message="tns:SetItemHistoryLimitSoapOut" />
4160 </wsdl:operation>
4161 <wsdl:operation name="GetItemHistoryLimit">
4162 <wsdl:input message="tns:GetItemHistoryLimitSoapIn" />
4163 <wsdl:output message="tns:GetItemHistoryLimitSoapOut" />
4164 </wsdl:operation>
4165 <wsdl:operation name="SetItemHistoryOptions">
4166 <wsdl:input message="tns:SetItemHistoryOptionsSoapIn" />
4167 <wsdl:output message="tns:SetItemHistoryOptionsSoapOut" />
4168 </wsdl:operation>
4169 <wsdl:operation name="GetItemHistoryOptions">
4170 <wsdl:input message="tns:GetItemHistoryOptionsSoapIn" />
4171 <wsdl:output message="tns:GetItemHistoryOptionsSoapOut" />
4172 </wsdl:operation>
4173 <wsdl:operation name="GetReportServerConfigInfo">
4174 <wsdl:input message="tns:GetReportServerConfigInfoSoapIn" />
4175 <wsdl:output message="tns:GetReportServerConfigInfoSoapOut" />
4176 </wsdl:operation>
4177 <wsdl:operation name="IsSSLRequired">
4178 <wsdl:input message="tns:IsSSLRequiredSoapIn" />
4179 <wsdl:output message="tns:IsSSLRequiredSoapOut" />
4180 </wsdl:operation>
4181 <wsdl:operation name="SetSystemProperties">
4182 <wsdl:input message="tns:SetSystemPropertiesSoapIn" />
4183 <wsdl:output message="tns:SetSystemPropertiesSoapOut" />
4184 </wsdl:operation>
4185 <wsdl:operation name="GetSystemProperties">
4186 <wsdl:input message="tns:GetSystemPropertiesSoapIn" />
4187 <wsdl:output message="tns:GetSystemPropertiesSoapOut" />
4188 </wsdl:operation>
4189 <wsdl:operation name="SetSystemPolicies">
4190 <wsdl:input message="tns:SetSystemPoliciesSoapIn" />
4191 <wsdl:output message="tns:SetSystemPoliciesSoapOut" />
4192 </wsdl:operation>
4193 <wsdl:operation name="GetSystemPolicies">
4194 <wsdl:input message="tns:GetSystemPoliciesSoapIn" />
4195 <wsdl:output message="tns:GetSystemPoliciesSoapOut" />
4196 </wsdl:operation>
4197 <wsdl:operation name="ListExtensions">
4198 <wsdl:input message="tns:ListExtensionsSoapIn" />
4199 <wsdl:output message="tns:ListExtensionsSoapOut" />
4200 </wsdl:operation>
4201 <wsdl:operation name="ListExtensionTypes">
4202 <wsdl:input message="tns:ListExtensionTypesSoapIn" />
4203 <wsdl:output message="tns:ListExtensionTypesSoapOut" />
4204 </wsdl:operation>
4205 <wsdl:operation name="ListEvents">
4206 <wsdl:input message="tns:ListEventsSoapIn" />
4207 <wsdl:output message="tns:ListEventsSoapOut" />
4208 </wsdl:operation>
4209 <wsdl:operation name="FireEvent">
4210 <wsdl:input message="tns:FireEventSoapIn" />
4211 <wsdl:output message="tns:FireEventSoapOut" />
4212 </wsdl:operation>
4213 <wsdl:operation name="ListJobs">
4214 <wsdl:input message="tns:ListJobsSoapIn" />
4215 <wsdl:output message="tns:ListJobsSoapOut" />
4216 </wsdl:operation>
4217 <wsdl:operation name="ListJobTypes">
4218 <wsdl:input message="tns:ListJobTypesSoapIn" />
4219 <wsdl:output message="tns:ListJobTypesSoapOut" />
4220 </wsdl:operation>
4221 <wsdl:operation name="ListJobActions">
4222 <wsdl:input message="tns:ListJobActionsSoapIn" />
4223 <wsdl:output message="tns:ListJobActionsSoapOut" />
4224 </wsdl:operation>
4225 <wsdl:operation name="ListJobStates">
4226 <wsdl:input message="tns:ListJobStatesSoapIn" />
4227 <wsdl:output message="tns:ListJobStatesSoapOut" />
4228 </wsdl:operation>
4229 <wsdl:operation name="CancelJob">
4230 <wsdl:input message="tns:CancelJobSoapIn" />
4231 <wsdl:output message="tns:CancelJobSoapOut" />
4232 </wsdl:operation>
4233 <wsdl:operation name="CreateCacheRefreshPlan">
4234 <wsdl:input message="tns:CreateCacheRefreshPlanSoapIn" />
4235 <wsdl:output message="tns:CreateCacheRefreshPlanSoapOut" />
4236 </wsdl:operation>
4237 <wsdl:operation name="SetCacheRefreshPlanProperties">
4238 <wsdl:input message="tns:SetCacheRefreshPlanPropertiesSoapIn" />
4239 <wsdl:output message="tns:SetCacheRefreshPlanPropertiesSoapOut" />
4240 </wsdl:operation>
4241 <wsdl:operation name="GetCacheRefreshPlanProperties">
4242 <wsdl:input message="tns:GetCacheRefreshPlanPropertiesSoapIn" />
4243 <wsdl:output message="tns:GetCacheRefreshPlanPropertiesSoapOut" />
4244 </wsdl:operation>
4245 <wsdl:operation name="DeleteCacheRefreshPlan">
4246 <wsdl:input message="tns:DeleteCacheRefreshPlanSoapIn" />
4247 <wsdl:output message="tns:DeleteCacheRefreshPlanSoapOut" />
4248 </wsdl:operation>
4249 <wsdl:operation name="ListCacheRefreshPlans">
4250 <wsdl:input message="tns:ListCacheRefreshPlansSoapIn" />
4251 <wsdl:output message="tns:ListCacheRefreshPlansSoapOut" />
4252 </wsdl:operation>
4253 <wsdl:operation name="LogonUser">
4254 <wsdl:input message="tns:LogonUserSoapIn" />
4255 <wsdl:output message="tns:LogonUserSoapOut" />
4256 </wsdl:operation>
4257 <wsdl:operation name="Logoff">
4258 <wsdl:input message="tns:LogoffSoapIn" />
4259 <wsdl:output message="tns:LogoffSoapOut" />
4260 </wsdl:operation>
4261 <wsdl:operation name="GetPermissions">
4262 <wsdl:input message="tns:GetPermissionsSoapIn" />
4263 <wsdl:output message="tns:GetPermissionsSoapOut" />
4264 </wsdl:operation>
4265 <wsdl:operation name="GetSystemPermissions">
4266 <wsdl:input message="tns:GetSystemPermissionsSoapIn" />
4267 <wsdl:output message="tns:GetSystemPermissionsSoapOut" />
4268 </wsdl:operation>
4269 <wsdl:operation name="ListSecurityScopes">
4270 <wsdl:input message="tns:ListSecurityScopesSoapIn" />
4271 <wsdl:output message="tns:ListSecurityScopesSoapOut" />
4272 </wsdl:operation>
4273 </wsdl:portType>
4274 <wsdl:binding name="ReportingService2010Soap" type="tns:ReportingService2010Soap">
4275 <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
4276 <wsdl:operation name="CreateCatalogItem">
4277 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/CreateCatalogItem" style="document" />
4278 <wsdl:input>
4279 <soap:body use="literal" />
4280 <soap:header message="tns:CreateCatalogItemTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4281 </wsdl:input>
4282 <wsdl:output>
4283 <soap:body use="literal" />
4284 <soap:header message="tns:CreateCatalogItemServerInfoHeader" part="ServerInfoHeader" use="literal" />
4285 </wsdl:output>
4286 </wsdl:operation>
4287 <wsdl:operation name="SetItemDefinition">
4288 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetItemDefinition" style="document" />
4289 <wsdl:input>
4290 <soap:body use="literal" />
4291 <soap:header message="tns:SetItemDefinitionTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4292 </wsdl:input>
4293 <wsdl:output>
4294 <soap:body use="literal" />
4295 <soap:header message="tns:SetItemDefinitionServerInfoHeader" part="ServerInfoHeader" use="literal" />
4296 </wsdl:output>
4297 </wsdl:operation>
4298 <wsdl:operation name="GetItemDefinition">
4299 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetItemDefinition" style="document" />
4300 <wsdl:input>
4301 <soap:body use="literal" />
4302 <soap:header message="tns:GetItemDefinitionTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4303 </wsdl:input>
4304 <wsdl:output>
4305 <soap:body use="literal" />
4306 <soap:header message="tns:GetItemDefinitionServerInfoHeader" part="ServerInfoHeader" use="literal" />
4307 </wsdl:output>
4308 </wsdl:operation>
4309 <wsdl:operation name="GetItemType">
4310 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetItemType" style="document" />
4311 <wsdl:input>
4312 <soap:body use="literal" />
4313 <soap:header message="tns:GetItemTypeTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4314 </wsdl:input>
4315 <wsdl:output>
4316 <soap:body use="literal" />
4317 <soap:header message="tns:GetItemTypeServerInfoHeader" part="ServerInfoHeader" use="literal" />
4318 </wsdl:output>
4319 </wsdl:operation>
4320 <wsdl:operation name="DeleteItem">
4321 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/DeleteItem" style="document" />
4322 <wsdl:input>
4323 <soap:body use="literal" />
4324 <soap:header message="tns:DeleteItemTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4325 </wsdl:input>
4326 <wsdl:output>
4327 <soap:body use="literal" />
4328 <soap:header message="tns:DeleteItemServerInfoHeader" part="ServerInfoHeader" use="literal" />
4329 </wsdl:output>
4330 </wsdl:operation>
4331 <wsdl:operation name="MoveItem">
4332 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/MoveItem" style="document" />
4333 <wsdl:input>
4334 <soap:body use="literal" />
4335 <soap:header message="tns:MoveItemTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4336 </wsdl:input>
4337 <wsdl:output>
4338 <soap:body use="literal" />
4339 <soap:header message="tns:MoveItemServerInfoHeader" part="ServerInfoHeader" use="literal" />
4340 </wsdl:output>
4341 </wsdl:operation>
4342 <wsdl:operation name="InheritParentSecurity">
4343 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/InheritParentSecurity" style="document" />
4344 <wsdl:input>
4345 <soap:body use="literal" />
4346 <soap:header message="tns:InheritParentSecurityTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4347 </wsdl:input>
4348 <wsdl:output>
4349 <soap:body use="literal" />
4350 <soap:header message="tns:InheritParentSecurityServerInfoHeader" part="ServerInfoHeader" use="literal" />
4351 </wsdl:output>
4352 </wsdl:operation>
4353 <wsdl:operation name="ListItemHistory">
4354 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListItemHistory" style="document" />
4355 <wsdl:input>
4356 <soap:body use="literal" />
4357 <soap:header message="tns:ListItemHistoryTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4358 </wsdl:input>
4359 <wsdl:output>
4360 <soap:body use="literal" />
4361 <soap:header message="tns:ListItemHistoryServerInfoHeader" part="ServerInfoHeader" use="literal" />
4362 </wsdl:output>
4363 </wsdl:operation>
4364 <wsdl:operation name="ListChildren">
4365 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListChildren" style="document" />
4366 <wsdl:input>
4367 <soap:body use="literal" />
4368 <soap:header message="tns:ListChildrenTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4369 </wsdl:input>
4370 <wsdl:output>
4371 <soap:body use="literal" />
4372 <soap:header message="tns:ListChildrenServerInfoHeader" part="ServerInfoHeader" use="literal" />
4373 </wsdl:output>
4374 </wsdl:operation>
4375 <wsdl:operation name="ListDependentItems">
4376 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListDependentItems" style="document" />
4377 <wsdl:input>
4378 <soap:body use="literal" />
4379 <soap:header message="tns:ListDependentItemsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4380 </wsdl:input>
4381 <wsdl:output>
4382 <soap:body use="literal" />
4383 <soap:header message="tns:ListDependentItemsServerInfoHeader" part="ServerInfoHeader" use="literal" />
4384 </wsdl:output>
4385 </wsdl:operation>
4386 <wsdl:operation name="FindItems">
4387 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/FindItems" style="document" />
4388 <wsdl:input>
4389 <soap:body use="literal" />
4390 <soap:header message="tns:FindItemsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4391 </wsdl:input>
4392 <wsdl:output>
4393 <soap:body use="literal" />
4394 <soap:header message="tns:FindItemsServerInfoHeader" part="ServerInfoHeader" use="literal" />
4395 </wsdl:output>
4396 </wsdl:operation>
4397 <wsdl:operation name="ListParents">
4398 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListParents" style="document" />
4399 <wsdl:input>
4400 <soap:body use="literal" />
4401 <soap:header message="tns:ListParentsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4402 </wsdl:input>
4403 <wsdl:output>
4404 <soap:body use="literal" />
4405 <soap:header message="tns:ListParentsServerInfoHeader" part="ServerInfoHeader" use="literal" />
4406 </wsdl:output>
4407 </wsdl:operation>
4408 <wsdl:operation name="CreateFolder">
4409 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/CreateFolder" style="document" />
4410 <wsdl:input>
4411 <soap:body use="literal" />
4412 <soap:header message="tns:CreateFolderTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4413 </wsdl:input>
4414 <wsdl:output>
4415 <soap:body use="literal" />
4416 <soap:header message="tns:CreateFolderServerInfoHeader" part="ServerInfoHeader" use="literal" />
4417 </wsdl:output>
4418 </wsdl:operation>
4419 <wsdl:operation name="SetProperties">
4420 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetProperties" style="document" />
4421 <wsdl:input>
4422 <soap:body use="literal" />
4423 <soap:header message="tns:SetPropertiesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4424 </wsdl:input>
4425 <wsdl:output>
4426 <soap:body use="literal" />
4427 <soap:header message="tns:SetPropertiesServerInfoHeader" part="ServerInfoHeader" use="literal" />
4428 </wsdl:output>
4429 </wsdl:operation>
4430 <wsdl:operation name="GetProperties">
4431 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetProperties" style="document" />
4432 <wsdl:input>
4433 <soap:body use="literal" />
4434 <soap:header message="tns:GetPropertiesItemNamespaceHeader" part="ItemNamespaceHeader" use="literal" />
4435 <soap:header message="tns:GetPropertiesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4436 </wsdl:input>
4437 <wsdl:output>
4438 <soap:body use="literal" />
4439 <soap:header message="tns:GetPropertiesServerInfoHeader" part="ServerInfoHeader" use="literal" />
4440 </wsdl:output>
4441 </wsdl:operation>
4442 <wsdl:operation name="SetItemReferences">
4443 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetItemReferences" style="document" />
4444 <wsdl:input>
4445 <soap:body use="literal" />
4446 <soap:header message="tns:SetItemReferencesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4447 </wsdl:input>
4448 <wsdl:output>
4449 <soap:body use="literal" />
4450 <soap:header message="tns:SetItemReferencesServerInfoHeader" part="ServerInfoHeader" use="literal" />
4451 </wsdl:output>
4452 </wsdl:operation>
4453 <wsdl:operation name="GetItemReferences">
4454 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetItemReferences" style="document" />
4455 <wsdl:input>
4456 <soap:body use="literal" />
4457 <soap:header message="tns:GetItemReferencesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4458 </wsdl:input>
4459 <wsdl:output>
4460 <soap:body use="literal" />
4461 <soap:header message="tns:GetItemReferencesServerInfoHeader" part="ServerInfoHeader" use="literal" />
4462 </wsdl:output>
4463 </wsdl:operation>
4464 <wsdl:operation name="ListItemTypes">
4465 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListItemTypes" style="document" />
4466 <wsdl:input>
4467 <soap:body use="literal" />
4468 <soap:header message="tns:ListItemTypesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4469 </wsdl:input>
4470 <wsdl:output>
4471 <soap:body use="literal" />
4472 <soap:header message="tns:ListItemTypesServerInfoHeader" part="ServerInfoHeader" use="literal" />
4473 </wsdl:output>
4474 </wsdl:operation>
4475 <wsdl:operation name="SetSubscriptionProperties">
4476 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetSubscriptionProperties" style="document" />
4477 <wsdl:input>
4478 <soap:body use="literal" />
4479 <soap:header message="tns:SetSubscriptionPropertiesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4480 </wsdl:input>
4481 <wsdl:output>
4482 <soap:body use="literal" />
4483 <soap:header message="tns:SetSubscriptionPropertiesServerInfoHeader" part="ServerInfoHeader" use="literal" />
4484 </wsdl:output>
4485 </wsdl:operation>
4486 <wsdl:operation name="GetSubscriptionProperties">
4487 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetSubscriptionProperties" style="document" />
4488 <wsdl:input>
4489 <soap:body use="literal" />
4490 <soap:header message="tns:GetSubscriptionPropertiesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4491 </wsdl:input>
4492 <wsdl:output>
4493 <soap:body use="literal" />
4494 <soap:header message="tns:GetSubscriptionPropertiesServerInfoHeader" part="ServerInfoHeader" use="literal" />
4495 </wsdl:output>
4496 </wsdl:operation>
4497 <wsdl:operation name="SetDataDrivenSubscriptionProperties">
4498 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetDataDrivenSubscriptionProperties" style="document" />
4499 <wsdl:input>
4500 <soap:body use="literal" />
4501 <soap:header message="tns:SetDataDrivenSubscriptionPropertiesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4502 </wsdl:input>
4503 <wsdl:output>
4504 <soap:body use="literal" />
4505 <soap:header message="tns:SetDataDrivenSubscriptionPropertiesServerInfoHeader" part="ServerInfoHeader" use="literal" />
4506 </wsdl:output>
4507 </wsdl:operation>
4508 <wsdl:operation name="GetDataDrivenSubscriptionProperties">
4509 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetDataDrivenSubscriptionProperties" style="document" />
4510 <wsdl:input>
4511 <soap:body use="literal" />
4512 <soap:header message="tns:GetDataDrivenSubscriptionPropertiesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4513 </wsdl:input>
4514 <wsdl:output>
4515 <soap:body use="literal" />
4516 <soap:header message="tns:GetDataDrivenSubscriptionPropertiesServerInfoHeader" part="ServerInfoHeader" use="literal" />
4517 </wsdl:output>
4518 </wsdl:operation>
4519 <wsdl:operation name="DeleteSubscription">
4520 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/DeleteSubscription" style="document" />
4521 <wsdl:input>
4522 <soap:body use="literal" />
4523 <soap:header message="tns:DeleteSubscriptionTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4524 </wsdl:input>
4525 <wsdl:output>
4526 <soap:body use="literal" />
4527 <soap:header message="tns:DeleteSubscriptionServerInfoHeader" part="ServerInfoHeader" use="literal" />
4528 </wsdl:output>
4529 </wsdl:operation>
4530 <wsdl:operation name="CreateSubscription">
4531 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/CreateSubscription" style="document" />
4532 <wsdl:input>
4533 <soap:body use="literal" />
4534 <soap:header message="tns:CreateSubscriptionTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4535 </wsdl:input>
4536 <wsdl:output>
4537 <soap:body use="literal" />
4538 <soap:header message="tns:CreateSubscriptionServerInfoHeader" part="ServerInfoHeader" use="literal" />
4539 </wsdl:output>
4540 </wsdl:operation>
4541 <wsdl:operation name="CreateDataDrivenSubscription">
4542 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/CreateDataDrivenSubscription" style="document" />
4543 <wsdl:input>
4544 <soap:body use="literal" />
4545 <soap:header message="tns:CreateDataDrivenSubscriptionTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4546 </wsdl:input>
4547 <wsdl:output>
4548 <soap:body use="literal" />
4549 <soap:header message="tns:CreateDataDrivenSubscriptionServerInfoHeader" part="ServerInfoHeader" use="literal" />
4550 </wsdl:output>
4551 </wsdl:operation>
4552 <wsdl:operation name="GetExtensionSettings">
4553 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetExtensionSettings" style="document" />
4554 <wsdl:input>
4555 <soap:body use="literal" />
4556 <soap:header message="tns:GetExtensionSettingsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4557 </wsdl:input>
4558 <wsdl:output>
4559 <soap:body use="literal" />
4560 <soap:header message="tns:GetExtensionSettingsServerInfoHeader" part="ServerInfoHeader" use="literal" />
4561 </wsdl:output>
4562 </wsdl:operation>
4563 <wsdl:operation name="ValidateExtensionSettings">
4564 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ValidateExtensionSettings" style="document" />
4565 <wsdl:input>
4566 <soap:body use="literal" />
4567 <soap:header message="tns:ValidateExtensionSettingsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4568 </wsdl:input>
4569 <wsdl:output>
4570 <soap:body use="literal" />
4571 <soap:header message="tns:ValidateExtensionSettingsServerInfoHeader" part="ServerInfoHeader" use="literal" />
4572 </wsdl:output>
4573 </wsdl:operation>
4574 <wsdl:operation name="ListSubscriptions">
4575 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListSubscriptions" style="document" />
4576 <wsdl:input>
4577 <soap:body use="literal" />
4578 <soap:header message="tns:ListSubscriptionsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4579 </wsdl:input>
4580 <wsdl:output>
4581 <soap:body use="literal" />
4582 <soap:header message="tns:ListSubscriptionsServerInfoHeader" part="ServerInfoHeader" use="literal" />
4583 </wsdl:output>
4584 </wsdl:operation>
4585 <wsdl:operation name="ListMySubscriptions">
4586 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListMySubscriptions" style="document" />
4587 <wsdl:input>
4588 <soap:body use="literal" />
4589 <soap:header message="tns:ListMySubscriptionsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4590 </wsdl:input>
4591 <wsdl:output>
4592 <soap:body use="literal" />
4593 <soap:header message="tns:ListMySubscriptionsServerInfoHeader" part="ServerInfoHeader" use="literal" />
4594 </wsdl:output>
4595 </wsdl:operation>
4596 <wsdl:operation name="ListSubscriptionsUsingDataSource">
4597 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListSubscriptionsUsingDataSource" style="document" />
4598 <wsdl:input>
4599 <soap:body use="literal" />
4600 <soap:header message="tns:ListSubscriptionsUsingDataSourceTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4601 </wsdl:input>
4602 <wsdl:output>
4603 <soap:body use="literal" />
4604 <soap:header message="tns:ListSubscriptionsUsingDataSourceServerInfoHeader" part="ServerInfoHeader" use="literal" />
4605 </wsdl:output>
4606 </wsdl:operation>
4607 <wsdl:operation name="ChangeSubscriptionOwner">
4608 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ChangeSubscriptionOwner" style="document" />
4609 <wsdl:input>
4610 <soap:body use="literal" />
4611 <soap:header message="tns:ChangeSubscriptionOwnerTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4612 </wsdl:input>
4613 <wsdl:output>
4614 <soap:body use="literal" />
4615 <soap:header message="tns:ChangeSubscriptionOwnerServerInfoHeader" part="ServerInfoHeader" use="literal" />
4616 </wsdl:output>
4617 </wsdl:operation>
4618 <wsdl:operation name="CreateDataSource">
4619 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/CreateDataSource" style="document" />
4620 <wsdl:input>
4621 <soap:body use="literal" />
4622 <soap:header message="tns:CreateDataSourceTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4623 </wsdl:input>
4624 <wsdl:output>
4625 <soap:body use="literal" />
4626 <soap:header message="tns:CreateDataSourceServerInfoHeader" part="ServerInfoHeader" use="literal" />
4627 </wsdl:output>
4628 </wsdl:operation>
4629 <wsdl:operation name="PrepareQuery">
4630 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/PrepareQuery" style="document" />
4631 <wsdl:input>
4632 <soap:body use="literal" />
4633 <soap:header message="tns:PrepareQueryTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4634 </wsdl:input>
4635 <wsdl:output>
4636 <soap:body use="literal" />
4637 <soap:header message="tns:PrepareQueryServerInfoHeader" part="ServerInfoHeader" use="literal" />
4638 </wsdl:output>
4639 </wsdl:operation>
4640 <wsdl:operation name="EnableDataSource">
4641 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/EnableDataSource" style="document" />
4642 <wsdl:input>
4643 <soap:body use="literal" />
4644 <soap:header message="tns:EnableDataSourceTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4645 </wsdl:input>
4646 <wsdl:output>
4647 <soap:body use="literal" />
4648 <soap:header message="tns:EnableDataSourceServerInfoHeader" part="ServerInfoHeader" use="literal" />
4649 </wsdl:output>
4650 </wsdl:operation>
4651 <wsdl:operation name="DisableDataSource">
4652 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/DisableDataSource" style="document" />
4653 <wsdl:input>
4654 <soap:body use="literal" />
4655 <soap:header message="tns:DisableDataSourceTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4656 </wsdl:input>
4657 <wsdl:output>
4658 <soap:body use="literal" />
4659 <soap:header message="tns:DisableDataSourceServerInfoHeader" part="ServerInfoHeader" use="literal" />
4660 </wsdl:output>
4661 </wsdl:operation>
4662 <wsdl:operation name="SetDataSourceContents">
4663 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetDataSourceContents" style="document" />
4664 <wsdl:input>
4665 <soap:body use="literal" />
4666 <soap:header message="tns:SetDataSourceContentsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4667 </wsdl:input>
4668 <wsdl:output>
4669 <soap:body use="literal" />
4670 <soap:header message="tns:SetDataSourceContentsServerInfoHeader" part="ServerInfoHeader" use="literal" />
4671 </wsdl:output>
4672 </wsdl:operation>
4673 <wsdl:operation name="GetDataSourceContents">
4674 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetDataSourceContents" style="document" />
4675 <wsdl:input>
4676 <soap:body use="literal" />
4677 <soap:header message="tns:GetDataSourceContentsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4678 </wsdl:input>
4679 <wsdl:output>
4680 <soap:body use="literal" />
4681 <soap:header message="tns:GetDataSourceContentsServerInfoHeader" part="ServerInfoHeader" use="literal" />
4682 </wsdl:output>
4683 </wsdl:operation>
4684 <wsdl:operation name="ListDatabaseCredentialRetrievalOptions">
4685 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListDatabaseCredentialRetrievalOptions" style="document" />
4686 <wsdl:input>
4687 <soap:body use="literal" />
4688 <soap:header message="tns:ListDatabaseCredentialRetrievalOptionsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4689 </wsdl:input>
4690 <wsdl:output>
4691 <soap:body use="literal" />
4692 <soap:header message="tns:ListDatabaseCredentialRetrievalOptionsServerInfoHeader" part="ServerInfoHeader" use="literal" />
4693 </wsdl:output>
4694 </wsdl:operation>
4695 <wsdl:operation name="SetItemDataSources">
4696 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetItemDataSources" style="document" />
4697 <wsdl:input>
4698 <soap:body use="literal" />
4699 <soap:header message="tns:SetItemDataSourcesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4700 </wsdl:input>
4701 <wsdl:output>
4702 <soap:body use="literal" />
4703 <soap:header message="tns:SetItemDataSourcesServerInfoHeader" part="ServerInfoHeader" use="literal" />
4704 </wsdl:output>
4705 </wsdl:operation>
4706 <wsdl:operation name="GetItemDataSources">
4707 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetItemDataSources" style="document" />
4708 <wsdl:input>
4709 <soap:body use="literal" />
4710 <soap:header message="tns:GetItemDataSourcesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4711 </wsdl:input>
4712 <wsdl:output>
4713 <soap:body use="literal" />
4714 <soap:header message="tns:GetItemDataSourcesServerInfoHeader" part="ServerInfoHeader" use="literal" />
4715 </wsdl:output>
4716 </wsdl:operation>
4717 <wsdl:operation name="TestConnectForDataSourceDefinition">
4718 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/TestConnectForDataSourceDefinition" style="document" />
4719 <wsdl:input>
4720 <soap:body use="literal" />
4721 <soap:header message="tns:TestConnectForDataSourceDefinitionTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4722 </wsdl:input>
4723 <wsdl:output>
4724 <soap:body use="literal" />
4725 <soap:header message="tns:TestConnectForDataSourceDefinitionServerInfoHeader" part="ServerInfoHeader" use="literal" />
4726 </wsdl:output>
4727 </wsdl:operation>
4728 <wsdl:operation name="TestConnectForItemDataSource">
4729 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/TestConnectForItemDataSource" style="document" />
4730 <wsdl:input>
4731 <soap:body use="literal" />
4732 <soap:header message="tns:TestConnectForItemDataSourceTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4733 </wsdl:input>
4734 <wsdl:output>
4735 <soap:body use="literal" />
4736 <soap:header message="tns:TestConnectForItemDataSourceServerInfoHeader" part="ServerInfoHeader" use="literal" />
4737 </wsdl:output>
4738 </wsdl:operation>
4739 <wsdl:operation name="CreateRole">
4740 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/CreateRole" style="document" />
4741 <wsdl:input>
4742 <soap:body use="literal" />
4743 <soap:header message="tns:CreateRoleTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4744 </wsdl:input>
4745 <wsdl:output>
4746 <soap:body use="literal" />
4747 <soap:header message="tns:CreateRoleServerInfoHeader" part="ServerInfoHeader" use="literal" />
4748 </wsdl:output>
4749 </wsdl:operation>
4750 <wsdl:operation name="SetRoleProperties">
4751 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetRoleProperties" style="document" />
4752 <wsdl:input>
4753 <soap:body use="literal" />
4754 <soap:header message="tns:SetRolePropertiesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4755 </wsdl:input>
4756 <wsdl:output>
4757 <soap:body use="literal" />
4758 <soap:header message="tns:SetRolePropertiesServerInfoHeader" part="ServerInfoHeader" use="literal" />
4759 </wsdl:output>
4760 </wsdl:operation>
4761 <wsdl:operation name="GetRoleProperties">
4762 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetRoleProperties" style="document" />
4763 <wsdl:input>
4764 <soap:body use="literal" />
4765 <soap:header message="tns:GetRolePropertiesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4766 </wsdl:input>
4767 <wsdl:output>
4768 <soap:body use="literal" />
4769 <soap:header message="tns:GetRolePropertiesServerInfoHeader" part="ServerInfoHeader" use="literal" />
4770 </wsdl:output>
4771 </wsdl:operation>
4772 <wsdl:operation name="DeleteRole">
4773 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/DeleteRole" style="document" />
4774 <wsdl:input>
4775 <soap:body use="literal" />
4776 <soap:header message="tns:DeleteRoleTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4777 </wsdl:input>
4778 <wsdl:output>
4779 <soap:body use="literal" />
4780 <soap:header message="tns:DeleteRoleServerInfoHeader" part="ServerInfoHeader" use="literal" />
4781 </wsdl:output>
4782 </wsdl:operation>
4783 <wsdl:operation name="ListRoles">
4784 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListRoles" style="document" />
4785 <wsdl:input>
4786 <soap:body use="literal" />
4787 <soap:header message="tns:ListRolesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4788 </wsdl:input>
4789 <wsdl:output>
4790 <soap:body use="literal" />
4791 <soap:header message="tns:ListRolesServerInfoHeader" part="ServerInfoHeader" use="literal" />
4792 </wsdl:output>
4793 </wsdl:operation>
4794 <wsdl:operation name="ListTasks">
4795 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListTasks" style="document" />
4796 <wsdl:input>
4797 <soap:body use="literal" />
4798 <soap:header message="tns:ListTasksTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4799 </wsdl:input>
4800 <wsdl:output>
4801 <soap:body use="literal" />
4802 <soap:header message="tns:ListTasksServerInfoHeader" part="ServerInfoHeader" use="literal" />
4803 </wsdl:output>
4804 </wsdl:operation>
4805 <wsdl:operation name="SetPolicies">
4806 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetPolicies" style="document" />
4807 <wsdl:input>
4808 <soap:body use="literal" />
4809 <soap:header message="tns:SetPoliciesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4810 </wsdl:input>
4811 <wsdl:output>
4812 <soap:body use="literal" />
4813 <soap:header message="tns:SetPoliciesServerInfoHeader" part="ServerInfoHeader" use="literal" />
4814 </wsdl:output>
4815 </wsdl:operation>
4816 <wsdl:operation name="GetPolicies">
4817 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetPolicies" style="document" />
4818 <wsdl:input>
4819 <soap:body use="literal" />
4820 <soap:header message="tns:GetPoliciesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4821 </wsdl:input>
4822 <wsdl:output>
4823 <soap:body use="literal" />
4824 <soap:header message="tns:GetPoliciesServerInfoHeader" part="ServerInfoHeader" use="literal" />
4825 </wsdl:output>
4826 </wsdl:operation>
4827 <wsdl:operation name="GetItemDataSourcePrompts">
4828 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetItemDataSourcePrompts" style="document" />
4829 <wsdl:input>
4830 <soap:body use="literal" />
4831 <soap:header message="tns:GetItemDataSourcePromptsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4832 </wsdl:input>
4833 <wsdl:output>
4834 <soap:body use="literal" />
4835 <soap:header message="tns:GetItemDataSourcePromptsServerInfoHeader" part="ServerInfoHeader" use="literal" />
4836 </wsdl:output>
4837 </wsdl:operation>
4838 <wsdl:operation name="GenerateModel">
4839 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GenerateModel" style="document" />
4840 <wsdl:input>
4841 <soap:body use="literal" />
4842 <soap:header message="tns:GenerateModelTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4843 </wsdl:input>
4844 <wsdl:output>
4845 <soap:body use="literal" />
4846 <soap:header message="tns:GenerateModelServerInfoHeader" part="ServerInfoHeader" use="literal" />
4847 </wsdl:output>
4848 </wsdl:operation>
4849 <wsdl:operation name="GetModelItemPermissions">
4850 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetModelItemPermissions" style="document" />
4851 <wsdl:input>
4852 <soap:body use="literal" />
4853 <soap:header message="tns:GetModelItemPermissionsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4854 </wsdl:input>
4855 <wsdl:output>
4856 <soap:body use="literal" />
4857 <soap:header message="tns:GetModelItemPermissionsServerInfoHeader" part="ServerInfoHeader" use="literal" />
4858 </wsdl:output>
4859 </wsdl:operation>
4860 <wsdl:operation name="SetModelItemPolicies">
4861 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetModelItemPolicies" style="document" />
4862 <wsdl:input>
4863 <soap:body use="literal" />
4864 <soap:header message="tns:SetModelItemPoliciesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4865 </wsdl:input>
4866 <wsdl:output>
4867 <soap:body use="literal" />
4868 <soap:header message="tns:SetModelItemPoliciesServerInfoHeader" part="ServerInfoHeader" use="literal" />
4869 </wsdl:output>
4870 </wsdl:operation>
4871 <wsdl:operation name="GetModelItemPolicies">
4872 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetModelItemPolicies" style="document" />
4873 <wsdl:input>
4874 <soap:body use="literal" />
4875 <soap:header message="tns:GetModelItemPoliciesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4876 </wsdl:input>
4877 <wsdl:output>
4878 <soap:body use="literal" />
4879 <soap:header message="tns:GetModelItemPoliciesServerInfoHeader" part="ServerInfoHeader" use="literal" />
4880 </wsdl:output>
4881 </wsdl:operation>
4882 <wsdl:operation name="GetUserModel">
4883 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetUserModel" style="document" />
4884 <wsdl:input>
4885 <soap:body use="literal" />
4886 <soap:header message="tns:GetUserModelTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4887 </wsdl:input>
4888 <wsdl:output>
4889 <soap:body use="literal" />
4890 <soap:header message="tns:GetUserModelServerInfoHeader" part="ServerInfoHeader" use="literal" />
4891 </wsdl:output>
4892 </wsdl:operation>
4893 <wsdl:operation name="InheritModelItemParentSecurity">
4894 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/InheritModelItemParentSecurity" style="document" />
4895 <wsdl:input>
4896 <soap:body use="literal" />
4897 <soap:header message="tns:InheritModelItemParentSecurityTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4898 </wsdl:input>
4899 <wsdl:output>
4900 <soap:body use="literal" />
4901 <soap:header message="tns:InheritModelItemParentSecurityServerInfoHeader" part="ServerInfoHeader" use="literal" />
4902 </wsdl:output>
4903 </wsdl:operation>
4904 <wsdl:operation name="SetModelDrillthroughReports">
4905 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetModelDrillthroughReports" style="document" />
4906 <wsdl:input>
4907 <soap:body use="literal" />
4908 <soap:header message="tns:SetModelDrillthroughReportsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4909 </wsdl:input>
4910 <wsdl:output>
4911 <soap:body use="literal" />
4912 <soap:header message="tns:SetModelDrillthroughReportsServerInfoHeader" part="ServerInfoHeader" use="literal" />
4913 </wsdl:output>
4914 </wsdl:operation>
4915 <wsdl:operation name="ListModelDrillthroughReports">
4916 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListModelDrillthroughReports" style="document" />
4917 <wsdl:input>
4918 <soap:body use="literal" />
4919 <soap:header message="tns:ListModelDrillthroughReportsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4920 </wsdl:input>
4921 <wsdl:output>
4922 <soap:body use="literal" />
4923 <soap:header message="tns:ListModelDrillthroughReportsServerInfoHeader" part="ServerInfoHeader" use="literal" />
4924 </wsdl:output>
4925 </wsdl:operation>
4926 <wsdl:operation name="ListModelItemChildren">
4927 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListModelItemChildren" style="document" />
4928 <wsdl:input>
4929 <soap:body use="literal" />
4930 <soap:header message="tns:ListModelItemChildrenTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4931 </wsdl:input>
4932 <wsdl:output>
4933 <soap:body use="literal" />
4934 <soap:header message="tns:ListModelItemChildrenServerInfoHeader" part="ServerInfoHeader" use="literal" />
4935 </wsdl:output>
4936 </wsdl:operation>
4937 <wsdl:operation name="ListModelItemTypes">
4938 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListModelItemTypes" style="document" />
4939 <wsdl:input>
4940 <soap:body use="literal" />
4941 <soap:header message="tns:ListModelItemTypesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4942 </wsdl:input>
4943 <wsdl:output>
4944 <soap:body use="literal" />
4945 <soap:header message="tns:ListModelItemTypesServerInfoHeader" part="ServerInfoHeader" use="literal" />
4946 </wsdl:output>
4947 </wsdl:operation>
4948 <wsdl:operation name="ListModelPerspectives">
4949 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListModelPerspectives" style="document" />
4950 <wsdl:input>
4951 <soap:body use="literal" />
4952 <soap:header message="tns:ListModelPerspectivesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4953 </wsdl:input>
4954 <wsdl:output>
4955 <soap:body use="literal" />
4956 <soap:header message="tns:ListModelPerspectivesServerInfoHeader" part="ServerInfoHeader" use="literal" />
4957 </wsdl:output>
4958 </wsdl:operation>
4959 <wsdl:operation name="RegenerateModel">
4960 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/RegenerateModel" style="document" />
4961 <wsdl:input>
4962 <soap:body use="literal" />
4963 <soap:header message="tns:RegenerateModelTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4964 </wsdl:input>
4965 <wsdl:output>
4966 <soap:body use="literal" />
4967 <soap:header message="tns:RegenerateModelServerInfoHeader" part="ServerInfoHeader" use="literal" />
4968 </wsdl:output>
4969 </wsdl:operation>
4970 <wsdl:operation name="RemoveAllModelItemPolicies">
4971 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/RemoveAllModelItemPolicies" style="document" />
4972 <wsdl:input>
4973 <soap:body use="literal" />
4974 <soap:header message="tns:RemoveAllModelItemPoliciesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4975 </wsdl:input>
4976 <wsdl:output>
4977 <soap:body use="literal" />
4978 <soap:header message="tns:RemoveAllModelItemPoliciesServerInfoHeader" part="ServerInfoHeader" use="literal" />
4979 </wsdl:output>
4980 </wsdl:operation>
4981 <wsdl:operation name="CreateSchedule">
4982 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/CreateSchedule" style="document" />
4983 <wsdl:input>
4984 <soap:body use="literal" />
4985 <soap:header message="tns:CreateScheduleTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4986 </wsdl:input>
4987 <wsdl:output>
4988 <soap:body use="literal" />
4989 <soap:header message="tns:CreateScheduleServerInfoHeader" part="ServerInfoHeader" use="literal" />
4990 </wsdl:output>
4991 </wsdl:operation>
4992 <wsdl:operation name="DeleteSchedule">
4993 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/DeleteSchedule" style="document" />
4994 <wsdl:input>
4995 <soap:body use="literal" />
4996 <soap:header message="tns:DeleteScheduleTrustedUserHeader" part="TrustedUserHeader" use="literal" />
4997 </wsdl:input>
4998 <wsdl:output>
4999 <soap:body use="literal" />
5000 <soap:header message="tns:DeleteScheduleServerInfoHeader" part="ServerInfoHeader" use="literal" />
5001 </wsdl:output>
5002 </wsdl:operation>
5003 <wsdl:operation name="ListSchedules">
5004 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListSchedules" style="document" />
5005 <wsdl:input>
5006 <soap:body use="literal" />
5007 <soap:header message="tns:ListSchedulesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5008 </wsdl:input>
5009 <wsdl:output>
5010 <soap:body use="literal" />
5011 <soap:header message="tns:ListSchedulesServerInfoHeader" part="ServerInfoHeader" use="literal" />
5012 </wsdl:output>
5013 </wsdl:operation>
5014 <wsdl:operation name="GetScheduleProperties">
5015 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetScheduleProperties" style="document" />
5016 <wsdl:input>
5017 <soap:body use="literal" />
5018 <soap:header message="tns:GetSchedulePropertiesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5019 </wsdl:input>
5020 <wsdl:output>
5021 <soap:body use="literal" />
5022 <soap:header message="tns:GetSchedulePropertiesServerInfoHeader" part="ServerInfoHeader" use="literal" />
5023 </wsdl:output>
5024 </wsdl:operation>
5025 <wsdl:operation name="ListScheduleStates">
5026 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListScheduleStates" style="document" />
5027 <wsdl:input>
5028 <soap:body use="literal" />
5029 <soap:header message="tns:ListScheduleStatesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5030 </wsdl:input>
5031 <wsdl:output>
5032 <soap:body use="literal" />
5033 <soap:header message="tns:ListScheduleStatesServerInfoHeader" part="ServerInfoHeader" use="literal" />
5034 </wsdl:output>
5035 </wsdl:operation>
5036 <wsdl:operation name="PauseSchedule">
5037 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/PauseSchedule" style="document" />
5038 <wsdl:input>
5039 <soap:body use="literal" />
5040 <soap:header message="tns:PauseScheduleTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5041 </wsdl:input>
5042 <wsdl:output>
5043 <soap:body use="literal" />
5044 <soap:header message="tns:PauseScheduleServerInfoHeader" part="ServerInfoHeader" use="literal" />
5045 </wsdl:output>
5046 </wsdl:operation>
5047 <wsdl:operation name="ResumeSchedule">
5048 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ResumeSchedule" style="document" />
5049 <wsdl:input>
5050 <soap:body use="literal" />
5051 <soap:header message="tns:ResumeScheduleTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5052 </wsdl:input>
5053 <wsdl:output>
5054 <soap:body use="literal" />
5055 <soap:header message="tns:ResumeScheduleServerInfoHeader" part="ServerInfoHeader" use="literal" />
5056 </wsdl:output>
5057 </wsdl:operation>
5058 <wsdl:operation name="SetScheduleProperties">
5059 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetScheduleProperties" style="document" />
5060 <wsdl:input>
5061 <soap:body use="literal" />
5062 <soap:header message="tns:SetSchedulePropertiesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5063 </wsdl:input>
5064 <wsdl:output>
5065 <soap:body use="literal" />
5066 <soap:header message="tns:SetSchedulePropertiesServerInfoHeader" part="ServerInfoHeader" use="literal" />
5067 </wsdl:output>
5068 </wsdl:operation>
5069 <wsdl:operation name="ListScheduledItems">
5070 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListScheduledItems" style="document" />
5071 <wsdl:input>
5072 <soap:body use="literal" />
5073 <soap:header message="tns:ListScheduledItemsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5074 </wsdl:input>
5075 <wsdl:output>
5076 <soap:body use="literal" />
5077 <soap:header message="tns:ListScheduledItemsServerInfoHeader" part="ServerInfoHeader" use="literal" />
5078 </wsdl:output>
5079 </wsdl:operation>
5080 <wsdl:operation name="SetItemParameters">
5081 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetItemParameters" style="document" />
5082 <wsdl:input>
5083 <soap:body use="literal" />
5084 <soap:header message="tns:SetItemParametersTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5085 </wsdl:input>
5086 <wsdl:output>
5087 <soap:body use="literal" />
5088 <soap:header message="tns:SetItemParametersServerInfoHeader" part="ServerInfoHeader" use="literal" />
5089 </wsdl:output>
5090 </wsdl:operation>
5091 <wsdl:operation name="GetItemParameters">
5092 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetItemParameters" style="document" />
5093 <wsdl:input>
5094 <soap:body use="literal" />
5095 <soap:header message="tns:GetItemParametersTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5096 </wsdl:input>
5097 <wsdl:output>
5098 <soap:body use="literal" />
5099 <soap:header message="tns:GetItemParametersServerInfoHeader" part="ServerInfoHeader" use="literal" />
5100 </wsdl:output>
5101 </wsdl:operation>
5102 <wsdl:operation name="ListParameterTypes">
5103 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListParameterTypes" style="document" />
5104 <wsdl:input>
5105 <soap:body use="literal" />
5106 <soap:header message="tns:ListParameterTypesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5107 </wsdl:input>
5108 <wsdl:output>
5109 <soap:body use="literal" />
5110 <soap:header message="tns:ListParameterTypesServerInfoHeader" part="ServerInfoHeader" use="literal" />
5111 </wsdl:output>
5112 </wsdl:operation>
5113 <wsdl:operation name="ListParameterStates">
5114 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListParameterStates" style="document" />
5115 <wsdl:input>
5116 <soap:body use="literal" />
5117 <soap:header message="tns:ListParameterStatesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5118 </wsdl:input>
5119 <wsdl:output>
5120 <soap:body use="literal" />
5121 <soap:header message="tns:ListParameterStatesServerInfoHeader" part="ServerInfoHeader" use="literal" />
5122 </wsdl:output>
5123 </wsdl:operation>
5124 <wsdl:operation name="CreateReportEditSession">
5125 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/CreateReportEditSession" style="document" />
5126 <wsdl:input>
5127 <soap:body use="literal" />
5128 <soap:header message="tns:CreateReportEditSessionTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5129 </wsdl:input>
5130 <wsdl:output>
5131 <soap:body use="literal" />
5132 <soap:header message="tns:CreateReportEditSessionServerInfoHeader" part="ServerInfoHeader" use="literal" />
5133 </wsdl:output>
5134 </wsdl:operation>
5135 <wsdl:operation name="CreateLinkedItem">
5136 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/CreateLinkedItem" style="document" />
5137 <wsdl:input>
5138 <soap:body use="literal" />
5139 <soap:header message="tns:CreateLinkedItemTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5140 </wsdl:input>
5141 <wsdl:output>
5142 <soap:body use="literal" />
5143 <soap:header message="tns:CreateLinkedItemServerInfoHeader" part="ServerInfoHeader" use="literal" />
5144 </wsdl:output>
5145 </wsdl:operation>
5146 <wsdl:operation name="SetItemLink">
5147 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetItemLink" style="document" />
5148 <wsdl:input>
5149 <soap:body use="literal" />
5150 <soap:header message="tns:SetItemLinkTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5151 </wsdl:input>
5152 <wsdl:output>
5153 <soap:body use="literal" />
5154 <soap:header message="tns:SetItemLinkServerInfoHeader" part="ServerInfoHeader" use="literal" />
5155 </wsdl:output>
5156 </wsdl:operation>
5157 <wsdl:operation name="GetItemLink">
5158 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetItemLink" style="document" />
5159 <wsdl:input>
5160 <soap:body use="literal" />
5161 <soap:header message="tns:GetItemLinkTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5162 </wsdl:input>
5163 <wsdl:output>
5164 <soap:body use="literal" />
5165 <soap:header message="tns:GetItemLinkServerInfoHeader" part="ServerInfoHeader" use="literal" />
5166 </wsdl:output>
5167 </wsdl:operation>
5168 <wsdl:operation name="ListExecutionSettings">
5169 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListExecutionSettings" style="document" />
5170 <wsdl:input>
5171 <soap:body use="literal" />
5172 <soap:header message="tns:ListExecutionSettingsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5173 </wsdl:input>
5174 <wsdl:output>
5175 <soap:body use="literal" />
5176 <soap:header message="tns:ListExecutionSettingsServerInfoHeader" part="ServerInfoHeader" use="literal" />
5177 </wsdl:output>
5178 </wsdl:operation>
5179 <wsdl:operation name="SetExecutionOptions">
5180 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetExecutionOptions" style="document" />
5181 <wsdl:input>
5182 <soap:body use="literal" />
5183 <soap:header message="tns:SetExecutionOptionsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5184 </wsdl:input>
5185 <wsdl:output>
5186 <soap:body use="literal" />
5187 <soap:header message="tns:SetExecutionOptionsServerInfoHeader" part="ServerInfoHeader" use="literal" />
5188 </wsdl:output>
5189 </wsdl:operation>
5190 <wsdl:operation name="GetExecutionOptions">
5191 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetExecutionOptions" style="document" />
5192 <wsdl:input>
5193 <soap:body use="literal" />
5194 <soap:header message="tns:GetExecutionOptionsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5195 </wsdl:input>
5196 <wsdl:output>
5197 <soap:body use="literal" />
5198 <soap:header message="tns:GetExecutionOptionsServerInfoHeader" part="ServerInfoHeader" use="literal" />
5199 </wsdl:output>
5200 </wsdl:operation>
5201 <wsdl:operation name="UpdateItemExecutionSnapshot">
5202 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/UpdateItemExecutionSnapshot" style="document" />
5203 <wsdl:input>
5204 <soap:body use="literal" />
5205 <soap:header message="tns:UpdateItemExecutionSnapshotTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5206 </wsdl:input>
5207 <wsdl:output>
5208 <soap:body use="literal" />
5209 <soap:header message="tns:UpdateItemExecutionSnapshotServerInfoHeader" part="ServerInfoHeader" use="literal" />
5210 </wsdl:output>
5211 </wsdl:operation>
5212 <wsdl:operation name="SetCacheOptions">
5213 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetCacheOptions" style="document" />
5214 <wsdl:input>
5215 <soap:body use="literal" />
5216 <soap:header message="tns:SetCacheOptionsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5217 </wsdl:input>
5218 <wsdl:output>
5219 <soap:body use="literal" />
5220 <soap:header message="tns:SetCacheOptionsServerInfoHeader" part="ServerInfoHeader" use="literal" />
5221 </wsdl:output>
5222 </wsdl:operation>
5223 <wsdl:operation name="GetCacheOptions">
5224 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetCacheOptions" style="document" />
5225 <wsdl:input>
5226 <soap:body use="literal" />
5227 <soap:header message="tns:GetCacheOptionsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5228 </wsdl:input>
5229 <wsdl:output>
5230 <soap:body use="literal" />
5231 <soap:header message="tns:GetCacheOptionsServerInfoHeader" part="ServerInfoHeader" use="literal" />
5232 </wsdl:output>
5233 </wsdl:operation>
5234 <wsdl:operation name="FlushCache">
5235 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/FlushCache" style="document" />
5236 <wsdl:input>
5237 <soap:body use="literal" />
5238 <soap:header message="tns:FlushCacheTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5239 </wsdl:input>
5240 <wsdl:output>
5241 <soap:body use="literal" />
5242 <soap:header message="tns:FlushCacheServerInfoHeader" part="ServerInfoHeader" use="literal" />
5243 </wsdl:output>
5244 </wsdl:operation>
5245 <wsdl:operation name="CreateItemHistorySnapshot">
5246 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/CreateItemHistorySnapshot" style="document" />
5247 <wsdl:input>
5248 <soap:body use="literal" />
5249 <soap:header message="tns:CreateItemHistorySnapshotTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5250 </wsdl:input>
5251 <wsdl:output>
5252 <soap:body use="literal" />
5253 <soap:header message="tns:CreateItemHistorySnapshotServerInfoHeader" part="ServerInfoHeader" use="literal" />
5254 </wsdl:output>
5255 </wsdl:operation>
5256 <wsdl:operation name="DeleteItemHistorySnapshot">
5257 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/DeleteItemHistorySnapshot" style="document" />
5258 <wsdl:input>
5259 <soap:body use="literal" />
5260 <soap:header message="tns:DeleteItemHistorySnapshotTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5261 </wsdl:input>
5262 <wsdl:output>
5263 <soap:body use="literal" />
5264 <soap:header message="tns:DeleteItemHistorySnapshotServerInfoHeader" part="ServerInfoHeader" use="literal" />
5265 </wsdl:output>
5266 </wsdl:operation>
5267 <wsdl:operation name="SetItemHistoryLimit">
5268 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetItemHistoryLimit" style="document" />
5269 <wsdl:input>
5270 <soap:body use="literal" />
5271 <soap:header message="tns:SetItemHistoryLimitTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5272 </wsdl:input>
5273 <wsdl:output>
5274 <soap:body use="literal" />
5275 <soap:header message="tns:SetItemHistoryLimitServerInfoHeader" part="ServerInfoHeader" use="literal" />
5276 </wsdl:output>
5277 </wsdl:operation>
5278 <wsdl:operation name="GetItemHistoryLimit">
5279 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetItemHistoryLimit" style="document" />
5280 <wsdl:input>
5281 <soap:body use="literal" />
5282 <soap:header message="tns:GetItemHistoryLimitTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5283 </wsdl:input>
5284 <wsdl:output>
5285 <soap:body use="literal" />
5286 <soap:header message="tns:GetItemHistoryLimitServerInfoHeader" part="ServerInfoHeader" use="literal" />
5287 </wsdl:output>
5288 </wsdl:operation>
5289 <wsdl:operation name="SetItemHistoryOptions">
5290 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetItemHistoryOptions" style="document" />
5291 <wsdl:input>
5292 <soap:body use="literal" />
5293 <soap:header message="tns:SetItemHistoryOptionsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5294 </wsdl:input>
5295 <wsdl:output>
5296 <soap:body use="literal" />
5297 <soap:header message="tns:SetItemHistoryOptionsServerInfoHeader" part="ServerInfoHeader" use="literal" />
5298 </wsdl:output>
5299 </wsdl:operation>
5300 <wsdl:operation name="GetItemHistoryOptions">
5301 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetItemHistoryOptions" style="document" />
5302 <wsdl:input>
5303 <soap:body use="literal" />
5304 <soap:header message="tns:GetItemHistoryOptionsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5305 </wsdl:input>
5306 <wsdl:output>
5307 <soap:body use="literal" />
5308 <soap:header message="tns:GetItemHistoryOptionsServerInfoHeader" part="ServerInfoHeader" use="literal" />
5309 </wsdl:output>
5310 </wsdl:operation>
5311 <wsdl:operation name="GetReportServerConfigInfo">
5312 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetReportServerConfigInfo" style="document" />
5313 <wsdl:input>
5314 <soap:body use="literal" />
5315 <soap:header message="tns:GetReportServerConfigInfoTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5316 </wsdl:input>
5317 <wsdl:output>
5318 <soap:body use="literal" />
5319 <soap:header message="tns:GetReportServerConfigInfoServerInfoHeader" part="ServerInfoHeader" use="literal" />
5320 </wsdl:output>
5321 </wsdl:operation>
5322 <wsdl:operation name="IsSSLRequired">
5323 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/IsSSLRequired" style="document" />
5324 <wsdl:input>
5325 <soap:body use="literal" />
5326 <soap:header message="tns:IsSSLRequiredTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5327 </wsdl:input>
5328 <wsdl:output>
5329 <soap:body use="literal" />
5330 <soap:header message="tns:IsSSLRequiredServerInfoHeader" part="ServerInfoHeader" use="literal" />
5331 </wsdl:output>
5332 </wsdl:operation>
5333 <wsdl:operation name="SetSystemProperties">
5334 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetSystemProperties" style="document" />
5335 <wsdl:input>
5336 <soap:body use="literal" />
5337 <soap:header message="tns:SetSystemPropertiesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5338 </wsdl:input>
5339 <wsdl:output>
5340 <soap:body use="literal" />
5341 <soap:header message="tns:SetSystemPropertiesServerInfoHeader" part="ServerInfoHeader" use="literal" />
5342 </wsdl:output>
5343 </wsdl:operation>
5344 <wsdl:operation name="GetSystemProperties">
5345 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetSystemProperties" style="document" />
5346 <wsdl:input>
5347 <soap:body use="literal" />
5348 <soap:header message="tns:GetSystemPropertiesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5349 </wsdl:input>
5350 <wsdl:output>
5351 <soap:body use="literal" />
5352 <soap:header message="tns:GetSystemPropertiesServerInfoHeader" part="ServerInfoHeader" use="literal" />
5353 </wsdl:output>
5354 </wsdl:operation>
5355 <wsdl:operation name="SetSystemPolicies">
5356 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetSystemPolicies" style="document" />
5357 <wsdl:input>
5358 <soap:body use="literal" />
5359 <soap:header message="tns:SetSystemPoliciesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5360 </wsdl:input>
5361 <wsdl:output>
5362 <soap:body use="literal" />
5363 <soap:header message="tns:SetSystemPoliciesServerInfoHeader" part="ServerInfoHeader" use="literal" />
5364 </wsdl:output>
5365 </wsdl:operation>
5366 <wsdl:operation name="GetSystemPolicies">
5367 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetSystemPolicies" style="document" />
5368 <wsdl:input>
5369 <soap:body use="literal" />
5370 <soap:header message="tns:GetSystemPoliciesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5371 </wsdl:input>
5372 <wsdl:output>
5373 <soap:body use="literal" />
5374 <soap:header message="tns:GetSystemPoliciesServerInfoHeader" part="ServerInfoHeader" use="literal" />
5375 </wsdl:output>
5376 </wsdl:operation>
5377 <wsdl:operation name="ListExtensions">
5378 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListExtensions" style="document" />
5379 <wsdl:input>
5380 <soap:body use="literal" />
5381 <soap:header message="tns:ListExtensionsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5382 </wsdl:input>
5383 <wsdl:output>
5384 <soap:body use="literal" />
5385 <soap:header message="tns:ListExtensionsServerInfoHeader" part="ServerInfoHeader" use="literal" />
5386 </wsdl:output>
5387 </wsdl:operation>
5388 <wsdl:operation name="ListExtensionTypes">
5389 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListExtensionTypes" style="document" />
5390 <wsdl:input>
5391 <soap:body use="literal" />
5392 <soap:header message="tns:ListExtensionTypesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5393 </wsdl:input>
5394 <wsdl:output>
5395 <soap:body use="literal" />
5396 <soap:header message="tns:ListExtensionTypesServerInfoHeader" part="ServerInfoHeader" use="literal" />
5397 </wsdl:output>
5398 </wsdl:operation>
5399 <wsdl:operation name="ListEvents">
5400 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListEvents" style="document" />
5401 <wsdl:input>
5402 <soap:body use="literal" />
5403 <soap:header message="tns:ListEventsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5404 </wsdl:input>
5405 <wsdl:output>
5406 <soap:body use="literal" />
5407 <soap:header message="tns:ListEventsServerInfoHeader" part="ServerInfoHeader" use="literal" />
5408 </wsdl:output>
5409 </wsdl:operation>
5410 <wsdl:operation name="FireEvent">
5411 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/FireEvent" style="document" />
5412 <wsdl:input>
5413 <soap:body use="literal" />
5414 <soap:header message="tns:FireEventTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5415 </wsdl:input>
5416 <wsdl:output>
5417 <soap:body use="literal" />
5418 <soap:header message="tns:FireEventServerInfoHeader" part="ServerInfoHeader" use="literal" />
5419 </wsdl:output>
5420 </wsdl:operation>
5421 <wsdl:operation name="ListJobs">
5422 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListJobs" style="document" />
5423 <wsdl:input>
5424 <soap:body use="literal" />
5425 <soap:header message="tns:ListJobsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5426 </wsdl:input>
5427 <wsdl:output>
5428 <soap:body use="literal" />
5429 <soap:header message="tns:ListJobsServerInfoHeader" part="ServerInfoHeader" use="literal" />
5430 </wsdl:output>
5431 </wsdl:operation>
5432 <wsdl:operation name="ListJobTypes">
5433 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListJobTypes" style="document" />
5434 <wsdl:input>
5435 <soap:body use="literal" />
5436 <soap:header message="tns:ListJobTypesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5437 </wsdl:input>
5438 <wsdl:output>
5439 <soap:body use="literal" />
5440 <soap:header message="tns:ListJobTypesServerInfoHeader" part="ServerInfoHeader" use="literal" />
5441 </wsdl:output>
5442 </wsdl:operation>
5443 <wsdl:operation name="ListJobActions">
5444 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListJobActions" style="document" />
5445 <wsdl:input>
5446 <soap:body use="literal" />
5447 <soap:header message="tns:ListJobActionsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5448 </wsdl:input>
5449 <wsdl:output>
5450 <soap:body use="literal" />
5451 <soap:header message="tns:ListJobActionsServerInfoHeader" part="ServerInfoHeader" use="literal" />
5452 </wsdl:output>
5453 </wsdl:operation>
5454 <wsdl:operation name="ListJobStates">
5455 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListJobStates" style="document" />
5456 <wsdl:input>
5457 <soap:body use="literal" />
5458 <soap:header message="tns:ListJobStatesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5459 </wsdl:input>
5460 <wsdl:output>
5461 <soap:body use="literal" />
5462 <soap:header message="tns:ListJobStatesServerInfoHeader" part="ServerInfoHeader" use="literal" />
5463 </wsdl:output>
5464 </wsdl:operation>
5465 <wsdl:operation name="CancelJob">
5466 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/CancelJob" style="document" />
5467 <wsdl:input>
5468 <soap:body use="literal" />
5469 <soap:header message="tns:CancelJobTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5470 </wsdl:input>
5471 <wsdl:output>
5472 <soap:body use="literal" />
5473 <soap:header message="tns:CancelJobServerInfoHeader" part="ServerInfoHeader" use="literal" />
5474 </wsdl:output>
5475 </wsdl:operation>
5476 <wsdl:operation name="CreateCacheRefreshPlan">
5477 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/CreateCacheRefreshPlan" style="document" />
5478 <wsdl:input>
5479 <soap:body use="literal" />
5480 <soap:header message="tns:CreateCacheRefreshPlanTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5481 </wsdl:input>
5482 <wsdl:output>
5483 <soap:body use="literal" />
5484 <soap:header message="tns:CreateCacheRefreshPlanServerInfoHeader" part="ServerInfoHeader" use="literal" />
5485 </wsdl:output>
5486 </wsdl:operation>
5487 <wsdl:operation name="SetCacheRefreshPlanProperties">
5488 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetCacheRefreshPlanProperties" style="document" />
5489 <wsdl:input>
5490 <soap:body use="literal" />
5491 <soap:header message="tns:SetCacheRefreshPlanPropertiesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5492 </wsdl:input>
5493 <wsdl:output>
5494 <soap:body use="literal" />
5495 <soap:header message="tns:SetCacheRefreshPlanPropertiesServerInfoHeader" part="ServerInfoHeader" use="literal" />
5496 </wsdl:output>
5497 </wsdl:operation>
5498 <wsdl:operation name="GetCacheRefreshPlanProperties">
5499 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetCacheRefreshPlanProperties" style="document" />
5500 <wsdl:input>
5501 <soap:body use="literal" />
5502 <soap:header message="tns:GetCacheRefreshPlanPropertiesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5503 </wsdl:input>
5504 <wsdl:output>
5505 <soap:body use="literal" />
5506 <soap:header message="tns:GetCacheRefreshPlanPropertiesServerInfoHeader" part="ServerInfoHeader" use="literal" />
5507 </wsdl:output>
5508 </wsdl:operation>
5509 <wsdl:operation name="DeleteCacheRefreshPlan">
5510 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/DeleteCacheRefreshPlan" style="document" />
5511 <wsdl:input>
5512 <soap:body use="literal" />
5513 <soap:header message="tns:DeleteCacheRefreshPlanTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5514 </wsdl:input>
5515 <wsdl:output>
5516 <soap:body use="literal" />
5517 <soap:header message="tns:DeleteCacheRefreshPlanServerInfoHeader" part="ServerInfoHeader" use="literal" />
5518 </wsdl:output>
5519 </wsdl:operation>
5520 <wsdl:operation name="ListCacheRefreshPlans">
5521 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListCacheRefreshPlans" style="document" />
5522 <wsdl:input>
5523 <soap:body use="literal" />
5524 <soap:header message="tns:ListCacheRefreshPlansTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5525 </wsdl:input>
5526 <wsdl:output>
5527 <soap:body use="literal" />
5528 <soap:header message="tns:ListCacheRefreshPlansServerInfoHeader" part="ServerInfoHeader" use="literal" />
5529 </wsdl:output>
5530 </wsdl:operation>
5531 <wsdl:operation name="LogonUser">
5532 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/LogonUser" style="document" />
5533 <wsdl:input>
5534 <soap:body use="literal" />
5535 <soap:header message="tns:LogonUserTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5536 </wsdl:input>
5537 <wsdl:output>
5538 <soap:body use="literal" />
5539 <soap:header message="tns:LogonUserServerInfoHeader" part="ServerInfoHeader" use="literal" />
5540 </wsdl:output>
5541 </wsdl:operation>
5542 <wsdl:operation name="Logoff">
5543 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/Logoff" style="document" />
5544 <wsdl:input>
5545 <soap:body use="literal" />
5546 <soap:header message="tns:LogoffTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5547 </wsdl:input>
5548 <wsdl:output>
5549 <soap:body use="literal" />
5550 <soap:header message="tns:LogoffServerInfoHeader" part="ServerInfoHeader" use="literal" />
5551 </wsdl:output>
5552 </wsdl:operation>
5553 <wsdl:operation name="GetPermissions">
5554 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetPermissions" style="document" />
5555 <wsdl:input>
5556 <soap:body use="literal" />
5557 <soap:header message="tns:GetPermissionsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5558 </wsdl:input>
5559 <wsdl:output>
5560 <soap:body use="literal" />
5561 <soap:header message="tns:GetPermissionsServerInfoHeader" part="ServerInfoHeader" use="literal" />
5562 </wsdl:output>
5563 </wsdl:operation>
5564 <wsdl:operation name="GetSystemPermissions">
5565 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetSystemPermissions" style="document" />
5566 <wsdl:input>
5567 <soap:body use="literal" />
5568 <soap:header message="tns:GetSystemPermissionsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5569 </wsdl:input>
5570 <wsdl:output>
5571 <soap:body use="literal" />
5572 <soap:header message="tns:GetSystemPermissionsServerInfoHeader" part="ServerInfoHeader" use="literal" />
5573 </wsdl:output>
5574 </wsdl:operation>
5575 <wsdl:operation name="ListSecurityScopes">
5576 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListSecurityScopes" style="document" />
5577 <wsdl:input>
5578 <soap:body use="literal" />
5579 <soap:header message="tns:ListSecurityScopesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5580 </wsdl:input>
5581 <wsdl:output>
5582 <soap:body use="literal" />
5583 <soap:header message="tns:ListSecurityScopesServerInfoHeader" part="ServerInfoHeader" use="literal" />
5584 </wsdl:output>
5585 </wsdl:operation>
5586 </wsdl:binding>
5587 <wsdl:binding name="ReportingService2010Soap12" type="tns:ReportingService2010Soap">
5588 <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
5589 <wsdl:operation name="CreateCatalogItem">
5590 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/CreateCatalogItem" style="document" />
5591 <wsdl:input>
5592 <soap12:body use="literal" />
5593 <soap12:header message="tns:CreateCatalogItemTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5594 </wsdl:input>
5595 <wsdl:output>
5596 <soap12:body use="literal" />
5597 <soap12:header message="tns:CreateCatalogItemServerInfoHeader" part="ServerInfoHeader" use="literal" />
5598 </wsdl:output>
5599 </wsdl:operation>
5600 <wsdl:operation name="SetItemDefinition">
5601 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetItemDefinition" style="document" />
5602 <wsdl:input>
5603 <soap12:body use="literal" />
5604 <soap12:header message="tns:SetItemDefinitionTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5605 </wsdl:input>
5606 <wsdl:output>
5607 <soap12:body use="literal" />
5608 <soap12:header message="tns:SetItemDefinitionServerInfoHeader" part="ServerInfoHeader" use="literal" />
5609 </wsdl:output>
5610 </wsdl:operation>
5611 <wsdl:operation name="GetItemDefinition">
5612 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetItemDefinition" style="document" />
5613 <wsdl:input>
5614 <soap12:body use="literal" />
5615 <soap12:header message="tns:GetItemDefinitionTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5616 </wsdl:input>
5617 <wsdl:output>
5618 <soap12:body use="literal" />
5619 <soap12:header message="tns:GetItemDefinitionServerInfoHeader" part="ServerInfoHeader" use="literal" />
5620 </wsdl:output>
5621 </wsdl:operation>
5622 <wsdl:operation name="GetItemType">
5623 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetItemType" style="document" />
5624 <wsdl:input>
5625 <soap12:body use="literal" />
5626 <soap12:header message="tns:GetItemTypeTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5627 </wsdl:input>
5628 <wsdl:output>
5629 <soap12:body use="literal" />
5630 <soap12:header message="tns:GetItemTypeServerInfoHeader" part="ServerInfoHeader" use="literal" />
5631 </wsdl:output>
5632 </wsdl:operation>
5633 <wsdl:operation name="DeleteItem">
5634 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/DeleteItem" style="document" />
5635 <wsdl:input>
5636 <soap12:body use="literal" />
5637 <soap12:header message="tns:DeleteItemTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5638 </wsdl:input>
5639 <wsdl:output>
5640 <soap12:body use="literal" />
5641 <soap12:header message="tns:DeleteItemServerInfoHeader" part="ServerInfoHeader" use="literal" />
5642 </wsdl:output>
5643 </wsdl:operation>
5644 <wsdl:operation name="MoveItem">
5645 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/MoveItem" style="document" />
5646 <wsdl:input>
5647 <soap12:body use="literal" />
5648 <soap12:header message="tns:MoveItemTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5649 </wsdl:input>
5650 <wsdl:output>
5651 <soap12:body use="literal" />
5652 <soap12:header message="tns:MoveItemServerInfoHeader" part="ServerInfoHeader" use="literal" />
5653 </wsdl:output>
5654 </wsdl:operation>
5655 <wsdl:operation name="InheritParentSecurity">
5656 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/InheritParentSecurity" style="document" />
5657 <wsdl:input>
5658 <soap12:body use="literal" />
5659 <soap12:header message="tns:InheritParentSecurityTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5660 </wsdl:input>
5661 <wsdl:output>
5662 <soap12:body use="literal" />
5663 <soap12:header message="tns:InheritParentSecurityServerInfoHeader" part="ServerInfoHeader" use="literal" />
5664 </wsdl:output>
5665 </wsdl:operation>
5666 <wsdl:operation name="ListItemHistory">
5667 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListItemHistory" style="document" />
5668 <wsdl:input>
5669 <soap12:body use="literal" />
5670 <soap12:header message="tns:ListItemHistoryTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5671 </wsdl:input>
5672 <wsdl:output>
5673 <soap12:body use="literal" />
5674 <soap12:header message="tns:ListItemHistoryServerInfoHeader" part="ServerInfoHeader" use="literal" />
5675 </wsdl:output>
5676 </wsdl:operation>
5677 <wsdl:operation name="ListChildren">
5678 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListChildren" style="document" />
5679 <wsdl:input>
5680 <soap12:body use="literal" />
5681 <soap12:header message="tns:ListChildrenTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5682 </wsdl:input>
5683 <wsdl:output>
5684 <soap12:body use="literal" />
5685 <soap12:header message="tns:ListChildrenServerInfoHeader" part="ServerInfoHeader" use="literal" />
5686 </wsdl:output>
5687 </wsdl:operation>
5688 <wsdl:operation name="ListDependentItems">
5689 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListDependentItems" style="document" />
5690 <wsdl:input>
5691 <soap12:body use="literal" />
5692 <soap12:header message="tns:ListDependentItemsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5693 </wsdl:input>
5694 <wsdl:output>
5695 <soap12:body use="literal" />
5696 <soap12:header message="tns:ListDependentItemsServerInfoHeader" part="ServerInfoHeader" use="literal" />
5697 </wsdl:output>
5698 </wsdl:operation>
5699 <wsdl:operation name="FindItems">
5700 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/FindItems" style="document" />
5701 <wsdl:input>
5702 <soap12:body use="literal" />
5703 <soap12:header message="tns:FindItemsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5704 </wsdl:input>
5705 <wsdl:output>
5706 <soap12:body use="literal" />
5707 <soap12:header message="tns:FindItemsServerInfoHeader" part="ServerInfoHeader" use="literal" />
5708 </wsdl:output>
5709 </wsdl:operation>
5710 <wsdl:operation name="ListParents">
5711 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListParents" style="document" />
5712 <wsdl:input>
5713 <soap12:body use="literal" />
5714 <soap12:header message="tns:ListParentsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5715 </wsdl:input>
5716 <wsdl:output>
5717 <soap12:body use="literal" />
5718 <soap12:header message="tns:ListParentsServerInfoHeader" part="ServerInfoHeader" use="literal" />
5719 </wsdl:output>
5720 </wsdl:operation>
5721 <wsdl:operation name="CreateFolder">
5722 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/CreateFolder" style="document" />
5723 <wsdl:input>
5724 <soap12:body use="literal" />
5725 <soap12:header message="tns:CreateFolderTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5726 </wsdl:input>
5727 <wsdl:output>
5728 <soap12:body use="literal" />
5729 <soap12:header message="tns:CreateFolderServerInfoHeader" part="ServerInfoHeader" use="literal" />
5730 </wsdl:output>
5731 </wsdl:operation>
5732 <wsdl:operation name="SetProperties">
5733 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetProperties" style="document" />
5734 <wsdl:input>
5735 <soap12:body use="literal" />
5736 <soap12:header message="tns:SetPropertiesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5737 </wsdl:input>
5738 <wsdl:output>
5739 <soap12:body use="literal" />
5740 <soap12:header message="tns:SetPropertiesServerInfoHeader" part="ServerInfoHeader" use="literal" />
5741 </wsdl:output>
5742 </wsdl:operation>
5743 <wsdl:operation name="GetProperties">
5744 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetProperties" style="document" />
5745 <wsdl:input>
5746 <soap12:body use="literal" />
5747 <soap12:header message="tns:GetPropertiesItemNamespaceHeader" part="ItemNamespaceHeader" use="literal" />
5748 <soap12:header message="tns:GetPropertiesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5749 </wsdl:input>
5750 <wsdl:output>
5751 <soap12:body use="literal" />
5752 <soap12:header message="tns:GetPropertiesServerInfoHeader" part="ServerInfoHeader" use="literal" />
5753 </wsdl:output>
5754 </wsdl:operation>
5755 <wsdl:operation name="SetItemReferences">
5756 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetItemReferences" style="document" />
5757 <wsdl:input>
5758 <soap12:body use="literal" />
5759 <soap12:header message="tns:SetItemReferencesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5760 </wsdl:input>
5761 <wsdl:output>
5762 <soap12:body use="literal" />
5763 <soap12:header message="tns:SetItemReferencesServerInfoHeader" part="ServerInfoHeader" use="literal" />
5764 </wsdl:output>
5765 </wsdl:operation>
5766 <wsdl:operation name="GetItemReferences">
5767 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetItemReferences" style="document" />
5768 <wsdl:input>
5769 <soap12:body use="literal" />
5770 <soap12:header message="tns:GetItemReferencesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5771 </wsdl:input>
5772 <wsdl:output>
5773 <soap12:body use="literal" />
5774 <soap12:header message="tns:GetItemReferencesServerInfoHeader" part="ServerInfoHeader" use="literal" />
5775 </wsdl:output>
5776 </wsdl:operation>
5777 <wsdl:operation name="ListItemTypes">
5778 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListItemTypes" style="document" />
5779 <wsdl:input>
5780 <soap12:body use="literal" />
5781 <soap12:header message="tns:ListItemTypesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5782 </wsdl:input>
5783 <wsdl:output>
5784 <soap12:body use="literal" />
5785 <soap12:header message="tns:ListItemTypesServerInfoHeader" part="ServerInfoHeader" use="literal" />
5786 </wsdl:output>
5787 </wsdl:operation>
5788 <wsdl:operation name="SetSubscriptionProperties">
5789 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetSubscriptionProperties" style="document" />
5790 <wsdl:input>
5791 <soap12:body use="literal" />
5792 <soap12:header message="tns:SetSubscriptionPropertiesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5793 </wsdl:input>
5794 <wsdl:output>
5795 <soap12:body use="literal" />
5796 <soap12:header message="tns:SetSubscriptionPropertiesServerInfoHeader" part="ServerInfoHeader" use="literal" />
5797 </wsdl:output>
5798 </wsdl:operation>
5799 <wsdl:operation name="GetSubscriptionProperties">
5800 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetSubscriptionProperties" style="document" />
5801 <wsdl:input>
5802 <soap12:body use="literal" />
5803 <soap12:header message="tns:GetSubscriptionPropertiesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5804 </wsdl:input>
5805 <wsdl:output>
5806 <soap12:body use="literal" />
5807 <soap12:header message="tns:GetSubscriptionPropertiesServerInfoHeader" part="ServerInfoHeader" use="literal" />
5808 </wsdl:output>
5809 </wsdl:operation>
5810 <wsdl:operation name="SetDataDrivenSubscriptionProperties">
5811 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetDataDrivenSubscriptionProperties" style="document" />
5812 <wsdl:input>
5813 <soap12:body use="literal" />
5814 <soap12:header message="tns:SetDataDrivenSubscriptionPropertiesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5815 </wsdl:input>
5816 <wsdl:output>
5817 <soap12:body use="literal" />
5818 <soap12:header message="tns:SetDataDrivenSubscriptionPropertiesServerInfoHeader" part="ServerInfoHeader" use="literal" />
5819 </wsdl:output>
5820 </wsdl:operation>
5821 <wsdl:operation name="GetDataDrivenSubscriptionProperties">
5822 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetDataDrivenSubscriptionProperties" style="document" />
5823 <wsdl:input>
5824 <soap12:body use="literal" />
5825 <soap12:header message="tns:GetDataDrivenSubscriptionPropertiesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5826 </wsdl:input>
5827 <wsdl:output>
5828 <soap12:body use="literal" />
5829 <soap12:header message="tns:GetDataDrivenSubscriptionPropertiesServerInfoHeader" part="ServerInfoHeader" use="literal" />
5830 </wsdl:output>
5831 </wsdl:operation>
5832 <wsdl:operation name="DeleteSubscription">
5833 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/DeleteSubscription" style="document" />
5834 <wsdl:input>
5835 <soap12:body use="literal" />
5836 <soap12:header message="tns:DeleteSubscriptionTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5837 </wsdl:input>
5838 <wsdl:output>
5839 <soap12:body use="literal" />
5840 <soap12:header message="tns:DeleteSubscriptionServerInfoHeader" part="ServerInfoHeader" use="literal" />
5841 </wsdl:output>
5842 </wsdl:operation>
5843 <wsdl:operation name="CreateSubscription">
5844 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/CreateSubscription" style="document" />
5845 <wsdl:input>
5846 <soap12:body use="literal" />
5847 <soap12:header message="tns:CreateSubscriptionTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5848 </wsdl:input>
5849 <wsdl:output>
5850 <soap12:body use="literal" />
5851 <soap12:header message="tns:CreateSubscriptionServerInfoHeader" part="ServerInfoHeader" use="literal" />
5852 </wsdl:output>
5853 </wsdl:operation>
5854 <wsdl:operation name="CreateDataDrivenSubscription">
5855 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/CreateDataDrivenSubscription" style="document" />
5856 <wsdl:input>
5857 <soap12:body use="literal" />
5858 <soap12:header message="tns:CreateDataDrivenSubscriptionTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5859 </wsdl:input>
5860 <wsdl:output>
5861 <soap12:body use="literal" />
5862 <soap12:header message="tns:CreateDataDrivenSubscriptionServerInfoHeader" part="ServerInfoHeader" use="literal" />
5863 </wsdl:output>
5864 </wsdl:operation>
5865 <wsdl:operation name="GetExtensionSettings">
5866 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetExtensionSettings" style="document" />
5867 <wsdl:input>
5868 <soap12:body use="literal" />
5869 <soap12:header message="tns:GetExtensionSettingsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5870 </wsdl:input>
5871 <wsdl:output>
5872 <soap12:body use="literal" />
5873 <soap12:header message="tns:GetExtensionSettingsServerInfoHeader" part="ServerInfoHeader" use="literal" />
5874 </wsdl:output>
5875 </wsdl:operation>
5876 <wsdl:operation name="ValidateExtensionSettings">
5877 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ValidateExtensionSettings" style="document" />
5878 <wsdl:input>
5879 <soap12:body use="literal" />
5880 <soap12:header message="tns:ValidateExtensionSettingsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5881 </wsdl:input>
5882 <wsdl:output>
5883 <soap12:body use="literal" />
5884 <soap12:header message="tns:ValidateExtensionSettingsServerInfoHeader" part="ServerInfoHeader" use="literal" />
5885 </wsdl:output>
5886 </wsdl:operation>
5887 <wsdl:operation name="ListSubscriptions">
5888 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListSubscriptions" style="document" />
5889 <wsdl:input>
5890 <soap12:body use="literal" />
5891 <soap12:header message="tns:ListSubscriptionsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5892 </wsdl:input>
5893 <wsdl:output>
5894 <soap12:body use="literal" />
5895 <soap12:header message="tns:ListSubscriptionsServerInfoHeader" part="ServerInfoHeader" use="literal" />
5896 </wsdl:output>
5897 </wsdl:operation>
5898 <wsdl:operation name="ListMySubscriptions">
5899 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListMySubscriptions" style="document" />
5900 <wsdl:input>
5901 <soap12:body use="literal" />
5902 <soap12:header message="tns:ListMySubscriptionsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5903 </wsdl:input>
5904 <wsdl:output>
5905 <soap12:body use="literal" />
5906 <soap12:header message="tns:ListMySubscriptionsServerInfoHeader" part="ServerInfoHeader" use="literal" />
5907 </wsdl:output>
5908 </wsdl:operation>
5909 <wsdl:operation name="ListSubscriptionsUsingDataSource">
5910 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListSubscriptionsUsingDataSource" style="document" />
5911 <wsdl:input>
5912 <soap12:body use="literal" />
5913 <soap12:header message="tns:ListSubscriptionsUsingDataSourceTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5914 </wsdl:input>
5915 <wsdl:output>
5916 <soap12:body use="literal" />
5917 <soap12:header message="tns:ListSubscriptionsUsingDataSourceServerInfoHeader" part="ServerInfoHeader" use="literal" />
5918 </wsdl:output>
5919 </wsdl:operation>
5920 <wsdl:operation name="ChangeSubscriptionOwner">
5921 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ChangeSubscriptionOwner" style="document" />
5922 <wsdl:input>
5923 <soap12:body use="literal" />
5924 <soap12:header message="tns:ChangeSubscriptionOwnerTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5925 </wsdl:input>
5926 <wsdl:output>
5927 <soap12:body use="literal" />
5928 <soap12:header message="tns:ChangeSubscriptionOwnerServerInfoHeader" part="ServerInfoHeader" use="literal" />
5929 </wsdl:output>
5930 </wsdl:operation>
5931 <wsdl:operation name="CreateDataSource">
5932 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/CreateDataSource" style="document" />
5933 <wsdl:input>
5934 <soap12:body use="literal" />
5935 <soap12:header message="tns:CreateDataSourceTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5936 </wsdl:input>
5937 <wsdl:output>
5938 <soap12:body use="literal" />
5939 <soap12:header message="tns:CreateDataSourceServerInfoHeader" part="ServerInfoHeader" use="literal" />
5940 </wsdl:output>
5941 </wsdl:operation>
5942 <wsdl:operation name="PrepareQuery">
5943 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/PrepareQuery" style="document" />
5944 <wsdl:input>
5945 <soap12:body use="literal" />
5946 <soap12:header message="tns:PrepareQueryTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5947 </wsdl:input>
5948 <wsdl:output>
5949 <soap12:body use="literal" />
5950 <soap12:header message="tns:PrepareQueryServerInfoHeader" part="ServerInfoHeader" use="literal" />
5951 </wsdl:output>
5952 </wsdl:operation>
5953 <wsdl:operation name="EnableDataSource">
5954 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/EnableDataSource" style="document" />
5955 <wsdl:input>
5956 <soap12:body use="literal" />
5957 <soap12:header message="tns:EnableDataSourceTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5958 </wsdl:input>
5959 <wsdl:output>
5960 <soap12:body use="literal" />
5961 <soap12:header message="tns:EnableDataSourceServerInfoHeader" part="ServerInfoHeader" use="literal" />
5962 </wsdl:output>
5963 </wsdl:operation>
5964 <wsdl:operation name="DisableDataSource">
5965 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/DisableDataSource" style="document" />
5966 <wsdl:input>
5967 <soap12:body use="literal" />
5968 <soap12:header message="tns:DisableDataSourceTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5969 </wsdl:input>
5970 <wsdl:output>
5971 <soap12:body use="literal" />
5972 <soap12:header message="tns:DisableDataSourceServerInfoHeader" part="ServerInfoHeader" use="literal" />
5973 </wsdl:output>
5974 </wsdl:operation>
5975 <wsdl:operation name="SetDataSourceContents">
5976 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetDataSourceContents" style="document" />
5977 <wsdl:input>
5978 <soap12:body use="literal" />
5979 <soap12:header message="tns:SetDataSourceContentsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5980 </wsdl:input>
5981 <wsdl:output>
5982 <soap12:body use="literal" />
5983 <soap12:header message="tns:SetDataSourceContentsServerInfoHeader" part="ServerInfoHeader" use="literal" />
5984 </wsdl:output>
5985 </wsdl:operation>
5986 <wsdl:operation name="GetDataSourceContents">
5987 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetDataSourceContents" style="document" />
5988 <wsdl:input>
5989 <soap12:body use="literal" />
5990 <soap12:header message="tns:GetDataSourceContentsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
5991 </wsdl:input>
5992 <wsdl:output>
5993 <soap12:body use="literal" />
5994 <soap12:header message="tns:GetDataSourceContentsServerInfoHeader" part="ServerInfoHeader" use="literal" />
5995 </wsdl:output>
5996 </wsdl:operation>
5997 <wsdl:operation name="ListDatabaseCredentialRetrievalOptions">
5998 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListDatabaseCredentialRetrievalOptions" style="document" />
5999 <wsdl:input>
6000 <soap12:body use="literal" />
6001 <soap12:header message="tns:ListDatabaseCredentialRetrievalOptionsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6002 </wsdl:input>
6003 <wsdl:output>
6004 <soap12:body use="literal" />
6005 <soap12:header message="tns:ListDatabaseCredentialRetrievalOptionsServerInfoHeader" part="ServerInfoHeader" use="literal" />
6006 </wsdl:output>
6007 </wsdl:operation>
6008 <wsdl:operation name="SetItemDataSources">
6009 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetItemDataSources" style="document" />
6010 <wsdl:input>
6011 <soap12:body use="literal" />
6012 <soap12:header message="tns:SetItemDataSourcesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6013 </wsdl:input>
6014 <wsdl:output>
6015 <soap12:body use="literal" />
6016 <soap12:header message="tns:SetItemDataSourcesServerInfoHeader" part="ServerInfoHeader" use="literal" />
6017 </wsdl:output>
6018 </wsdl:operation>
6019 <wsdl:operation name="GetItemDataSources">
6020 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetItemDataSources" style="document" />
6021 <wsdl:input>
6022 <soap12:body use="literal" />
6023 <soap12:header message="tns:GetItemDataSourcesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6024 </wsdl:input>
6025 <wsdl:output>
6026 <soap12:body use="literal" />
6027 <soap12:header message="tns:GetItemDataSourcesServerInfoHeader" part="ServerInfoHeader" use="literal" />
6028 </wsdl:output>
6029 </wsdl:operation>
6030 <wsdl:operation name="TestConnectForDataSourceDefinition">
6031 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/TestConnectForDataSourceDefinition" style="document" />
6032 <wsdl:input>
6033 <soap12:body use="literal" />
6034 <soap12:header message="tns:TestConnectForDataSourceDefinitionTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6035 </wsdl:input>
6036 <wsdl:output>
6037 <soap12:body use="literal" />
6038 <soap12:header message="tns:TestConnectForDataSourceDefinitionServerInfoHeader" part="ServerInfoHeader" use="literal" />
6039 </wsdl:output>
6040 </wsdl:operation>
6041 <wsdl:operation name="TestConnectForItemDataSource">
6042 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/TestConnectForItemDataSource" style="document" />
6043 <wsdl:input>
6044 <soap12:body use="literal" />
6045 <soap12:header message="tns:TestConnectForItemDataSourceTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6046 </wsdl:input>
6047 <wsdl:output>
6048 <soap12:body use="literal" />
6049 <soap12:header message="tns:TestConnectForItemDataSourceServerInfoHeader" part="ServerInfoHeader" use="literal" />
6050 </wsdl:output>
6051 </wsdl:operation>
6052 <wsdl:operation name="CreateRole">
6053 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/CreateRole" style="document" />
6054 <wsdl:input>
6055 <soap12:body use="literal" />
6056 <soap12:header message="tns:CreateRoleTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6057 </wsdl:input>
6058 <wsdl:output>
6059 <soap12:body use="literal" />
6060 <soap12:header message="tns:CreateRoleServerInfoHeader" part="ServerInfoHeader" use="literal" />
6061 </wsdl:output>
6062 </wsdl:operation>
6063 <wsdl:operation name="SetRoleProperties">
6064 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetRoleProperties" style="document" />
6065 <wsdl:input>
6066 <soap12:body use="literal" />
6067 <soap12:header message="tns:SetRolePropertiesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6068 </wsdl:input>
6069 <wsdl:output>
6070 <soap12:body use="literal" />
6071 <soap12:header message="tns:SetRolePropertiesServerInfoHeader" part="ServerInfoHeader" use="literal" />
6072 </wsdl:output>
6073 </wsdl:operation>
6074 <wsdl:operation name="GetRoleProperties">
6075 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetRoleProperties" style="document" />
6076 <wsdl:input>
6077 <soap12:body use="literal" />
6078 <soap12:header message="tns:GetRolePropertiesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6079 </wsdl:input>
6080 <wsdl:output>
6081 <soap12:body use="literal" />
6082 <soap12:header message="tns:GetRolePropertiesServerInfoHeader" part="ServerInfoHeader" use="literal" />
6083 </wsdl:output>
6084 </wsdl:operation>
6085 <wsdl:operation name="DeleteRole">
6086 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/DeleteRole" style="document" />
6087 <wsdl:input>
6088 <soap12:body use="literal" />
6089 <soap12:header message="tns:DeleteRoleTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6090 </wsdl:input>
6091 <wsdl:output>
6092 <soap12:body use="literal" />
6093 <soap12:header message="tns:DeleteRoleServerInfoHeader" part="ServerInfoHeader" use="literal" />
6094 </wsdl:output>
6095 </wsdl:operation>
6096 <wsdl:operation name="ListRoles">
6097 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListRoles" style="document" />
6098 <wsdl:input>
6099 <soap12:body use="literal" />
6100 <soap12:header message="tns:ListRolesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6101 </wsdl:input>
6102 <wsdl:output>
6103 <soap12:body use="literal" />
6104 <soap12:header message="tns:ListRolesServerInfoHeader" part="ServerInfoHeader" use="literal" />
6105 </wsdl:output>
6106 </wsdl:operation>
6107 <wsdl:operation name="ListTasks">
6108 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListTasks" style="document" />
6109 <wsdl:input>
6110 <soap12:body use="literal" />
6111 <soap12:header message="tns:ListTasksTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6112 </wsdl:input>
6113 <wsdl:output>
6114 <soap12:body use="literal" />
6115 <soap12:header message="tns:ListTasksServerInfoHeader" part="ServerInfoHeader" use="literal" />
6116 </wsdl:output>
6117 </wsdl:operation>
6118 <wsdl:operation name="SetPolicies">
6119 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetPolicies" style="document" />
6120 <wsdl:input>
6121 <soap12:body use="literal" />
6122 <soap12:header message="tns:SetPoliciesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6123 </wsdl:input>
6124 <wsdl:output>
6125 <soap12:body use="literal" />
6126 <soap12:header message="tns:SetPoliciesServerInfoHeader" part="ServerInfoHeader" use="literal" />
6127 </wsdl:output>
6128 </wsdl:operation>
6129 <wsdl:operation name="GetPolicies">
6130 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetPolicies" style="document" />
6131 <wsdl:input>
6132 <soap12:body use="literal" />
6133 <soap12:header message="tns:GetPoliciesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6134 </wsdl:input>
6135 <wsdl:output>
6136 <soap12:body use="literal" />
6137 <soap12:header message="tns:GetPoliciesServerInfoHeader" part="ServerInfoHeader" use="literal" />
6138 </wsdl:output>
6139 </wsdl:operation>
6140 <wsdl:operation name="GetItemDataSourcePrompts">
6141 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetItemDataSourcePrompts" style="document" />
6142 <wsdl:input>
6143 <soap12:body use="literal" />
6144 <soap12:header message="tns:GetItemDataSourcePromptsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6145 </wsdl:input>
6146 <wsdl:output>
6147 <soap12:body use="literal" />
6148 <soap12:header message="tns:GetItemDataSourcePromptsServerInfoHeader" part="ServerInfoHeader" use="literal" />
6149 </wsdl:output>
6150 </wsdl:operation>
6151 <wsdl:operation name="GenerateModel">
6152 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GenerateModel" style="document" />
6153 <wsdl:input>
6154 <soap12:body use="literal" />
6155 <soap12:header message="tns:GenerateModelTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6156 </wsdl:input>
6157 <wsdl:output>
6158 <soap12:body use="literal" />
6159 <soap12:header message="tns:GenerateModelServerInfoHeader" part="ServerInfoHeader" use="literal" />
6160 </wsdl:output>
6161 </wsdl:operation>
6162 <wsdl:operation name="GetModelItemPermissions">
6163 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetModelItemPermissions" style="document" />
6164 <wsdl:input>
6165 <soap12:body use="literal" />
6166 <soap12:header message="tns:GetModelItemPermissionsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6167 </wsdl:input>
6168 <wsdl:output>
6169 <soap12:body use="literal" />
6170 <soap12:header message="tns:GetModelItemPermissionsServerInfoHeader" part="ServerInfoHeader" use="literal" />
6171 </wsdl:output>
6172 </wsdl:operation>
6173 <wsdl:operation name="SetModelItemPolicies">
6174 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetModelItemPolicies" style="document" />
6175 <wsdl:input>
6176 <soap12:body use="literal" />
6177 <soap12:header message="tns:SetModelItemPoliciesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6178 </wsdl:input>
6179 <wsdl:output>
6180 <soap12:body use="literal" />
6181 <soap12:header message="tns:SetModelItemPoliciesServerInfoHeader" part="ServerInfoHeader" use="literal" />
6182 </wsdl:output>
6183 </wsdl:operation>
6184 <wsdl:operation name="GetModelItemPolicies">
6185 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetModelItemPolicies" style="document" />
6186 <wsdl:input>
6187 <soap12:body use="literal" />
6188 <soap12:header message="tns:GetModelItemPoliciesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6189 </wsdl:input>
6190 <wsdl:output>
6191 <soap12:body use="literal" />
6192 <soap12:header message="tns:GetModelItemPoliciesServerInfoHeader" part="ServerInfoHeader" use="literal" />
6193 </wsdl:output>
6194 </wsdl:operation>
6195 <wsdl:operation name="GetUserModel">
6196 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetUserModel" style="document" />
6197 <wsdl:input>
6198 <soap12:body use="literal" />
6199 <soap12:header message="tns:GetUserModelTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6200 </wsdl:input>
6201 <wsdl:output>
6202 <soap12:body use="literal" />
6203 <soap12:header message="tns:GetUserModelServerInfoHeader" part="ServerInfoHeader" use="literal" />
6204 </wsdl:output>
6205 </wsdl:operation>
6206 <wsdl:operation name="InheritModelItemParentSecurity">
6207 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/InheritModelItemParentSecurity" style="document" />
6208 <wsdl:input>
6209 <soap12:body use="literal" />
6210 <soap12:header message="tns:InheritModelItemParentSecurityTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6211 </wsdl:input>
6212 <wsdl:output>
6213 <soap12:body use="literal" />
6214 <soap12:header message="tns:InheritModelItemParentSecurityServerInfoHeader" part="ServerInfoHeader" use="literal" />
6215 </wsdl:output>
6216 </wsdl:operation>
6217 <wsdl:operation name="SetModelDrillthroughReports">
6218 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetModelDrillthroughReports" style="document" />
6219 <wsdl:input>
6220 <soap12:body use="literal" />
6221 <soap12:header message="tns:SetModelDrillthroughReportsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6222 </wsdl:input>
6223 <wsdl:output>
6224 <soap12:body use="literal" />
6225 <soap12:header message="tns:SetModelDrillthroughReportsServerInfoHeader" part="ServerInfoHeader" use="literal" />
6226 </wsdl:output>
6227 </wsdl:operation>
6228 <wsdl:operation name="ListModelDrillthroughReports">
6229 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListModelDrillthroughReports" style="document" />
6230 <wsdl:input>
6231 <soap12:body use="literal" />
6232 <soap12:header message="tns:ListModelDrillthroughReportsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6233 </wsdl:input>
6234 <wsdl:output>
6235 <soap12:body use="literal" />
6236 <soap12:header message="tns:ListModelDrillthroughReportsServerInfoHeader" part="ServerInfoHeader" use="literal" />
6237 </wsdl:output>
6238 </wsdl:operation>
6239 <wsdl:operation name="ListModelItemChildren">
6240 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListModelItemChildren" style="document" />
6241 <wsdl:input>
6242 <soap12:body use="literal" />
6243 <soap12:header message="tns:ListModelItemChildrenTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6244 </wsdl:input>
6245 <wsdl:output>
6246 <soap12:body use="literal" />
6247 <soap12:header message="tns:ListModelItemChildrenServerInfoHeader" part="ServerInfoHeader" use="literal" />
6248 </wsdl:output>
6249 </wsdl:operation>
6250 <wsdl:operation name="ListModelItemTypes">
6251 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListModelItemTypes" style="document" />
6252 <wsdl:input>
6253 <soap12:body use="literal" />
6254 <soap12:header message="tns:ListModelItemTypesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6255 </wsdl:input>
6256 <wsdl:output>
6257 <soap12:body use="literal" />
6258 <soap12:header message="tns:ListModelItemTypesServerInfoHeader" part="ServerInfoHeader" use="literal" />
6259 </wsdl:output>
6260 </wsdl:operation>
6261 <wsdl:operation name="ListModelPerspectives">
6262 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListModelPerspectives" style="document" />
6263 <wsdl:input>
6264 <soap12:body use="literal" />
6265 <soap12:header message="tns:ListModelPerspectivesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6266 </wsdl:input>
6267 <wsdl:output>
6268 <soap12:body use="literal" />
6269 <soap12:header message="tns:ListModelPerspectivesServerInfoHeader" part="ServerInfoHeader" use="literal" />
6270 </wsdl:output>
6271 </wsdl:operation>
6272 <wsdl:operation name="RegenerateModel">
6273 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/RegenerateModel" style="document" />
6274 <wsdl:input>
6275 <soap12:body use="literal" />
6276 <soap12:header message="tns:RegenerateModelTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6277 </wsdl:input>
6278 <wsdl:output>
6279 <soap12:body use="literal" />
6280 <soap12:header message="tns:RegenerateModelServerInfoHeader" part="ServerInfoHeader" use="literal" />
6281 </wsdl:output>
6282 </wsdl:operation>
6283 <wsdl:operation name="RemoveAllModelItemPolicies">
6284 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/RemoveAllModelItemPolicies" style="document" />
6285 <wsdl:input>
6286 <soap12:body use="literal" />
6287 <soap12:header message="tns:RemoveAllModelItemPoliciesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6288 </wsdl:input>
6289 <wsdl:output>
6290 <soap12:body use="literal" />
6291 <soap12:header message="tns:RemoveAllModelItemPoliciesServerInfoHeader" part="ServerInfoHeader" use="literal" />
6292 </wsdl:output>
6293 </wsdl:operation>
6294 <wsdl:operation name="CreateSchedule">
6295 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/CreateSchedule" style="document" />
6296 <wsdl:input>
6297 <soap12:body use="literal" />
6298 <soap12:header message="tns:CreateScheduleTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6299 </wsdl:input>
6300 <wsdl:output>
6301 <soap12:body use="literal" />
6302 <soap12:header message="tns:CreateScheduleServerInfoHeader" part="ServerInfoHeader" use="literal" />
6303 </wsdl:output>
6304 </wsdl:operation>
6305 <wsdl:operation name="DeleteSchedule">
6306 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/DeleteSchedule" style="document" />
6307 <wsdl:input>
6308 <soap12:body use="literal" />
6309 <soap12:header message="tns:DeleteScheduleTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6310 </wsdl:input>
6311 <wsdl:output>
6312 <soap12:body use="literal" />
6313 <soap12:header message="tns:DeleteScheduleServerInfoHeader" part="ServerInfoHeader" use="literal" />
6314 </wsdl:output>
6315 </wsdl:operation>
6316 <wsdl:operation name="ListSchedules">
6317 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListSchedules" style="document" />
6318 <wsdl:input>
6319 <soap12:body use="literal" />
6320 <soap12:header message="tns:ListSchedulesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6321 </wsdl:input>
6322 <wsdl:output>
6323 <soap12:body use="literal" />
6324 <soap12:header message="tns:ListSchedulesServerInfoHeader" part="ServerInfoHeader" use="literal" />
6325 </wsdl:output>
6326 </wsdl:operation>
6327 <wsdl:operation name="GetScheduleProperties">
6328 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetScheduleProperties" style="document" />
6329 <wsdl:input>
6330 <soap12:body use="literal" />
6331 <soap12:header message="tns:GetSchedulePropertiesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6332 </wsdl:input>
6333 <wsdl:output>
6334 <soap12:body use="literal" />
6335 <soap12:header message="tns:GetSchedulePropertiesServerInfoHeader" part="ServerInfoHeader" use="literal" />
6336 </wsdl:output>
6337 </wsdl:operation>
6338 <wsdl:operation name="ListScheduleStates">
6339 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListScheduleStates" style="document" />
6340 <wsdl:input>
6341 <soap12:body use="literal" />
6342 <soap12:header message="tns:ListScheduleStatesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6343 </wsdl:input>
6344 <wsdl:output>
6345 <soap12:body use="literal" />
6346 <soap12:header message="tns:ListScheduleStatesServerInfoHeader" part="ServerInfoHeader" use="literal" />
6347 </wsdl:output>
6348 </wsdl:operation>
6349 <wsdl:operation name="PauseSchedule">
6350 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/PauseSchedule" style="document" />
6351 <wsdl:input>
6352 <soap12:body use="literal" />
6353 <soap12:header message="tns:PauseScheduleTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6354 </wsdl:input>
6355 <wsdl:output>
6356 <soap12:body use="literal" />
6357 <soap12:header message="tns:PauseScheduleServerInfoHeader" part="ServerInfoHeader" use="literal" />
6358 </wsdl:output>
6359 </wsdl:operation>
6360 <wsdl:operation name="ResumeSchedule">
6361 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ResumeSchedule" style="document" />
6362 <wsdl:input>
6363 <soap12:body use="literal" />
6364 <soap12:header message="tns:ResumeScheduleTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6365 </wsdl:input>
6366 <wsdl:output>
6367 <soap12:body use="literal" />
6368 <soap12:header message="tns:ResumeScheduleServerInfoHeader" part="ServerInfoHeader" use="literal" />
6369 </wsdl:output>
6370 </wsdl:operation>
6371 <wsdl:operation name="SetScheduleProperties">
6372 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetScheduleProperties" style="document" />
6373 <wsdl:input>
6374 <soap12:body use="literal" />
6375 <soap12:header message="tns:SetSchedulePropertiesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6376 </wsdl:input>
6377 <wsdl:output>
6378 <soap12:body use="literal" />
6379 <soap12:header message="tns:SetSchedulePropertiesServerInfoHeader" part="ServerInfoHeader" use="literal" />
6380 </wsdl:output>
6381 </wsdl:operation>
6382 <wsdl:operation name="ListScheduledItems">
6383 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListScheduledItems" style="document" />
6384 <wsdl:input>
6385 <soap12:body use="literal" />
6386 <soap12:header message="tns:ListScheduledItemsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6387 </wsdl:input>
6388 <wsdl:output>
6389 <soap12:body use="literal" />
6390 <soap12:header message="tns:ListScheduledItemsServerInfoHeader" part="ServerInfoHeader" use="literal" />
6391 </wsdl:output>
6392 </wsdl:operation>
6393 <wsdl:operation name="SetItemParameters">
6394 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetItemParameters" style="document" />
6395 <wsdl:input>
6396 <soap12:body use="literal" />
6397 <soap12:header message="tns:SetItemParametersTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6398 </wsdl:input>
6399 <wsdl:output>
6400 <soap12:body use="literal" />
6401 <soap12:header message="tns:SetItemParametersServerInfoHeader" part="ServerInfoHeader" use="literal" />
6402 </wsdl:output>
6403 </wsdl:operation>
6404 <wsdl:operation name="GetItemParameters">
6405 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetItemParameters" style="document" />
6406 <wsdl:input>
6407 <soap12:body use="literal" />
6408 <soap12:header message="tns:GetItemParametersTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6409 </wsdl:input>
6410 <wsdl:output>
6411 <soap12:body use="literal" />
6412 <soap12:header message="tns:GetItemParametersServerInfoHeader" part="ServerInfoHeader" use="literal" />
6413 </wsdl:output>
6414 </wsdl:operation>
6415 <wsdl:operation name="ListParameterTypes">
6416 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListParameterTypes" style="document" />
6417 <wsdl:input>
6418 <soap12:body use="literal" />
6419 <soap12:header message="tns:ListParameterTypesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6420 </wsdl:input>
6421 <wsdl:output>
6422 <soap12:body use="literal" />
6423 <soap12:header message="tns:ListParameterTypesServerInfoHeader" part="ServerInfoHeader" use="literal" />
6424 </wsdl:output>
6425 </wsdl:operation>
6426 <wsdl:operation name="ListParameterStates">
6427 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListParameterStates" style="document" />
6428 <wsdl:input>
6429 <soap12:body use="literal" />
6430 <soap12:header message="tns:ListParameterStatesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6431 </wsdl:input>
6432 <wsdl:output>
6433 <soap12:body use="literal" />
6434 <soap12:header message="tns:ListParameterStatesServerInfoHeader" part="ServerInfoHeader" use="literal" />
6435 </wsdl:output>
6436 </wsdl:operation>
6437 <wsdl:operation name="CreateReportEditSession">
6438 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/CreateReportEditSession" style="document" />
6439 <wsdl:input>
6440 <soap12:body use="literal" />
6441 <soap12:header message="tns:CreateReportEditSessionTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6442 </wsdl:input>
6443 <wsdl:output>
6444 <soap12:body use="literal" />
6445 <soap12:header message="tns:CreateReportEditSessionServerInfoHeader" part="ServerInfoHeader" use="literal" />
6446 </wsdl:output>
6447 </wsdl:operation>
6448 <wsdl:operation name="CreateLinkedItem">
6449 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/CreateLinkedItem" style="document" />
6450 <wsdl:input>
6451 <soap12:body use="literal" />
6452 <soap12:header message="tns:CreateLinkedItemTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6453 </wsdl:input>
6454 <wsdl:output>
6455 <soap12:body use="literal" />
6456 <soap12:header message="tns:CreateLinkedItemServerInfoHeader" part="ServerInfoHeader" use="literal" />
6457 </wsdl:output>
6458 </wsdl:operation>
6459 <wsdl:operation name="SetItemLink">
6460 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetItemLink" style="document" />
6461 <wsdl:input>
6462 <soap12:body use="literal" />
6463 <soap12:header message="tns:SetItemLinkTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6464 </wsdl:input>
6465 <wsdl:output>
6466 <soap12:body use="literal" />
6467 <soap12:header message="tns:SetItemLinkServerInfoHeader" part="ServerInfoHeader" use="literal" />
6468 </wsdl:output>
6469 </wsdl:operation>
6470 <wsdl:operation name="GetItemLink">
6471 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetItemLink" style="document" />
6472 <wsdl:input>
6473 <soap12:body use="literal" />
6474 <soap12:header message="tns:GetItemLinkTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6475 </wsdl:input>
6476 <wsdl:output>
6477 <soap12:body use="literal" />
6478 <soap12:header message="tns:GetItemLinkServerInfoHeader" part="ServerInfoHeader" use="literal" />
6479 </wsdl:output>
6480 </wsdl:operation>
6481 <wsdl:operation name="ListExecutionSettings">
6482 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListExecutionSettings" style="document" />
6483 <wsdl:input>
6484 <soap12:body use="literal" />
6485 <soap12:header message="tns:ListExecutionSettingsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6486 </wsdl:input>
6487 <wsdl:output>
6488 <soap12:body use="literal" />
6489 <soap12:header message="tns:ListExecutionSettingsServerInfoHeader" part="ServerInfoHeader" use="literal" />
6490 </wsdl:output>
6491 </wsdl:operation>
6492 <wsdl:operation name="SetExecutionOptions">
6493 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetExecutionOptions" style="document" />
6494 <wsdl:input>
6495 <soap12:body use="literal" />
6496 <soap12:header message="tns:SetExecutionOptionsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6497 </wsdl:input>
6498 <wsdl:output>
6499 <soap12:body use="literal" />
6500 <soap12:header message="tns:SetExecutionOptionsServerInfoHeader" part="ServerInfoHeader" use="literal" />
6501 </wsdl:output>
6502 </wsdl:operation>
6503 <wsdl:operation name="GetExecutionOptions">
6504 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetExecutionOptions" style="document" />
6505 <wsdl:input>
6506 <soap12:body use="literal" />
6507 <soap12:header message="tns:GetExecutionOptionsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6508 </wsdl:input>
6509 <wsdl:output>
6510 <soap12:body use="literal" />
6511 <soap12:header message="tns:GetExecutionOptionsServerInfoHeader" part="ServerInfoHeader" use="literal" />
6512 </wsdl:output>
6513 </wsdl:operation>
6514 <wsdl:operation name="UpdateItemExecutionSnapshot">
6515 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/UpdateItemExecutionSnapshot" style="document" />
6516 <wsdl:input>
6517 <soap12:body use="literal" />
6518 <soap12:header message="tns:UpdateItemExecutionSnapshotTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6519 </wsdl:input>
6520 <wsdl:output>
6521 <soap12:body use="literal" />
6522 <soap12:header message="tns:UpdateItemExecutionSnapshotServerInfoHeader" part="ServerInfoHeader" use="literal" />
6523 </wsdl:output>
6524 </wsdl:operation>
6525 <wsdl:operation name="SetCacheOptions">
6526 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetCacheOptions" style="document" />
6527 <wsdl:input>
6528 <soap12:body use="literal" />
6529 <soap12:header message="tns:SetCacheOptionsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6530 </wsdl:input>
6531 <wsdl:output>
6532 <soap12:body use="literal" />
6533 <soap12:header message="tns:SetCacheOptionsServerInfoHeader" part="ServerInfoHeader" use="literal" />
6534 </wsdl:output>
6535 </wsdl:operation>
6536 <wsdl:operation name="GetCacheOptions">
6537 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetCacheOptions" style="document" />
6538 <wsdl:input>
6539 <soap12:body use="literal" />
6540 <soap12:header message="tns:GetCacheOptionsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6541 </wsdl:input>
6542 <wsdl:output>
6543 <soap12:body use="literal" />
6544 <soap12:header message="tns:GetCacheOptionsServerInfoHeader" part="ServerInfoHeader" use="literal" />
6545 </wsdl:output>
6546 </wsdl:operation>
6547 <wsdl:operation name="FlushCache">
6548 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/FlushCache" style="document" />
6549 <wsdl:input>
6550 <soap12:body use="literal" />
6551 <soap12:header message="tns:FlushCacheTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6552 </wsdl:input>
6553 <wsdl:output>
6554 <soap12:body use="literal" />
6555 <soap12:header message="tns:FlushCacheServerInfoHeader" part="ServerInfoHeader" use="literal" />
6556 </wsdl:output>
6557 </wsdl:operation>
6558 <wsdl:operation name="CreateItemHistorySnapshot">
6559 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/CreateItemHistorySnapshot" style="document" />
6560 <wsdl:input>
6561 <soap12:body use="literal" />
6562 <soap12:header message="tns:CreateItemHistorySnapshotTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6563 </wsdl:input>
6564 <wsdl:output>
6565 <soap12:body use="literal" />
6566 <soap12:header message="tns:CreateItemHistorySnapshotServerInfoHeader" part="ServerInfoHeader" use="literal" />
6567 </wsdl:output>
6568 </wsdl:operation>
6569 <wsdl:operation name="DeleteItemHistorySnapshot">
6570 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/DeleteItemHistorySnapshot" style="document" />
6571 <wsdl:input>
6572 <soap12:body use="literal" />
6573 <soap12:header message="tns:DeleteItemHistorySnapshotTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6574 </wsdl:input>
6575 <wsdl:output>
6576 <soap12:body use="literal" />
6577 <soap12:header message="tns:DeleteItemHistorySnapshotServerInfoHeader" part="ServerInfoHeader" use="literal" />
6578 </wsdl:output>
6579 </wsdl:operation>
6580 <wsdl:operation name="SetItemHistoryLimit">
6581 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetItemHistoryLimit" style="document" />
6582 <wsdl:input>
6583 <soap12:body use="literal" />
6584 <soap12:header message="tns:SetItemHistoryLimitTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6585 </wsdl:input>
6586 <wsdl:output>
6587 <soap12:body use="literal" />
6588 <soap12:header message="tns:SetItemHistoryLimitServerInfoHeader" part="ServerInfoHeader" use="literal" />
6589 </wsdl:output>
6590 </wsdl:operation>
6591 <wsdl:operation name="GetItemHistoryLimit">
6592 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetItemHistoryLimit" style="document" />
6593 <wsdl:input>
6594 <soap12:body use="literal" />
6595 <soap12:header message="tns:GetItemHistoryLimitTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6596 </wsdl:input>
6597 <wsdl:output>
6598 <soap12:body use="literal" />
6599 <soap12:header message="tns:GetItemHistoryLimitServerInfoHeader" part="ServerInfoHeader" use="literal" />
6600 </wsdl:output>
6601 </wsdl:operation>
6602 <wsdl:operation name="SetItemHistoryOptions">
6603 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetItemHistoryOptions" style="document" />
6604 <wsdl:input>
6605 <soap12:body use="literal" />
6606 <soap12:header message="tns:SetItemHistoryOptionsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6607 </wsdl:input>
6608 <wsdl:output>
6609 <soap12:body use="literal" />
6610 <soap12:header message="tns:SetItemHistoryOptionsServerInfoHeader" part="ServerInfoHeader" use="literal" />
6611 </wsdl:output>
6612 </wsdl:operation>
6613 <wsdl:operation name="GetItemHistoryOptions">
6614 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetItemHistoryOptions" style="document" />
6615 <wsdl:input>
6616 <soap12:body use="literal" />
6617 <soap12:header message="tns:GetItemHistoryOptionsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6618 </wsdl:input>
6619 <wsdl:output>
6620 <soap12:body use="literal" />
6621 <soap12:header message="tns:GetItemHistoryOptionsServerInfoHeader" part="ServerInfoHeader" use="literal" />
6622 </wsdl:output>
6623 </wsdl:operation>
6624 <wsdl:operation name="GetReportServerConfigInfo">
6625 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetReportServerConfigInfo" style="document" />
6626 <wsdl:input>
6627 <soap12:body use="literal" />
6628 <soap12:header message="tns:GetReportServerConfigInfoTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6629 </wsdl:input>
6630 <wsdl:output>
6631 <soap12:body use="literal" />
6632 <soap12:header message="tns:GetReportServerConfigInfoServerInfoHeader" part="ServerInfoHeader" use="literal" />
6633 </wsdl:output>
6634 </wsdl:operation>
6635 <wsdl:operation name="IsSSLRequired">
6636 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/IsSSLRequired" style="document" />
6637 <wsdl:input>
6638 <soap12:body use="literal" />
6639 <soap12:header message="tns:IsSSLRequiredTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6640 </wsdl:input>
6641 <wsdl:output>
6642 <soap12:body use="literal" />
6643 <soap12:header message="tns:IsSSLRequiredServerInfoHeader" part="ServerInfoHeader" use="literal" />
6644 </wsdl:output>
6645 </wsdl:operation>
6646 <wsdl:operation name="SetSystemProperties">
6647 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetSystemProperties" style="document" />
6648 <wsdl:input>
6649 <soap12:body use="literal" />
6650 <soap12:header message="tns:SetSystemPropertiesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6651 </wsdl:input>
6652 <wsdl:output>
6653 <soap12:body use="literal" />
6654 <soap12:header message="tns:SetSystemPropertiesServerInfoHeader" part="ServerInfoHeader" use="literal" />
6655 </wsdl:output>
6656 </wsdl:operation>
6657 <wsdl:operation name="GetSystemProperties">
6658 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetSystemProperties" style="document" />
6659 <wsdl:input>
6660 <soap12:body use="literal" />
6661 <soap12:header message="tns:GetSystemPropertiesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6662 </wsdl:input>
6663 <wsdl:output>
6664 <soap12:body use="literal" />
6665 <soap12:header message="tns:GetSystemPropertiesServerInfoHeader" part="ServerInfoHeader" use="literal" />
6666 </wsdl:output>
6667 </wsdl:operation>
6668 <wsdl:operation name="SetSystemPolicies">
6669 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetSystemPolicies" style="document" />
6670 <wsdl:input>
6671 <soap12:body use="literal" />
6672 <soap12:header message="tns:SetSystemPoliciesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6673 </wsdl:input>
6674 <wsdl:output>
6675 <soap12:body use="literal" />
6676 <soap12:header message="tns:SetSystemPoliciesServerInfoHeader" part="ServerInfoHeader" use="literal" />
6677 </wsdl:output>
6678 </wsdl:operation>
6679 <wsdl:operation name="GetSystemPolicies">
6680 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetSystemPolicies" style="document" />
6681 <wsdl:input>
6682 <soap12:body use="literal" />
6683 <soap12:header message="tns:GetSystemPoliciesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6684 </wsdl:input>
6685 <wsdl:output>
6686 <soap12:body use="literal" />
6687 <soap12:header message="tns:GetSystemPoliciesServerInfoHeader" part="ServerInfoHeader" use="literal" />
6688 </wsdl:output>
6689 </wsdl:operation>
6690 <wsdl:operation name="ListExtensions">
6691 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListExtensions" style="document" />
6692 <wsdl:input>
6693 <soap12:body use="literal" />
6694 <soap12:header message="tns:ListExtensionsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6695 </wsdl:input>
6696 <wsdl:output>
6697 <soap12:body use="literal" />
6698 <soap12:header message="tns:ListExtensionsServerInfoHeader" part="ServerInfoHeader" use="literal" />
6699 </wsdl:output>
6700 </wsdl:operation>
6701 <wsdl:operation name="ListExtensionTypes">
6702 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListExtensionTypes" style="document" />
6703 <wsdl:input>
6704 <soap12:body use="literal" />
6705 <soap12:header message="tns:ListExtensionTypesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6706 </wsdl:input>
6707 <wsdl:output>
6708 <soap12:body use="literal" />
6709 <soap12:header message="tns:ListExtensionTypesServerInfoHeader" part="ServerInfoHeader" use="literal" />
6710 </wsdl:output>
6711 </wsdl:operation>
6712 <wsdl:operation name="ListEvents">
6713 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListEvents" style="document" />
6714 <wsdl:input>
6715 <soap12:body use="literal" />
6716 <soap12:header message="tns:ListEventsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6717 </wsdl:input>
6718 <wsdl:output>
6719 <soap12:body use="literal" />
6720 <soap12:header message="tns:ListEventsServerInfoHeader" part="ServerInfoHeader" use="literal" />
6721 </wsdl:output>
6722 </wsdl:operation>
6723 <wsdl:operation name="FireEvent">
6724 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/FireEvent" style="document" />
6725 <wsdl:input>
6726 <soap12:body use="literal" />
6727 <soap12:header message="tns:FireEventTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6728 </wsdl:input>
6729 <wsdl:output>
6730 <soap12:body use="literal" />
6731 <soap12:header message="tns:FireEventServerInfoHeader" part="ServerInfoHeader" use="literal" />
6732 </wsdl:output>
6733 </wsdl:operation>
6734 <wsdl:operation name="ListJobs">
6735 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListJobs" style="document" />
6736 <wsdl:input>
6737 <soap12:body use="literal" />
6738 <soap12:header message="tns:ListJobsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6739 </wsdl:input>
6740 <wsdl:output>
6741 <soap12:body use="literal" />
6742 <soap12:header message="tns:ListJobsServerInfoHeader" part="ServerInfoHeader" use="literal" />
6743 </wsdl:output>
6744 </wsdl:operation>
6745 <wsdl:operation name="ListJobTypes">
6746 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListJobTypes" style="document" />
6747 <wsdl:input>
6748 <soap12:body use="literal" />
6749 <soap12:header message="tns:ListJobTypesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6750 </wsdl:input>
6751 <wsdl:output>
6752 <soap12:body use="literal" />
6753 <soap12:header message="tns:ListJobTypesServerInfoHeader" part="ServerInfoHeader" use="literal" />
6754 </wsdl:output>
6755 </wsdl:operation>
6756 <wsdl:operation name="ListJobActions">
6757 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListJobActions" style="document" />
6758 <wsdl:input>
6759 <soap12:body use="literal" />
6760 <soap12:header message="tns:ListJobActionsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6761 </wsdl:input>
6762 <wsdl:output>
6763 <soap12:body use="literal" />
6764 <soap12:header message="tns:ListJobActionsServerInfoHeader" part="ServerInfoHeader" use="literal" />
6765 </wsdl:output>
6766 </wsdl:operation>
6767 <wsdl:operation name="ListJobStates">
6768 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListJobStates" style="document" />
6769 <wsdl:input>
6770 <soap12:body use="literal" />
6771 <soap12:header message="tns:ListJobStatesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6772 </wsdl:input>
6773 <wsdl:output>
6774 <soap12:body use="literal" />
6775 <soap12:header message="tns:ListJobStatesServerInfoHeader" part="ServerInfoHeader" use="literal" />
6776 </wsdl:output>
6777 </wsdl:operation>
6778 <wsdl:operation name="CancelJob">
6779 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/CancelJob" style="document" />
6780 <wsdl:input>
6781 <soap12:body use="literal" />
6782 <soap12:header message="tns:CancelJobTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6783 </wsdl:input>
6784 <wsdl:output>
6785 <soap12:body use="literal" />
6786 <soap12:header message="tns:CancelJobServerInfoHeader" part="ServerInfoHeader" use="literal" />
6787 </wsdl:output>
6788 </wsdl:operation>
6789 <wsdl:operation name="CreateCacheRefreshPlan">
6790 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/CreateCacheRefreshPlan" style="document" />
6791 <wsdl:input>
6792 <soap12:body use="literal" />
6793 <soap12:header message="tns:CreateCacheRefreshPlanTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6794 </wsdl:input>
6795 <wsdl:output>
6796 <soap12:body use="literal" />
6797 <soap12:header message="tns:CreateCacheRefreshPlanServerInfoHeader" part="ServerInfoHeader" use="literal" />
6798 </wsdl:output>
6799 </wsdl:operation>
6800 <wsdl:operation name="SetCacheRefreshPlanProperties">
6801 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetCacheRefreshPlanProperties" style="document" />
6802 <wsdl:input>
6803 <soap12:body use="literal" />
6804 <soap12:header message="tns:SetCacheRefreshPlanPropertiesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6805 </wsdl:input>
6806 <wsdl:output>
6807 <soap12:body use="literal" />
6808 <soap12:header message="tns:SetCacheRefreshPlanPropertiesServerInfoHeader" part="ServerInfoHeader" use="literal" />
6809 </wsdl:output>
6810 </wsdl:operation>
6811 <wsdl:operation name="GetCacheRefreshPlanProperties">
6812 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetCacheRefreshPlanProperties" style="document" />
6813 <wsdl:input>
6814 <soap12:body use="literal" />
6815 <soap12:header message="tns:GetCacheRefreshPlanPropertiesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6816 </wsdl:input>
6817 <wsdl:output>
6818 <soap12:body use="literal" />
6819 <soap12:header message="tns:GetCacheRefreshPlanPropertiesServerInfoHeader" part="ServerInfoHeader" use="literal" />
6820 </wsdl:output>
6821 </wsdl:operation>
6822 <wsdl:operation name="DeleteCacheRefreshPlan">
6823 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/DeleteCacheRefreshPlan" style="document" />
6824 <wsdl:input>
6825 <soap12:body use="literal" />
6826 <soap12:header message="tns:DeleteCacheRefreshPlanTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6827 </wsdl:input>
6828 <wsdl:output>
6829 <soap12:body use="literal" />
6830 <soap12:header message="tns:DeleteCacheRefreshPlanServerInfoHeader" part="ServerInfoHeader" use="literal" />
6831 </wsdl:output>
6832 </wsdl:operation>
6833 <wsdl:operation name="ListCacheRefreshPlans">
6834 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListCacheRefreshPlans" style="document" />
6835 <wsdl:input>
6836 <soap12:body use="literal" />
6837 <soap12:header message="tns:ListCacheRefreshPlansTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6838 </wsdl:input>
6839 <wsdl:output>
6840 <soap12:body use="literal" />
6841 <soap12:header message="tns:ListCacheRefreshPlansServerInfoHeader" part="ServerInfoHeader" use="literal" />
6842 </wsdl:output>
6843 </wsdl:operation>
6844 <wsdl:operation name="LogonUser">
6845 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/LogonUser" style="document" />
6846 <wsdl:input>
6847 <soap12:body use="literal" />
6848 <soap12:header message="tns:LogonUserTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6849 </wsdl:input>
6850 <wsdl:output>
6851 <soap12:body use="literal" />
6852 <soap12:header message="tns:LogonUserServerInfoHeader" part="ServerInfoHeader" use="literal" />
6853 </wsdl:output>
6854 </wsdl:operation>
6855 <wsdl:operation name="Logoff">
6856 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/Logoff" style="document" />
6857 <wsdl:input>
6858 <soap12:body use="literal" />
6859 <soap12:header message="tns:LogoffTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6860 </wsdl:input>
6861 <wsdl:output>
6862 <soap12:body use="literal" />
6863 <soap12:header message="tns:LogoffServerInfoHeader" part="ServerInfoHeader" use="literal" />
6864 </wsdl:output>
6865 </wsdl:operation>
6866 <wsdl:operation name="GetPermissions">
6867 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetPermissions" style="document" />
6868 <wsdl:input>
6869 <soap12:body use="literal" />
6870 <soap12:header message="tns:GetPermissionsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6871 </wsdl:input>
6872 <wsdl:output>
6873 <soap12:body use="literal" />
6874 <soap12:header message="tns:GetPermissionsServerInfoHeader" part="ServerInfoHeader" use="literal" />
6875 </wsdl:output>
6876 </wsdl:operation>
6877 <wsdl:operation name="GetSystemPermissions">
6878 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetSystemPermissions" style="document" />
6879 <wsdl:input>
6880 <soap12:body use="literal" />
6881 <soap12:header message="tns:GetSystemPermissionsTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6882 </wsdl:input>
6883 <wsdl:output>
6884 <soap12:body use="literal" />
6885 <soap12:header message="tns:GetSystemPermissionsServerInfoHeader" part="ServerInfoHeader" use="literal" />
6886 </wsdl:output>
6887 </wsdl:operation>
6888 <wsdl:operation name="ListSecurityScopes">
6889 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListSecurityScopes" style="document" />
6890 <wsdl:input>
6891 <soap12:body use="literal" />
6892 <soap12:header message="tns:ListSecurityScopesTrustedUserHeader" part="TrustedUserHeader" use="literal" />
6893 </wsdl:input>
6894 <wsdl:output>
6895 <soap12:body use="literal" />
6896 <soap12:header message="tns:ListSecurityScopesServerInfoHeader" part="ServerInfoHeader" use="literal" />
6897 </wsdl:output>
6898 </wsdl:operation>
6899 </wsdl:binding>
6900 <wsdl:service name="ReportingService2010">
6901 <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">The Reporting Services Web Service enables you to manage a report server and its contents including server settings, security, reports, subscriptions, and data sources.</wsdl:documentation>
6902 <wsdl:port name="ReportingService2010Soap" binding="tns:ReportingService2010Soap">
6903 <soap:address location="http://localhost:80/ReportServer_SQL2008/ReportService2010.asmx" />
6904 </wsdl:port>
6905 <wsdl:port name="ReportingService2010Soap12" binding="tns:ReportingService2010Soap12">
6906 <soap12:address location="http://localhost:80/ReportServer_SQL2008/ReportService2010.asmx" />
6907 </wsdl:port>
6908 </wsdl:service>
6909 </wsdl:definitions>