Mercurial > silverbladetech
comparison SSRS/SSRS.Services/Service References/ReportExecutionServiceReference/ReportExecution2005.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/2005/06/30/reporting/reportingservices" 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/2005/06/30/reporting/reportingservices" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> | |
3 <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">The Reporting Services Execution Service enables report execution</wsdl:documentation> | |
4 <wsdl:types> | |
5 <s:schema elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices"> | |
6 <s:element name="ListSecureMethods"> | |
7 <s:complexType /> | |
8 </s:element> | |
9 <s:element name="ListSecureMethodsResponse"> | |
10 <s:complexType> | |
11 <s:sequence> | |
12 <s:element minOccurs="0" maxOccurs="1" name="ListSecureMethodsResult" type="tns:ArrayOfString" /> | |
13 </s:sequence> | |
14 </s:complexType> | |
15 </s:element> | |
16 <s:complexType name="ArrayOfString"> | |
17 <s:sequence> | |
18 <s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" /> | |
19 </s:sequence> | |
20 </s:complexType> | |
21 <s:element name="TrustedUserHeader" type="tns:TrustedUserHeader" /> | |
22 <s:complexType name="TrustedUserHeader"> | |
23 <s:sequence> | |
24 <s:element minOccurs="0" maxOccurs="1" name="UserName" type="s:string" /> | |
25 <s:element minOccurs="0" maxOccurs="1" name="UserToken" type="s:base64Binary" /> | |
26 </s:sequence> | |
27 <s:anyAttribute /> | |
28 </s:complexType> | |
29 <s:element name="ServerInfoHeader" type="tns:ServerInfoHeader" /> | |
30 <s:complexType name="ServerInfoHeader"> | |
31 <s:sequence> | |
32 <s:element minOccurs="0" maxOccurs="1" name="ReportServerVersionNumber" type="s:string" /> | |
33 <s:element minOccurs="0" maxOccurs="1" name="ReportServerEdition" type="s:string" /> | |
34 <s:element minOccurs="0" maxOccurs="1" name="ReportServerVersion" type="s:string" /> | |
35 <s:element minOccurs="0" maxOccurs="1" name="ReportServerDateTime" type="s:string" /> | |
36 </s:sequence> | |
37 <s:anyAttribute /> | |
38 </s:complexType> | |
39 <s:element name="LoadReport"> | |
40 <s:complexType> | |
41 <s:sequence> | |
42 <s:element minOccurs="0" maxOccurs="1" name="Report" type="s:string" /> | |
43 <s:element minOccurs="0" maxOccurs="1" name="HistoryID" type="s:string" /> | |
44 </s:sequence> | |
45 </s:complexType> | |
46 </s:element> | |
47 <s:element name="LoadReportResponse"> | |
48 <s:complexType> | |
49 <s:sequence> | |
50 <s:element minOccurs="0" maxOccurs="1" name="executionInfo" type="tns:ExecutionInfo" /> | |
51 </s:sequence> | |
52 </s:complexType> | |
53 </s:element> | |
54 <s:complexType name="ExecutionInfo"> | |
55 <s:sequence> | |
56 <s:element minOccurs="1" maxOccurs="1" name="HasSnapshot" type="s:boolean" /> | |
57 <s:element minOccurs="1" maxOccurs="1" name="NeedsProcessing" type="s:boolean" /> | |
58 <s:element minOccurs="1" maxOccurs="1" name="AllowQueryExecution" type="s:boolean" /> | |
59 <s:element minOccurs="1" maxOccurs="1" name="CredentialsRequired" type="s:boolean" /> | |
60 <s:element minOccurs="1" maxOccurs="1" name="ParametersRequired" type="s:boolean" /> | |
61 <s:element minOccurs="1" maxOccurs="1" name="ExpirationDateTime" type="s:dateTime" /> | |
62 <s:element minOccurs="1" maxOccurs="1" name="ExecutionDateTime" type="s:dateTime" /> | |
63 <s:element minOccurs="1" maxOccurs="1" name="NumPages" type="s:int" /> | |
64 <s:element minOccurs="0" maxOccurs="1" name="Parameters" type="tns:ArrayOfReportParameter" /> | |
65 <s:element minOccurs="0" maxOccurs="1" name="DataSourcePrompts" type="tns:ArrayOfDataSourcePrompt" /> | |
66 <s:element minOccurs="1" maxOccurs="1" name="HasDocumentMap" type="s:boolean" /> | |
67 <s:element minOccurs="0" maxOccurs="1" name="ExecutionID" type="s:string" /> | |
68 <s:element minOccurs="0" maxOccurs="1" name="ReportPath" type="s:string" /> | |
69 <s:element minOccurs="0" maxOccurs="1" name="HistoryID" type="s:string" /> | |
70 <s:element minOccurs="0" maxOccurs="1" name="ReportPageSettings" type="tns:PageSettings" /> | |
71 <s:element minOccurs="1" maxOccurs="1" name="AutoRefreshInterval" type="s:int" /> | |
72 </s:sequence> | |
73 </s:complexType> | |
74 <s:complexType name="ArrayOfReportParameter"> | |
75 <s:sequence> | |
76 <s:element minOccurs="0" maxOccurs="unbounded" name="ReportParameter" nillable="true" type="tns:ReportParameter" /> | |
77 </s:sequence> | |
78 </s:complexType> | |
79 <s:complexType name="ReportParameter"> | |
80 <s:sequence> | |
81 <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" /> | |
82 <s:element minOccurs="0" maxOccurs="1" name="Type" type="tns:ParameterTypeEnum" /> | |
83 <s:element minOccurs="0" maxOccurs="1" name="Nullable" type="s:boolean" /> | |
84 <s:element minOccurs="0" maxOccurs="1" name="AllowBlank" type="s:boolean" /> | |
85 <s:element minOccurs="0" maxOccurs="1" name="MultiValue" type="s:boolean" /> | |
86 <s:element minOccurs="0" maxOccurs="1" name="QueryParameter" type="s:boolean" /> | |
87 <s:element minOccurs="0" maxOccurs="1" name="Prompt" type="s:string" /> | |
88 <s:element minOccurs="0" maxOccurs="1" name="PromptUser" type="s:boolean" /> | |
89 <s:element minOccurs="0" maxOccurs="1" name="Dependencies" type="tns:ArrayOfString1" /> | |
90 <s:element minOccurs="0" maxOccurs="1" name="ValidValuesQueryBased" type="s:boolean" /> | |
91 <s:element minOccurs="0" maxOccurs="1" name="ValidValues" type="tns:ArrayOfValidValue" /> | |
92 <s:element minOccurs="0" maxOccurs="1" name="DefaultValuesQueryBased" type="s:boolean" /> | |
93 <s:element minOccurs="0" maxOccurs="1" name="DefaultValues" type="tns:ArrayOfString2" /> | |
94 <s:element minOccurs="0" maxOccurs="1" name="State" type="tns:ParameterStateEnum" /> | |
95 <s:element minOccurs="0" maxOccurs="1" name="ErrorMessage" type="s:string" /> | |
96 </s:sequence> | |
97 </s:complexType> | |
98 <s:simpleType name="ParameterTypeEnum"> | |
99 <s:restriction base="s:string"> | |
100 <s:enumeration value="Boolean" /> | |
101 <s:enumeration value="DateTime" /> | |
102 <s:enumeration value="Integer" /> | |
103 <s:enumeration value="Float" /> | |
104 <s:enumeration value="String" /> | |
105 </s:restriction> | |
106 </s:simpleType> | |
107 <s:complexType name="ArrayOfString1"> | |
108 <s:sequence> | |
109 <s:element minOccurs="0" maxOccurs="unbounded" name="Dependency" nillable="true" type="s:string" /> | |
110 </s:sequence> | |
111 </s:complexType> | |
112 <s:complexType name="ArrayOfValidValue"> | |
113 <s:sequence> | |
114 <s:element minOccurs="0" maxOccurs="unbounded" name="ValidValue" nillable="true" type="tns:ValidValue" /> | |
115 </s:sequence> | |
116 </s:complexType> | |
117 <s:complexType name="ValidValue"> | |
118 <s:sequence> | |
119 <s:element minOccurs="0" maxOccurs="1" name="Label" type="s:string" /> | |
120 <s:element minOccurs="0" maxOccurs="1" name="Value" type="s:string" /> | |
121 </s:sequence> | |
122 </s:complexType> | |
123 <s:complexType name="ArrayOfString2"> | |
124 <s:sequence> | |
125 <s:element minOccurs="0" maxOccurs="unbounded" name="Value" nillable="true" type="s:string" /> | |
126 </s:sequence> | |
127 </s:complexType> | |
128 <s:simpleType name="ParameterStateEnum"> | |
129 <s:restriction base="s:string"> | |
130 <s:enumeration value="HasValidValue" /> | |
131 <s:enumeration value="MissingValidValue" /> | |
132 <s:enumeration value="HasOutstandingDependencies" /> | |
133 <s:enumeration value="DynamicValuesUnavailable" /> | |
134 </s:restriction> | |
135 </s:simpleType> | |
136 <s:complexType name="ArrayOfDataSourcePrompt"> | |
137 <s:sequence> | |
138 <s:element minOccurs="0" maxOccurs="unbounded" name="DataSourcePrompt" nillable="true" type="tns:DataSourcePrompt" /> | |
139 </s:sequence> | |
140 </s:complexType> | |
141 <s:complexType name="DataSourcePrompt"> | |
142 <s:sequence> | |
143 <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" /> | |
144 <s:element minOccurs="0" maxOccurs="1" name="DataSourceID" type="s:string" /> | |
145 <s:element minOccurs="0" maxOccurs="1" name="Prompt" type="s:string" /> | |
146 </s:sequence> | |
147 </s:complexType> | |
148 <s:complexType name="PageSettings"> | |
149 <s:sequence> | |
150 <s:element minOccurs="0" maxOccurs="1" name="PaperSize" type="tns:ReportPaperSize" /> | |
151 <s:element minOccurs="0" maxOccurs="1" name="Margins" type="tns:ReportMargins" /> | |
152 </s:sequence> | |
153 </s:complexType> | |
154 <s:complexType name="ReportPaperSize"> | |
155 <s:sequence> | |
156 <s:element minOccurs="1" maxOccurs="1" name="Height" type="s:double" /> | |
157 <s:element minOccurs="1" maxOccurs="1" name="Width" type="s:double" /> | |
158 </s:sequence> | |
159 </s:complexType> | |
160 <s:complexType name="ReportMargins"> | |
161 <s:sequence> | |
162 <s:element minOccurs="1" maxOccurs="1" name="Top" type="s:double" /> | |
163 <s:element minOccurs="1" maxOccurs="1" name="Bottom" type="s:double" /> | |
164 <s:element minOccurs="1" maxOccurs="1" name="Left" type="s:double" /> | |
165 <s:element minOccurs="1" maxOccurs="1" name="Right" type="s:double" /> | |
166 </s:sequence> | |
167 </s:complexType> | |
168 <s:element name="ExecutionHeader" type="tns:ExecutionHeader" /> | |
169 <s:complexType name="ExecutionHeader"> | |
170 <s:sequence> | |
171 <s:element minOccurs="0" maxOccurs="1" name="ExecutionID" type="s:string" /> | |
172 </s:sequence> | |
173 <s:anyAttribute /> | |
174 </s:complexType> | |
175 <s:element name="LoadReport2"> | |
176 <s:complexType> | |
177 <s:sequence> | |
178 <s:element minOccurs="0" maxOccurs="1" name="Report" type="s:string" /> | |
179 <s:element minOccurs="0" maxOccurs="1" name="HistoryID" type="s:string" /> | |
180 </s:sequence> | |
181 </s:complexType> | |
182 </s:element> | |
183 <s:element name="LoadReport2Response"> | |
184 <s:complexType> | |
185 <s:sequence> | |
186 <s:element minOccurs="0" maxOccurs="1" name="executionInfo" type="tns:ExecutionInfo2" /> | |
187 </s:sequence> | |
188 </s:complexType> | |
189 </s:element> | |
190 <s:complexType name="ExecutionInfo2"> | |
191 <s:complexContent mixed="false"> | |
192 <s:extension base="tns:ExecutionInfo"> | |
193 <s:sequence> | |
194 <s:element minOccurs="1" maxOccurs="1" name="PageCountMode" type="tns:PageCountMode" /> | |
195 </s:sequence> | |
196 </s:extension> | |
197 </s:complexContent> | |
198 </s:complexType> | |
199 <s:simpleType name="PageCountMode"> | |
200 <s:restriction base="s:string"> | |
201 <s:enumeration value="Actual" /> | |
202 <s:enumeration value="Estimate" /> | |
203 </s:restriction> | |
204 </s:simpleType> | |
205 <s:element name="LoadReportDefinition"> | |
206 <s:complexType> | |
207 <s:sequence> | |
208 <s:element minOccurs="0" maxOccurs="1" name="Definition" type="s:base64Binary" /> | |
209 </s:sequence> | |
210 </s:complexType> | |
211 </s:element> | |
212 <s:element name="LoadReportDefinitionResponse"> | |
213 <s:complexType> | |
214 <s:sequence> | |
215 <s:element minOccurs="0" maxOccurs="1" name="executionInfo" type="tns:ExecutionInfo" /> | |
216 <s:element minOccurs="0" maxOccurs="1" name="warnings" type="tns:ArrayOfWarning" /> | |
217 </s:sequence> | |
218 </s:complexType> | |
219 </s:element> | |
220 <s:complexType name="ArrayOfWarning"> | |
221 <s:sequence> | |
222 <s:element minOccurs="0" maxOccurs="unbounded" name="Warning" nillable="true" type="tns:Warning" /> | |
223 </s:sequence> | |
224 </s:complexType> | |
225 <s:complexType name="Warning"> | |
226 <s:sequence> | |
227 <s:element minOccurs="0" maxOccurs="1" name="Code" type="s:string" /> | |
228 <s:element minOccurs="0" maxOccurs="1" name="Severity" type="s:string" /> | |
229 <s:element minOccurs="0" maxOccurs="1" name="ObjectName" type="s:string" /> | |
230 <s:element minOccurs="0" maxOccurs="1" name="ObjectType" type="s:string" /> | |
231 <s:element minOccurs="0" maxOccurs="1" name="Message" type="s:string" /> | |
232 </s:sequence> | |
233 </s:complexType> | |
234 <s:element name="LoadReportDefinition2"> | |
235 <s:complexType> | |
236 <s:sequence> | |
237 <s:element minOccurs="0" maxOccurs="1" name="Definition" type="s:base64Binary" /> | |
238 </s:sequence> | |
239 </s:complexType> | |
240 </s:element> | |
241 <s:element name="LoadReportDefinition2Response"> | |
242 <s:complexType> | |
243 <s:sequence> | |
244 <s:element minOccurs="0" maxOccurs="1" name="executionInfo" type="tns:ExecutionInfo2" /> | |
245 <s:element minOccurs="0" maxOccurs="1" name="warnings" type="tns:ArrayOfWarning" /> | |
246 </s:sequence> | |
247 </s:complexType> | |
248 </s:element> | |
249 <s:element name="SetExecutionCredentials"> | |
250 <s:complexType> | |
251 <s:sequence> | |
252 <s:element minOccurs="0" maxOccurs="1" name="Credentials" type="tns:ArrayOfDataSourceCredentials" /> | |
253 </s:sequence> | |
254 </s:complexType> | |
255 </s:element> | |
256 <s:complexType name="ArrayOfDataSourceCredentials"> | |
257 <s:sequence> | |
258 <s:element minOccurs="0" maxOccurs="unbounded" name="DataSourceCredentials" nillable="true" type="tns:DataSourceCredentials" /> | |
259 </s:sequence> | |
260 </s:complexType> | |
261 <s:complexType name="DataSourceCredentials"> | |
262 <s:sequence> | |
263 <s:element minOccurs="0" maxOccurs="1" name="DataSourceName" type="s:string" /> | |
264 <s:element minOccurs="0" maxOccurs="1" name="UserName" type="s:string" /> | |
265 <s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" /> | |
266 </s:sequence> | |
267 </s:complexType> | |
268 <s:element name="SetExecutionCredentialsResponse"> | |
269 <s:complexType> | |
270 <s:sequence> | |
271 <s:element minOccurs="0" maxOccurs="1" name="executionInfo" type="tns:ExecutionInfo" /> | |
272 </s:sequence> | |
273 </s:complexType> | |
274 </s:element> | |
275 <s:element name="SetExecutionCredentials2"> | |
276 <s:complexType> | |
277 <s:sequence> | |
278 <s:element minOccurs="0" maxOccurs="1" name="Credentials" type="tns:ArrayOfDataSourceCredentials" /> | |
279 </s:sequence> | |
280 </s:complexType> | |
281 </s:element> | |
282 <s:element name="SetExecutionCredentials2Response"> | |
283 <s:complexType> | |
284 <s:sequence> | |
285 <s:element minOccurs="0" maxOccurs="1" name="executionInfo" type="tns:ExecutionInfo2" /> | |
286 </s:sequence> | |
287 </s:complexType> | |
288 </s:element> | |
289 <s:element name="SetExecutionParameters"> | |
290 <s:complexType> | |
291 <s:sequence> | |
292 <s:element minOccurs="0" maxOccurs="1" name="Parameters" type="tns:ArrayOfParameterValue" /> | |
293 <s:element minOccurs="0" maxOccurs="1" name="ParameterLanguage" type="s:string" /> | |
294 </s:sequence> | |
295 </s:complexType> | |
296 </s:element> | |
297 <s:complexType name="ArrayOfParameterValue"> | |
298 <s:sequence> | |
299 <s:element minOccurs="0" maxOccurs="unbounded" name="ParameterValue" nillable="true" type="tns:ParameterValue" /> | |
300 </s:sequence> | |
301 </s:complexType> | |
302 <s:complexType name="ParameterValue"> | |
303 <s:complexContent mixed="false"> | |
304 <s:extension base="tns:ParameterValueOrFieldReference"> | |
305 <s:sequence> | |
306 <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" /> | |
307 <s:element minOccurs="0" maxOccurs="1" name="Value" type="s:string" /> | |
308 <s:element minOccurs="0" maxOccurs="1" name="Label" type="s:string" /> | |
309 </s:sequence> | |
310 </s:extension> | |
311 </s:complexContent> | |
312 </s:complexType> | |
313 <s:complexType name="ParameterValueOrFieldReference" /> | |
314 <s:element name="SetExecutionParametersResponse"> | |
315 <s:complexType> | |
316 <s:sequence> | |
317 <s:element minOccurs="0" maxOccurs="1" name="executionInfo" type="tns:ExecutionInfo" /> | |
318 </s:sequence> | |
319 </s:complexType> | |
320 </s:element> | |
321 <s:element name="SetExecutionParameters2"> | |
322 <s:complexType> | |
323 <s:sequence> | |
324 <s:element minOccurs="0" maxOccurs="1" name="Parameters" type="tns:ArrayOfParameterValue" /> | |
325 <s:element minOccurs="0" maxOccurs="1" name="ParameterLanguage" type="s:string" /> | |
326 </s:sequence> | |
327 </s:complexType> | |
328 </s:element> | |
329 <s:element name="SetExecutionParameters2Response"> | |
330 <s:complexType> | |
331 <s:sequence> | |
332 <s:element minOccurs="0" maxOccurs="1" name="executionInfo" type="tns:ExecutionInfo2" /> | |
333 </s:sequence> | |
334 </s:complexType> | |
335 </s:element> | |
336 <s:element name="ResetExecution"> | |
337 <s:complexType /> | |
338 </s:element> | |
339 <s:element name="ResetExecutionResponse"> | |
340 <s:complexType> | |
341 <s:sequence> | |
342 <s:element minOccurs="0" maxOccurs="1" name="executionInfo" type="tns:ExecutionInfo" /> | |
343 </s:sequence> | |
344 </s:complexType> | |
345 </s:element> | |
346 <s:element name="ResetExecution2"> | |
347 <s:complexType /> | |
348 </s:element> | |
349 <s:element name="ResetExecution2Response"> | |
350 <s:complexType> | |
351 <s:sequence> | |
352 <s:element minOccurs="0" maxOccurs="1" name="executionInfo" type="tns:ExecutionInfo2" /> | |
353 </s:sequence> | |
354 </s:complexType> | |
355 </s:element> | |
356 <s:element name="Render"> | |
357 <s:complexType> | |
358 <s:sequence> | |
359 <s:element minOccurs="0" maxOccurs="1" name="Format" type="s:string" /> | |
360 <s:element minOccurs="0" maxOccurs="1" name="DeviceInfo" type="s:string" /> | |
361 </s:sequence> | |
362 </s:complexType> | |
363 </s:element> | |
364 <s:element name="RenderResponse"> | |
365 <s:complexType> | |
366 <s:sequence> | |
367 <s:element minOccurs="0" maxOccurs="1" name="Result" type="s:base64Binary" /> | |
368 <s:element minOccurs="0" maxOccurs="1" name="Extension" type="s:string" /> | |
369 <s:element minOccurs="0" maxOccurs="1" name="MimeType" type="s:string" /> | |
370 <s:element minOccurs="0" maxOccurs="1" name="Encoding" type="s:string" /> | |
371 <s:element minOccurs="0" maxOccurs="1" name="Warnings" type="tns:ArrayOfWarning" /> | |
372 <s:element minOccurs="0" maxOccurs="1" name="StreamIds" type="tns:ArrayOfString" /> | |
373 </s:sequence> | |
374 </s:complexType> | |
375 </s:element> | |
376 <s:element name="Render2"> | |
377 <s:complexType> | |
378 <s:sequence> | |
379 <s:element minOccurs="0" maxOccurs="1" name="Format" type="s:string" /> | |
380 <s:element minOccurs="0" maxOccurs="1" name="DeviceInfo" type="s:string" /> | |
381 <s:element minOccurs="1" maxOccurs="1" name="PaginationMode" type="tns:PageCountMode" /> | |
382 </s:sequence> | |
383 </s:complexType> | |
384 </s:element> | |
385 <s:element name="Render2Response"> | |
386 <s:complexType> | |
387 <s:sequence> | |
388 <s:element minOccurs="0" maxOccurs="1" name="Result" type="s:base64Binary" /> | |
389 <s:element minOccurs="0" maxOccurs="1" name="Extension" type="s:string" /> | |
390 <s:element minOccurs="0" maxOccurs="1" name="MimeType" type="s:string" /> | |
391 <s:element minOccurs="0" maxOccurs="1" name="Encoding" type="s:string" /> | |
392 <s:element minOccurs="0" maxOccurs="1" name="Warnings" type="tns:ArrayOfWarning" /> | |
393 <s:element minOccurs="0" maxOccurs="1" name="StreamIds" type="tns:ArrayOfString" /> | |
394 </s:sequence> | |
395 </s:complexType> | |
396 </s:element> | |
397 <s:element name="RenderStream"> | |
398 <s:complexType> | |
399 <s:sequence> | |
400 <s:element minOccurs="0" maxOccurs="1" name="Format" type="s:string" /> | |
401 <s:element minOccurs="0" maxOccurs="1" name="StreamID" type="s:string" /> | |
402 <s:element minOccurs="0" maxOccurs="1" name="DeviceInfo" type="s:string" /> | |
403 </s:sequence> | |
404 </s:complexType> | |
405 </s:element> | |
406 <s:element name="RenderStreamResponse"> | |
407 <s:complexType> | |
408 <s:sequence> | |
409 <s:element minOccurs="0" maxOccurs="1" name="Result" type="s:base64Binary" /> | |
410 <s:element minOccurs="0" maxOccurs="1" name="Encoding" type="s:string" /> | |
411 <s:element minOccurs="0" maxOccurs="1" name="MimeType" type="s:string" /> | |
412 </s:sequence> | |
413 </s:complexType> | |
414 </s:element> | |
415 <s:element name="GetExecutionInfo"> | |
416 <s:complexType /> | |
417 </s:element> | |
418 <s:element name="GetExecutionInfoResponse"> | |
419 <s:complexType> | |
420 <s:sequence> | |
421 <s:element minOccurs="0" maxOccurs="1" name="executionInfo" type="tns:ExecutionInfo" /> | |
422 </s:sequence> | |
423 </s:complexType> | |
424 </s:element> | |
425 <s:element name="GetExecutionInfo2"> | |
426 <s:complexType /> | |
427 </s:element> | |
428 <s:element name="GetExecutionInfo2Response"> | |
429 <s:complexType> | |
430 <s:sequence> | |
431 <s:element minOccurs="0" maxOccurs="1" name="executionInfo" type="tns:ExecutionInfo2" /> | |
432 </s:sequence> | |
433 </s:complexType> | |
434 </s:element> | |
435 <s:element name="GetDocumentMap"> | |
436 <s:complexType /> | |
437 </s:element> | |
438 <s:element name="GetDocumentMapResponse"> | |
439 <s:complexType> | |
440 <s:sequence> | |
441 <s:element minOccurs="0" maxOccurs="1" name="result" type="tns:DocumentMapNode" /> | |
442 </s:sequence> | |
443 </s:complexType> | |
444 </s:element> | |
445 <s:complexType name="DocumentMapNode"> | |
446 <s:sequence> | |
447 <s:element minOccurs="0" maxOccurs="1" name="Label" type="s:string" /> | |
448 <s:element minOccurs="0" maxOccurs="1" name="UniqueName" type="s:string" /> | |
449 <s:element minOccurs="0" maxOccurs="1" name="Children" type="tns:ArrayOfDocumentMapNode" /> | |
450 </s:sequence> | |
451 </s:complexType> | |
452 <s:complexType name="ArrayOfDocumentMapNode"> | |
453 <s:sequence> | |
454 <s:element minOccurs="0" maxOccurs="unbounded" name="DocumentMapNode" nillable="true" type="tns:DocumentMapNode" /> | |
455 </s:sequence> | |
456 </s:complexType> | |
457 <s:element name="LoadDrillthroughTarget"> | |
458 <s:complexType> | |
459 <s:sequence> | |
460 <s:element minOccurs="0" maxOccurs="1" name="DrillthroughID" type="s:string" /> | |
461 </s:sequence> | |
462 </s:complexType> | |
463 </s:element> | |
464 <s:element name="LoadDrillthroughTargetResponse"> | |
465 <s:complexType> | |
466 <s:sequence> | |
467 <s:element minOccurs="0" maxOccurs="1" name="ExecutionInfo" type="tns:ExecutionInfo" /> | |
468 </s:sequence> | |
469 </s:complexType> | |
470 </s:element> | |
471 <s:element name="LoadDrillthroughTarget2"> | |
472 <s:complexType> | |
473 <s:sequence> | |
474 <s:element minOccurs="0" maxOccurs="1" name="DrillthroughID" type="s:string" /> | |
475 </s:sequence> | |
476 </s:complexType> | |
477 </s:element> | |
478 <s:element name="LoadDrillthroughTarget2Response"> | |
479 <s:complexType> | |
480 <s:sequence> | |
481 <s:element minOccurs="0" maxOccurs="1" name="ExecutionInfo" type="tns:ExecutionInfo2" /> | |
482 </s:sequence> | |
483 </s:complexType> | |
484 </s:element> | |
485 <s:element name="ToggleItem"> | |
486 <s:complexType> | |
487 <s:sequence> | |
488 <s:element minOccurs="0" maxOccurs="1" name="ToggleID" type="s:string" /> | |
489 </s:sequence> | |
490 </s:complexType> | |
491 </s:element> | |
492 <s:element name="ToggleItemResponse"> | |
493 <s:complexType> | |
494 <s:sequence> | |
495 <s:element minOccurs="1" maxOccurs="1" name="Found" type="s:boolean" /> | |
496 </s:sequence> | |
497 </s:complexType> | |
498 </s:element> | |
499 <s:element name="NavigateDocumentMap"> | |
500 <s:complexType> | |
501 <s:sequence> | |
502 <s:element minOccurs="0" maxOccurs="1" name="DocMapID" type="s:string" /> | |
503 </s:sequence> | |
504 </s:complexType> | |
505 </s:element> | |
506 <s:element name="NavigateDocumentMapResponse"> | |
507 <s:complexType> | |
508 <s:sequence> | |
509 <s:element minOccurs="1" maxOccurs="1" name="PageNumber" type="s:int" /> | |
510 </s:sequence> | |
511 </s:complexType> | |
512 </s:element> | |
513 <s:element name="NavigateBookmark"> | |
514 <s:complexType> | |
515 <s:sequence> | |
516 <s:element minOccurs="0" maxOccurs="1" name="BookmarkID" type="s:string" /> | |
517 </s:sequence> | |
518 </s:complexType> | |
519 </s:element> | |
520 <s:element name="NavigateBookmarkResponse"> | |
521 <s:complexType> | |
522 <s:sequence> | |
523 <s:element minOccurs="1" maxOccurs="1" name="PageNumber" type="s:int" /> | |
524 <s:element minOccurs="0" maxOccurs="1" name="UniqueName" type="s:string" /> | |
525 </s:sequence> | |
526 </s:complexType> | |
527 </s:element> | |
528 <s:element name="FindString"> | |
529 <s:complexType> | |
530 <s:sequence> | |
531 <s:element minOccurs="1" maxOccurs="1" name="StartPage" type="s:int" /> | |
532 <s:element minOccurs="1" maxOccurs="1" name="EndPage" type="s:int" /> | |
533 <s:element minOccurs="0" maxOccurs="1" name="FindValue" type="s:string" /> | |
534 </s:sequence> | |
535 </s:complexType> | |
536 </s:element> | |
537 <s:element name="FindStringResponse"> | |
538 <s:complexType> | |
539 <s:sequence> | |
540 <s:element minOccurs="1" maxOccurs="1" name="PageNumber" type="s:int" /> | |
541 </s:sequence> | |
542 </s:complexType> | |
543 </s:element> | |
544 <s:element name="Sort"> | |
545 <s:complexType> | |
546 <s:sequence> | |
547 <s:element minOccurs="0" maxOccurs="1" name="SortItem" type="s:string" /> | |
548 <s:element minOccurs="1" maxOccurs="1" name="Direction" type="tns:SortDirectionEnum" /> | |
549 <s:element minOccurs="1" maxOccurs="1" name="Clear" type="s:boolean" /> | |
550 </s:sequence> | |
551 </s:complexType> | |
552 </s:element> | |
553 <s:simpleType name="SortDirectionEnum"> | |
554 <s:restriction base="s:string"> | |
555 <s:enumeration value="None" /> | |
556 <s:enumeration value="Ascending" /> | |
557 <s:enumeration value="Descending" /> | |
558 </s:restriction> | |
559 </s:simpleType> | |
560 <s:element name="SortResponse"> | |
561 <s:complexType> | |
562 <s:sequence> | |
563 <s:element minOccurs="1" maxOccurs="1" name="PageNumber" type="s:int" /> | |
564 <s:element minOccurs="0" maxOccurs="1" name="ReportItem" type="s:string" /> | |
565 <s:element minOccurs="1" maxOccurs="1" name="NumPages" type="s:int" /> | |
566 </s:sequence> | |
567 </s:complexType> | |
568 </s:element> | |
569 <s:element name="Sort2"> | |
570 <s:complexType> | |
571 <s:sequence> | |
572 <s:element minOccurs="0" maxOccurs="1" name="SortItem" type="s:string" /> | |
573 <s:element minOccurs="1" maxOccurs="1" name="Direction" type="tns:SortDirectionEnum" /> | |
574 <s:element minOccurs="1" maxOccurs="1" name="Clear" type="s:boolean" /> | |
575 <s:element minOccurs="1" maxOccurs="1" name="PaginationMode" type="tns:PageCountMode" /> | |
576 </s:sequence> | |
577 </s:complexType> | |
578 </s:element> | |
579 <s:element name="Sort2Response"> | |
580 <s:complexType> | |
581 <s:sequence> | |
582 <s:element minOccurs="1" maxOccurs="1" name="PageNumber" type="s:int" /> | |
583 <s:element minOccurs="0" maxOccurs="1" name="ReportItem" type="s:string" /> | |
584 <s:element minOccurs="0" maxOccurs="1" name="ExecutionInfo" type="tns:ExecutionInfo2" /> | |
585 </s:sequence> | |
586 </s:complexType> | |
587 </s:element> | |
588 <s:element name="GetRenderResource"> | |
589 <s:complexType> | |
590 <s:sequence> | |
591 <s:element minOccurs="0" maxOccurs="1" name="Format" type="s:string" /> | |
592 <s:element minOccurs="0" maxOccurs="1" name="DeviceInfo" type="s:string" /> | |
593 </s:sequence> | |
594 </s:complexType> | |
595 </s:element> | |
596 <s:element name="GetRenderResourceResponse"> | |
597 <s:complexType> | |
598 <s:sequence> | |
599 <s:element minOccurs="0" maxOccurs="1" name="Result" type="s:base64Binary" /> | |
600 <s:element minOccurs="0" maxOccurs="1" name="MimeType" type="s:string" /> | |
601 </s:sequence> | |
602 </s:complexType> | |
603 </s:element> | |
604 <s:element name="ListRenderingExtensions"> | |
605 <s:complexType /> | |
606 </s:element> | |
607 <s:element name="ListRenderingExtensionsResponse"> | |
608 <s:complexType> | |
609 <s:sequence> | |
610 <s:element minOccurs="0" maxOccurs="1" name="Extensions" type="tns:ArrayOfExtension" /> | |
611 </s:sequence> | |
612 </s:complexType> | |
613 </s:element> | |
614 <s:complexType name="ArrayOfExtension"> | |
615 <s:sequence> | |
616 <s:element minOccurs="0" maxOccurs="unbounded" name="Extension" nillable="true" type="tns:Extension" /> | |
617 </s:sequence> | |
618 </s:complexType> | |
619 <s:complexType name="Extension"> | |
620 <s:sequence> | |
621 <s:element minOccurs="1" maxOccurs="1" name="ExtensionType" type="tns:ExtensionTypeEnum" /> | |
622 <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" /> | |
623 <s:element minOccurs="0" maxOccurs="1" name="LocalizedName" type="s:string" /> | |
624 <s:element minOccurs="1" maxOccurs="1" name="Visible" type="s:boolean" /> | |
625 <s:element minOccurs="1" maxOccurs="1" name="IsModelGenerationSupported" type="s:boolean" /> | |
626 </s:sequence> | |
627 </s:complexType> | |
628 <s:simpleType name="ExtensionTypeEnum"> | |
629 <s:restriction base="s:string"> | |
630 <s:enumeration value="Delivery" /> | |
631 <s:enumeration value="Render" /> | |
632 <s:enumeration value="Data" /> | |
633 <s:enumeration value="All" /> | |
634 </s:restriction> | |
635 </s:simpleType> | |
636 <s:element name="LogonUser"> | |
637 <s:complexType> | |
638 <s:sequence> | |
639 <s:element minOccurs="0" maxOccurs="1" name="userName" type="s:string" /> | |
640 <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" /> | |
641 <s:element minOccurs="0" maxOccurs="1" name="authority" type="s:string" /> | |
642 </s:sequence> | |
643 </s:complexType> | |
644 </s:element> | |
645 <s:element name="LogonUserResponse"> | |
646 <s:complexType /> | |
647 </s:element> | |
648 <s:element name="Logoff"> | |
649 <s:complexType /> | |
650 </s:element> | |
651 <s:element name="LogoffResponse"> | |
652 <s:complexType /> | |
653 </s:element> | |
654 </s:schema> | |
655 </wsdl:types> | |
656 <wsdl:message name="ListSecureMethodsSoapIn"> | |
657 <wsdl:part name="parameters" element="tns:ListSecureMethods" /> | |
658 </wsdl:message> | |
659 <wsdl:message name="ListSecureMethodsSoapOut"> | |
660 <wsdl:part name="parameters" element="tns:ListSecureMethodsResponse" /> | |
661 </wsdl:message> | |
662 <wsdl:message name="ListSecureMethodsServerInfoHeader"> | |
663 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" /> | |
664 </wsdl:message> | |
665 <wsdl:message name="ListSecureMethodsTrustedUserHeader"> | |
666 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" /> | |
667 </wsdl:message> | |
668 <wsdl:message name="LoadReportSoapIn"> | |
669 <wsdl:part name="parameters" element="tns:LoadReport" /> | |
670 </wsdl:message> | |
671 <wsdl:message name="LoadReportSoapOut"> | |
672 <wsdl:part name="parameters" element="tns:LoadReportResponse" /> | |
673 </wsdl:message> | |
674 <wsdl:message name="LoadReportExecutionHeader"> | |
675 <wsdl:part name="ExecutionHeader" element="tns:ExecutionHeader" /> | |
676 </wsdl:message> | |
677 <wsdl:message name="LoadReportServerInfoHeader"> | |
678 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" /> | |
679 </wsdl:message> | |
680 <wsdl:message name="LoadReportTrustedUserHeader"> | |
681 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" /> | |
682 </wsdl:message> | |
683 <wsdl:message name="LoadReport2SoapIn"> | |
684 <wsdl:part name="parameters" element="tns:LoadReport2" /> | |
685 </wsdl:message> | |
686 <wsdl:message name="LoadReport2SoapOut"> | |
687 <wsdl:part name="parameters" element="tns:LoadReport2Response" /> | |
688 </wsdl:message> | |
689 <wsdl:message name="LoadReport2ExecutionHeader"> | |
690 <wsdl:part name="ExecutionHeader" element="tns:ExecutionHeader" /> | |
691 </wsdl:message> | |
692 <wsdl:message name="LoadReport2ServerInfoHeader"> | |
693 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" /> | |
694 </wsdl:message> | |
695 <wsdl:message name="LoadReport2TrustedUserHeader"> | |
696 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" /> | |
697 </wsdl:message> | |
698 <wsdl:message name="LoadReportDefinitionSoapIn"> | |
699 <wsdl:part name="parameters" element="tns:LoadReportDefinition" /> | |
700 </wsdl:message> | |
701 <wsdl:message name="LoadReportDefinitionSoapOut"> | |
702 <wsdl:part name="parameters" element="tns:LoadReportDefinitionResponse" /> | |
703 </wsdl:message> | |
704 <wsdl:message name="LoadReportDefinitionExecutionHeader"> | |
705 <wsdl:part name="ExecutionHeader" element="tns:ExecutionHeader" /> | |
706 </wsdl:message> | |
707 <wsdl:message name="LoadReportDefinitionServerInfoHeader"> | |
708 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" /> | |
709 </wsdl:message> | |
710 <wsdl:message name="LoadReportDefinitionTrustedUserHeader"> | |
711 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" /> | |
712 </wsdl:message> | |
713 <wsdl:message name="LoadReportDefinition2SoapIn"> | |
714 <wsdl:part name="parameters" element="tns:LoadReportDefinition2" /> | |
715 </wsdl:message> | |
716 <wsdl:message name="LoadReportDefinition2SoapOut"> | |
717 <wsdl:part name="parameters" element="tns:LoadReportDefinition2Response" /> | |
718 </wsdl:message> | |
719 <wsdl:message name="LoadReportDefinition2ExecutionHeader"> | |
720 <wsdl:part name="ExecutionHeader" element="tns:ExecutionHeader" /> | |
721 </wsdl:message> | |
722 <wsdl:message name="LoadReportDefinition2ServerInfoHeader"> | |
723 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" /> | |
724 </wsdl:message> | |
725 <wsdl:message name="LoadReportDefinition2TrustedUserHeader"> | |
726 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" /> | |
727 </wsdl:message> | |
728 <wsdl:message name="SetExecutionCredentialsSoapIn"> | |
729 <wsdl:part name="parameters" element="tns:SetExecutionCredentials" /> | |
730 </wsdl:message> | |
731 <wsdl:message name="SetExecutionCredentialsSoapOut"> | |
732 <wsdl:part name="parameters" element="tns:SetExecutionCredentialsResponse" /> | |
733 </wsdl:message> | |
734 <wsdl:message name="SetExecutionCredentialsExecutionHeader"> | |
735 <wsdl:part name="ExecutionHeader" element="tns:ExecutionHeader" /> | |
736 </wsdl:message> | |
737 <wsdl:message name="SetExecutionCredentialsServerInfoHeader"> | |
738 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" /> | |
739 </wsdl:message> | |
740 <wsdl:message name="SetExecutionCredentialsTrustedUserHeader"> | |
741 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" /> | |
742 </wsdl:message> | |
743 <wsdl:message name="SetExecutionCredentials2SoapIn"> | |
744 <wsdl:part name="parameters" element="tns:SetExecutionCredentials2" /> | |
745 </wsdl:message> | |
746 <wsdl:message name="SetExecutionCredentials2SoapOut"> | |
747 <wsdl:part name="parameters" element="tns:SetExecutionCredentials2Response" /> | |
748 </wsdl:message> | |
749 <wsdl:message name="SetExecutionCredentials2ExecutionHeader"> | |
750 <wsdl:part name="ExecutionHeader" element="tns:ExecutionHeader" /> | |
751 </wsdl:message> | |
752 <wsdl:message name="SetExecutionCredentials2ServerInfoHeader"> | |
753 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" /> | |
754 </wsdl:message> | |
755 <wsdl:message name="SetExecutionCredentials2TrustedUserHeader"> | |
756 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" /> | |
757 </wsdl:message> | |
758 <wsdl:message name="SetExecutionParametersSoapIn"> | |
759 <wsdl:part name="parameters" element="tns:SetExecutionParameters" /> | |
760 </wsdl:message> | |
761 <wsdl:message name="SetExecutionParametersSoapOut"> | |
762 <wsdl:part name="parameters" element="tns:SetExecutionParametersResponse" /> | |
763 </wsdl:message> | |
764 <wsdl:message name="SetExecutionParametersExecutionHeader"> | |
765 <wsdl:part name="ExecutionHeader" element="tns:ExecutionHeader" /> | |
766 </wsdl:message> | |
767 <wsdl:message name="SetExecutionParametersServerInfoHeader"> | |
768 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" /> | |
769 </wsdl:message> | |
770 <wsdl:message name="SetExecutionParametersTrustedUserHeader"> | |
771 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" /> | |
772 </wsdl:message> | |
773 <wsdl:message name="SetExecutionParameters2SoapIn"> | |
774 <wsdl:part name="parameters" element="tns:SetExecutionParameters2" /> | |
775 </wsdl:message> | |
776 <wsdl:message name="SetExecutionParameters2SoapOut"> | |
777 <wsdl:part name="parameters" element="tns:SetExecutionParameters2Response" /> | |
778 </wsdl:message> | |
779 <wsdl:message name="SetExecutionParameters2ExecutionHeader"> | |
780 <wsdl:part name="ExecutionHeader" element="tns:ExecutionHeader" /> | |
781 </wsdl:message> | |
782 <wsdl:message name="SetExecutionParameters2ServerInfoHeader"> | |
783 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" /> | |
784 </wsdl:message> | |
785 <wsdl:message name="SetExecutionParameters2TrustedUserHeader"> | |
786 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" /> | |
787 </wsdl:message> | |
788 <wsdl:message name="ResetExecutionSoapIn"> | |
789 <wsdl:part name="parameters" element="tns:ResetExecution" /> | |
790 </wsdl:message> | |
791 <wsdl:message name="ResetExecutionSoapOut"> | |
792 <wsdl:part name="parameters" element="tns:ResetExecutionResponse" /> | |
793 </wsdl:message> | |
794 <wsdl:message name="ResetExecutionExecutionHeader"> | |
795 <wsdl:part name="ExecutionHeader" element="tns:ExecutionHeader" /> | |
796 </wsdl:message> | |
797 <wsdl:message name="ResetExecutionServerInfoHeader"> | |
798 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" /> | |
799 </wsdl:message> | |
800 <wsdl:message name="ResetExecutionTrustedUserHeader"> | |
801 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" /> | |
802 </wsdl:message> | |
803 <wsdl:message name="ResetExecution2SoapIn"> | |
804 <wsdl:part name="parameters" element="tns:ResetExecution2" /> | |
805 </wsdl:message> | |
806 <wsdl:message name="ResetExecution2SoapOut"> | |
807 <wsdl:part name="parameters" element="tns:ResetExecution2Response" /> | |
808 </wsdl:message> | |
809 <wsdl:message name="ResetExecution2ExecutionHeader"> | |
810 <wsdl:part name="ExecutionHeader" element="tns:ExecutionHeader" /> | |
811 </wsdl:message> | |
812 <wsdl:message name="ResetExecution2ServerInfoHeader"> | |
813 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" /> | |
814 </wsdl:message> | |
815 <wsdl:message name="ResetExecution2TrustedUserHeader"> | |
816 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" /> | |
817 </wsdl:message> | |
818 <wsdl:message name="RenderSoapIn"> | |
819 <wsdl:part name="parameters" element="tns:Render" /> | |
820 </wsdl:message> | |
821 <wsdl:message name="RenderSoapOut"> | |
822 <wsdl:part name="parameters" element="tns:RenderResponse" /> | |
823 </wsdl:message> | |
824 <wsdl:message name="RenderExecutionHeader"> | |
825 <wsdl:part name="ExecutionHeader" element="tns:ExecutionHeader" /> | |
826 </wsdl:message> | |
827 <wsdl:message name="RenderServerInfoHeader"> | |
828 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" /> | |
829 </wsdl:message> | |
830 <wsdl:message name="RenderTrustedUserHeader"> | |
831 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" /> | |
832 </wsdl:message> | |
833 <wsdl:message name="Render2SoapIn"> | |
834 <wsdl:part name="parameters" element="tns:Render2" /> | |
835 </wsdl:message> | |
836 <wsdl:message name="Render2SoapOut"> | |
837 <wsdl:part name="parameters" element="tns:Render2Response" /> | |
838 </wsdl:message> | |
839 <wsdl:message name="Render2ExecutionHeader"> | |
840 <wsdl:part name="ExecutionHeader" element="tns:ExecutionHeader" /> | |
841 </wsdl:message> | |
842 <wsdl:message name="Render2ServerInfoHeader"> | |
843 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" /> | |
844 </wsdl:message> | |
845 <wsdl:message name="Render2TrustedUserHeader"> | |
846 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" /> | |
847 </wsdl:message> | |
848 <wsdl:message name="RenderStreamSoapIn"> | |
849 <wsdl:part name="parameters" element="tns:RenderStream" /> | |
850 </wsdl:message> | |
851 <wsdl:message name="RenderStreamSoapOut"> | |
852 <wsdl:part name="parameters" element="tns:RenderStreamResponse" /> | |
853 </wsdl:message> | |
854 <wsdl:message name="RenderStreamExecutionHeader"> | |
855 <wsdl:part name="ExecutionHeader" element="tns:ExecutionHeader" /> | |
856 </wsdl:message> | |
857 <wsdl:message name="RenderStreamServerInfoHeader"> | |
858 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" /> | |
859 </wsdl:message> | |
860 <wsdl:message name="RenderStreamTrustedUserHeader"> | |
861 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" /> | |
862 </wsdl:message> | |
863 <wsdl:message name="GetExecutionInfoSoapIn"> | |
864 <wsdl:part name="parameters" element="tns:GetExecutionInfo" /> | |
865 </wsdl:message> | |
866 <wsdl:message name="GetExecutionInfoSoapOut"> | |
867 <wsdl:part name="parameters" element="tns:GetExecutionInfoResponse" /> | |
868 </wsdl:message> | |
869 <wsdl:message name="GetExecutionInfoExecutionHeader"> | |
870 <wsdl:part name="ExecutionHeader" element="tns:ExecutionHeader" /> | |
871 </wsdl:message> | |
872 <wsdl:message name="GetExecutionInfoServerInfoHeader"> | |
873 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" /> | |
874 </wsdl:message> | |
875 <wsdl:message name="GetExecutionInfoTrustedUserHeader"> | |
876 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" /> | |
877 </wsdl:message> | |
878 <wsdl:message name="GetExecutionInfo2SoapIn"> | |
879 <wsdl:part name="parameters" element="tns:GetExecutionInfo2" /> | |
880 </wsdl:message> | |
881 <wsdl:message name="GetExecutionInfo2SoapOut"> | |
882 <wsdl:part name="parameters" element="tns:GetExecutionInfo2Response" /> | |
883 </wsdl:message> | |
884 <wsdl:message name="GetExecutionInfo2ExecutionHeader"> | |
885 <wsdl:part name="ExecutionHeader" element="tns:ExecutionHeader" /> | |
886 </wsdl:message> | |
887 <wsdl:message name="GetExecutionInfo2ServerInfoHeader"> | |
888 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" /> | |
889 </wsdl:message> | |
890 <wsdl:message name="GetExecutionInfo2TrustedUserHeader"> | |
891 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" /> | |
892 </wsdl:message> | |
893 <wsdl:message name="GetDocumentMapSoapIn"> | |
894 <wsdl:part name="parameters" element="tns:GetDocumentMap" /> | |
895 </wsdl:message> | |
896 <wsdl:message name="GetDocumentMapSoapOut"> | |
897 <wsdl:part name="parameters" element="tns:GetDocumentMapResponse" /> | |
898 </wsdl:message> | |
899 <wsdl:message name="GetDocumentMapExecutionHeader"> | |
900 <wsdl:part name="ExecutionHeader" element="tns:ExecutionHeader" /> | |
901 </wsdl:message> | |
902 <wsdl:message name="GetDocumentMapServerInfoHeader"> | |
903 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" /> | |
904 </wsdl:message> | |
905 <wsdl:message name="GetDocumentMapTrustedUserHeader"> | |
906 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" /> | |
907 </wsdl:message> | |
908 <wsdl:message name="LoadDrillthroughTargetSoapIn"> | |
909 <wsdl:part name="parameters" element="tns:LoadDrillthroughTarget" /> | |
910 </wsdl:message> | |
911 <wsdl:message name="LoadDrillthroughTargetSoapOut"> | |
912 <wsdl:part name="parameters" element="tns:LoadDrillthroughTargetResponse" /> | |
913 </wsdl:message> | |
914 <wsdl:message name="LoadDrillthroughTargetExecutionHeader"> | |
915 <wsdl:part name="ExecutionHeader" element="tns:ExecutionHeader" /> | |
916 </wsdl:message> | |
917 <wsdl:message name="LoadDrillthroughTargetServerInfoHeader"> | |
918 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" /> | |
919 </wsdl:message> | |
920 <wsdl:message name="LoadDrillthroughTargetTrustedUserHeader"> | |
921 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" /> | |
922 </wsdl:message> | |
923 <wsdl:message name="LoadDrillthroughTarget2SoapIn"> | |
924 <wsdl:part name="parameters" element="tns:LoadDrillthroughTarget2" /> | |
925 </wsdl:message> | |
926 <wsdl:message name="LoadDrillthroughTarget2SoapOut"> | |
927 <wsdl:part name="parameters" element="tns:LoadDrillthroughTarget2Response" /> | |
928 </wsdl:message> | |
929 <wsdl:message name="LoadDrillthroughTarget2ExecutionHeader"> | |
930 <wsdl:part name="ExecutionHeader" element="tns:ExecutionHeader" /> | |
931 </wsdl:message> | |
932 <wsdl:message name="LoadDrillthroughTarget2ServerInfoHeader"> | |
933 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" /> | |
934 </wsdl:message> | |
935 <wsdl:message name="LoadDrillthroughTarget2TrustedUserHeader"> | |
936 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" /> | |
937 </wsdl:message> | |
938 <wsdl:message name="ToggleItemSoapIn"> | |
939 <wsdl:part name="parameters" element="tns:ToggleItem" /> | |
940 </wsdl:message> | |
941 <wsdl:message name="ToggleItemSoapOut"> | |
942 <wsdl:part name="parameters" element="tns:ToggleItemResponse" /> | |
943 </wsdl:message> | |
944 <wsdl:message name="ToggleItemExecutionHeader"> | |
945 <wsdl:part name="ExecutionHeader" element="tns:ExecutionHeader" /> | |
946 </wsdl:message> | |
947 <wsdl:message name="ToggleItemServerInfoHeader"> | |
948 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" /> | |
949 </wsdl:message> | |
950 <wsdl:message name="ToggleItemTrustedUserHeader"> | |
951 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" /> | |
952 </wsdl:message> | |
953 <wsdl:message name="NavigateDocumentMapSoapIn"> | |
954 <wsdl:part name="parameters" element="tns:NavigateDocumentMap" /> | |
955 </wsdl:message> | |
956 <wsdl:message name="NavigateDocumentMapSoapOut"> | |
957 <wsdl:part name="parameters" element="tns:NavigateDocumentMapResponse" /> | |
958 </wsdl:message> | |
959 <wsdl:message name="NavigateDocumentMapExecutionHeader"> | |
960 <wsdl:part name="ExecutionHeader" element="tns:ExecutionHeader" /> | |
961 </wsdl:message> | |
962 <wsdl:message name="NavigateDocumentMapServerInfoHeader"> | |
963 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" /> | |
964 </wsdl:message> | |
965 <wsdl:message name="NavigateDocumentMapTrustedUserHeader"> | |
966 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" /> | |
967 </wsdl:message> | |
968 <wsdl:message name="NavigateBookmarkSoapIn"> | |
969 <wsdl:part name="parameters" element="tns:NavigateBookmark" /> | |
970 </wsdl:message> | |
971 <wsdl:message name="NavigateBookmarkSoapOut"> | |
972 <wsdl:part name="parameters" element="tns:NavigateBookmarkResponse" /> | |
973 </wsdl:message> | |
974 <wsdl:message name="NavigateBookmarkExecutionHeader"> | |
975 <wsdl:part name="ExecutionHeader" element="tns:ExecutionHeader" /> | |
976 </wsdl:message> | |
977 <wsdl:message name="NavigateBookmarkServerInfoHeader"> | |
978 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" /> | |
979 </wsdl:message> | |
980 <wsdl:message name="NavigateBookmarkTrustedUserHeader"> | |
981 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" /> | |
982 </wsdl:message> | |
983 <wsdl:message name="FindStringSoapIn"> | |
984 <wsdl:part name="parameters" element="tns:FindString" /> | |
985 </wsdl:message> | |
986 <wsdl:message name="FindStringSoapOut"> | |
987 <wsdl:part name="parameters" element="tns:FindStringResponse" /> | |
988 </wsdl:message> | |
989 <wsdl:message name="FindStringExecutionHeader"> | |
990 <wsdl:part name="ExecutionHeader" element="tns:ExecutionHeader" /> | |
991 </wsdl:message> | |
992 <wsdl:message name="FindStringServerInfoHeader"> | |
993 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" /> | |
994 </wsdl:message> | |
995 <wsdl:message name="FindStringTrustedUserHeader"> | |
996 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" /> | |
997 </wsdl:message> | |
998 <wsdl:message name="SortSoapIn"> | |
999 <wsdl:part name="parameters" element="tns:Sort" /> | |
1000 </wsdl:message> | |
1001 <wsdl:message name="SortSoapOut"> | |
1002 <wsdl:part name="parameters" element="tns:SortResponse" /> | |
1003 </wsdl:message> | |
1004 <wsdl:message name="SortExecutionHeader"> | |
1005 <wsdl:part name="ExecutionHeader" element="tns:ExecutionHeader" /> | |
1006 </wsdl:message> | |
1007 <wsdl:message name="SortServerInfoHeader"> | |
1008 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" /> | |
1009 </wsdl:message> | |
1010 <wsdl:message name="SortTrustedUserHeader"> | |
1011 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" /> | |
1012 </wsdl:message> | |
1013 <wsdl:message name="Sort2SoapIn"> | |
1014 <wsdl:part name="parameters" element="tns:Sort2" /> | |
1015 </wsdl:message> | |
1016 <wsdl:message name="Sort2SoapOut"> | |
1017 <wsdl:part name="parameters" element="tns:Sort2Response" /> | |
1018 </wsdl:message> | |
1019 <wsdl:message name="Sort2ExecutionHeader"> | |
1020 <wsdl:part name="ExecutionHeader" element="tns:ExecutionHeader" /> | |
1021 </wsdl:message> | |
1022 <wsdl:message name="Sort2ServerInfoHeader"> | |
1023 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" /> | |
1024 </wsdl:message> | |
1025 <wsdl:message name="Sort2TrustedUserHeader"> | |
1026 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" /> | |
1027 </wsdl:message> | |
1028 <wsdl:message name="GetRenderResourceSoapIn"> | |
1029 <wsdl:part name="parameters" element="tns:GetRenderResource" /> | |
1030 </wsdl:message> | |
1031 <wsdl:message name="GetRenderResourceSoapOut"> | |
1032 <wsdl:part name="parameters" element="tns:GetRenderResourceResponse" /> | |
1033 </wsdl:message> | |
1034 <wsdl:message name="GetRenderResourceServerInfoHeader"> | |
1035 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" /> | |
1036 </wsdl:message> | |
1037 <wsdl:message name="GetRenderResourceTrustedUserHeader"> | |
1038 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" /> | |
1039 </wsdl:message> | |
1040 <wsdl:message name="ListRenderingExtensionsSoapIn"> | |
1041 <wsdl:part name="parameters" element="tns:ListRenderingExtensions" /> | |
1042 </wsdl:message> | |
1043 <wsdl:message name="ListRenderingExtensionsSoapOut"> | |
1044 <wsdl:part name="parameters" element="tns:ListRenderingExtensionsResponse" /> | |
1045 </wsdl:message> | |
1046 <wsdl:message name="ListRenderingExtensionsServerInfoHeader"> | |
1047 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" /> | |
1048 </wsdl:message> | |
1049 <wsdl:message name="ListRenderingExtensionsTrustedUserHeader"> | |
1050 <wsdl:part name="TrustedUserHeader" element="tns:TrustedUserHeader" /> | |
1051 </wsdl:message> | |
1052 <wsdl:message name="LogonUserSoapIn"> | |
1053 <wsdl:part name="parameters" element="tns:LogonUser" /> | |
1054 </wsdl:message> | |
1055 <wsdl:message name="LogonUserSoapOut"> | |
1056 <wsdl:part name="parameters" element="tns:LogonUserResponse" /> | |
1057 </wsdl:message> | |
1058 <wsdl:message name="LogonUserServerInfoHeader"> | |
1059 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" /> | |
1060 </wsdl:message> | |
1061 <wsdl:message name="LogoffSoapIn"> | |
1062 <wsdl:part name="parameters" element="tns:Logoff" /> | |
1063 </wsdl:message> | |
1064 <wsdl:message name="LogoffSoapOut"> | |
1065 <wsdl:part name="parameters" element="tns:LogoffResponse" /> | |
1066 </wsdl:message> | |
1067 <wsdl:message name="LogoffServerInfoHeader"> | |
1068 <wsdl:part name="ServerInfoHeader" element="tns:ServerInfoHeader" /> | |
1069 </wsdl:message> | |
1070 <wsdl:portType name="ReportExecutionServiceSoap"> | |
1071 <wsdl:operation name="ListSecureMethods"> | |
1072 <wsdl:input message="tns:ListSecureMethodsSoapIn" /> | |
1073 <wsdl:output message="tns:ListSecureMethodsSoapOut" /> | |
1074 </wsdl:operation> | |
1075 <wsdl:operation name="LoadReport"> | |
1076 <wsdl:input message="tns:LoadReportSoapIn" /> | |
1077 <wsdl:output message="tns:LoadReportSoapOut" /> | |
1078 </wsdl:operation> | |
1079 <wsdl:operation name="LoadReport2"> | |
1080 <wsdl:input message="tns:LoadReport2SoapIn" /> | |
1081 <wsdl:output message="tns:LoadReport2SoapOut" /> | |
1082 </wsdl:operation> | |
1083 <wsdl:operation name="LoadReportDefinition"> | |
1084 <wsdl:input message="tns:LoadReportDefinitionSoapIn" /> | |
1085 <wsdl:output message="tns:LoadReportDefinitionSoapOut" /> | |
1086 </wsdl:operation> | |
1087 <wsdl:operation name="LoadReportDefinition2"> | |
1088 <wsdl:input message="tns:LoadReportDefinition2SoapIn" /> | |
1089 <wsdl:output message="tns:LoadReportDefinition2SoapOut" /> | |
1090 </wsdl:operation> | |
1091 <wsdl:operation name="SetExecutionCredentials"> | |
1092 <wsdl:input message="tns:SetExecutionCredentialsSoapIn" /> | |
1093 <wsdl:output message="tns:SetExecutionCredentialsSoapOut" /> | |
1094 </wsdl:operation> | |
1095 <wsdl:operation name="SetExecutionCredentials2"> | |
1096 <wsdl:input message="tns:SetExecutionCredentials2SoapIn" /> | |
1097 <wsdl:output message="tns:SetExecutionCredentials2SoapOut" /> | |
1098 </wsdl:operation> | |
1099 <wsdl:operation name="SetExecutionParameters"> | |
1100 <wsdl:input message="tns:SetExecutionParametersSoapIn" /> | |
1101 <wsdl:output message="tns:SetExecutionParametersSoapOut" /> | |
1102 </wsdl:operation> | |
1103 <wsdl:operation name="SetExecutionParameters2"> | |
1104 <wsdl:input message="tns:SetExecutionParameters2SoapIn" /> | |
1105 <wsdl:output message="tns:SetExecutionParameters2SoapOut" /> | |
1106 </wsdl:operation> | |
1107 <wsdl:operation name="ResetExecution"> | |
1108 <wsdl:input message="tns:ResetExecutionSoapIn" /> | |
1109 <wsdl:output message="tns:ResetExecutionSoapOut" /> | |
1110 </wsdl:operation> | |
1111 <wsdl:operation name="ResetExecution2"> | |
1112 <wsdl:input message="tns:ResetExecution2SoapIn" /> | |
1113 <wsdl:output message="tns:ResetExecution2SoapOut" /> | |
1114 </wsdl:operation> | |
1115 <wsdl:operation name="Render"> | |
1116 <wsdl:input message="tns:RenderSoapIn" /> | |
1117 <wsdl:output message="tns:RenderSoapOut" /> | |
1118 </wsdl:operation> | |
1119 <wsdl:operation name="Render2"> | |
1120 <wsdl:input message="tns:Render2SoapIn" /> | |
1121 <wsdl:output message="tns:Render2SoapOut" /> | |
1122 </wsdl:operation> | |
1123 <wsdl:operation name="RenderStream"> | |
1124 <wsdl:input message="tns:RenderStreamSoapIn" /> | |
1125 <wsdl:output message="tns:RenderStreamSoapOut" /> | |
1126 </wsdl:operation> | |
1127 <wsdl:operation name="GetExecutionInfo"> | |
1128 <wsdl:input message="tns:GetExecutionInfoSoapIn" /> | |
1129 <wsdl:output message="tns:GetExecutionInfoSoapOut" /> | |
1130 </wsdl:operation> | |
1131 <wsdl:operation name="GetExecutionInfo2"> | |
1132 <wsdl:input message="tns:GetExecutionInfo2SoapIn" /> | |
1133 <wsdl:output message="tns:GetExecutionInfo2SoapOut" /> | |
1134 </wsdl:operation> | |
1135 <wsdl:operation name="GetDocumentMap"> | |
1136 <wsdl:input message="tns:GetDocumentMapSoapIn" /> | |
1137 <wsdl:output message="tns:GetDocumentMapSoapOut" /> | |
1138 </wsdl:operation> | |
1139 <wsdl:operation name="LoadDrillthroughTarget"> | |
1140 <wsdl:input message="tns:LoadDrillthroughTargetSoapIn" /> | |
1141 <wsdl:output message="tns:LoadDrillthroughTargetSoapOut" /> | |
1142 </wsdl:operation> | |
1143 <wsdl:operation name="LoadDrillthroughTarget2"> | |
1144 <wsdl:input message="tns:LoadDrillthroughTarget2SoapIn" /> | |
1145 <wsdl:output message="tns:LoadDrillthroughTarget2SoapOut" /> | |
1146 </wsdl:operation> | |
1147 <wsdl:operation name="ToggleItem"> | |
1148 <wsdl:input message="tns:ToggleItemSoapIn" /> | |
1149 <wsdl:output message="tns:ToggleItemSoapOut" /> | |
1150 </wsdl:operation> | |
1151 <wsdl:operation name="NavigateDocumentMap"> | |
1152 <wsdl:input message="tns:NavigateDocumentMapSoapIn" /> | |
1153 <wsdl:output message="tns:NavigateDocumentMapSoapOut" /> | |
1154 </wsdl:operation> | |
1155 <wsdl:operation name="NavigateBookmark"> | |
1156 <wsdl:input message="tns:NavigateBookmarkSoapIn" /> | |
1157 <wsdl:output message="tns:NavigateBookmarkSoapOut" /> | |
1158 </wsdl:operation> | |
1159 <wsdl:operation name="FindString"> | |
1160 <wsdl:input message="tns:FindStringSoapIn" /> | |
1161 <wsdl:output message="tns:FindStringSoapOut" /> | |
1162 </wsdl:operation> | |
1163 <wsdl:operation name="Sort"> | |
1164 <wsdl:input message="tns:SortSoapIn" /> | |
1165 <wsdl:output message="tns:SortSoapOut" /> | |
1166 </wsdl:operation> | |
1167 <wsdl:operation name="Sort2"> | |
1168 <wsdl:input message="tns:Sort2SoapIn" /> | |
1169 <wsdl:output message="tns:Sort2SoapOut" /> | |
1170 </wsdl:operation> | |
1171 <wsdl:operation name="GetRenderResource"> | |
1172 <wsdl:input message="tns:GetRenderResourceSoapIn" /> | |
1173 <wsdl:output message="tns:GetRenderResourceSoapOut" /> | |
1174 </wsdl:operation> | |
1175 <wsdl:operation name="ListRenderingExtensions"> | |
1176 <wsdl:input message="tns:ListRenderingExtensionsSoapIn" /> | |
1177 <wsdl:output message="tns:ListRenderingExtensionsSoapOut" /> | |
1178 </wsdl:operation> | |
1179 <wsdl:operation name="LogonUser"> | |
1180 <wsdl:input message="tns:LogonUserSoapIn" /> | |
1181 <wsdl:output message="tns:LogonUserSoapOut" /> | |
1182 </wsdl:operation> | |
1183 <wsdl:operation name="Logoff"> | |
1184 <wsdl:input message="tns:LogoffSoapIn" /> | |
1185 <wsdl:output message="tns:LogoffSoapOut" /> | |
1186 </wsdl:operation> | |
1187 </wsdl:portType> | |
1188 <wsdl:binding name="ReportExecutionServiceSoap" type="tns:ReportExecutionServiceSoap"> | |
1189 <soap:binding transport="http://schemas.xmlsoap.org/soap/http" /> | |
1190 <wsdl:operation name="ListSecureMethods"> | |
1191 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/ListSecureMethods" style="document" /> | |
1192 <wsdl:input> | |
1193 <soap:body use="literal" /> | |
1194 <soap:header message="tns:ListSecureMethodsTrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1195 </wsdl:input> | |
1196 <wsdl:output> | |
1197 <soap:body use="literal" /> | |
1198 <soap:header message="tns:ListSecureMethodsServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1199 </wsdl:output> | |
1200 </wsdl:operation> | |
1201 <wsdl:operation name="LoadReport"> | |
1202 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/LoadReport" style="document" /> | |
1203 <wsdl:input> | |
1204 <soap:body use="literal" /> | |
1205 <soap:header message="tns:LoadReportTrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1206 </wsdl:input> | |
1207 <wsdl:output> | |
1208 <soap:body use="literal" /> | |
1209 <soap:header message="tns:LoadReportExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1210 <soap:header message="tns:LoadReportServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1211 </wsdl:output> | |
1212 </wsdl:operation> | |
1213 <wsdl:operation name="LoadReport2"> | |
1214 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/LoadReport2" style="document" /> | |
1215 <wsdl:input> | |
1216 <soap:body use="literal" /> | |
1217 <soap:header message="tns:LoadReport2TrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1218 </wsdl:input> | |
1219 <wsdl:output> | |
1220 <soap:body use="literal" /> | |
1221 <soap:header message="tns:LoadReport2ExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1222 <soap:header message="tns:LoadReport2ServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1223 </wsdl:output> | |
1224 </wsdl:operation> | |
1225 <wsdl:operation name="LoadReportDefinition"> | |
1226 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/LoadReportDefinition" style="document" /> | |
1227 <wsdl:input> | |
1228 <soap:body use="literal" /> | |
1229 <soap:header message="tns:LoadReportDefinitionTrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1230 </wsdl:input> | |
1231 <wsdl:output> | |
1232 <soap:body use="literal" /> | |
1233 <soap:header message="tns:LoadReportDefinitionExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1234 <soap:header message="tns:LoadReportDefinitionServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1235 </wsdl:output> | |
1236 </wsdl:operation> | |
1237 <wsdl:operation name="LoadReportDefinition2"> | |
1238 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/LoadReportDefinition2" style="document" /> | |
1239 <wsdl:input> | |
1240 <soap:body use="literal" /> | |
1241 <soap:header message="tns:LoadReportDefinition2TrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1242 </wsdl:input> | |
1243 <wsdl:output> | |
1244 <soap:body use="literal" /> | |
1245 <soap:header message="tns:LoadReportDefinition2ExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1246 <soap:header message="tns:LoadReportDefinition2ServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1247 </wsdl:output> | |
1248 </wsdl:operation> | |
1249 <wsdl:operation name="SetExecutionCredentials"> | |
1250 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/SetExecutionCredentials" style="document" /> | |
1251 <wsdl:input> | |
1252 <soap:body use="literal" /> | |
1253 <soap:header message="tns:SetExecutionCredentialsExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1254 <soap:header message="tns:SetExecutionCredentialsTrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1255 </wsdl:input> | |
1256 <wsdl:output> | |
1257 <soap:body use="literal" /> | |
1258 <soap:header message="tns:SetExecutionCredentialsServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1259 </wsdl:output> | |
1260 </wsdl:operation> | |
1261 <wsdl:operation name="SetExecutionCredentials2"> | |
1262 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/SetExecutionCredentials2" style="document" /> | |
1263 <wsdl:input> | |
1264 <soap:body use="literal" /> | |
1265 <soap:header message="tns:SetExecutionCredentials2ExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1266 <soap:header message="tns:SetExecutionCredentials2TrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1267 </wsdl:input> | |
1268 <wsdl:output> | |
1269 <soap:body use="literal" /> | |
1270 <soap:header message="tns:SetExecutionCredentials2ServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1271 </wsdl:output> | |
1272 </wsdl:operation> | |
1273 <wsdl:operation name="SetExecutionParameters"> | |
1274 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/SetExecutionParameters" style="document" /> | |
1275 <wsdl:input> | |
1276 <soap:body use="literal" /> | |
1277 <soap:header message="tns:SetExecutionParametersExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1278 <soap:header message="tns:SetExecutionParametersTrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1279 </wsdl:input> | |
1280 <wsdl:output> | |
1281 <soap:body use="literal" /> | |
1282 <soap:header message="tns:SetExecutionParametersServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1283 </wsdl:output> | |
1284 </wsdl:operation> | |
1285 <wsdl:operation name="SetExecutionParameters2"> | |
1286 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/SetExecutionParameters2" style="document" /> | |
1287 <wsdl:input> | |
1288 <soap:body use="literal" /> | |
1289 <soap:header message="tns:SetExecutionParameters2ExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1290 <soap:header message="tns:SetExecutionParameters2TrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1291 </wsdl:input> | |
1292 <wsdl:output> | |
1293 <soap:body use="literal" /> | |
1294 <soap:header message="tns:SetExecutionParameters2ServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1295 </wsdl:output> | |
1296 </wsdl:operation> | |
1297 <wsdl:operation name="ResetExecution"> | |
1298 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/ResetExecution" style="document" /> | |
1299 <wsdl:input> | |
1300 <soap:body use="literal" /> | |
1301 <soap:header message="tns:ResetExecutionExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1302 <soap:header message="tns:ResetExecutionTrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1303 </wsdl:input> | |
1304 <wsdl:output> | |
1305 <soap:body use="literal" /> | |
1306 <soap:header message="tns:ResetExecutionServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1307 </wsdl:output> | |
1308 </wsdl:operation> | |
1309 <wsdl:operation name="ResetExecution2"> | |
1310 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/ResetExecution2" style="document" /> | |
1311 <wsdl:input> | |
1312 <soap:body use="literal" /> | |
1313 <soap:header message="tns:ResetExecution2ExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1314 <soap:header message="tns:ResetExecution2TrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1315 </wsdl:input> | |
1316 <wsdl:output> | |
1317 <soap:body use="literal" /> | |
1318 <soap:header message="tns:ResetExecution2ServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1319 </wsdl:output> | |
1320 </wsdl:operation> | |
1321 <wsdl:operation name="Render"> | |
1322 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Render" style="document" /> | |
1323 <wsdl:input> | |
1324 <soap:body use="literal" /> | |
1325 <soap:header message="tns:RenderExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1326 <soap:header message="tns:RenderTrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1327 </wsdl:input> | |
1328 <wsdl:output> | |
1329 <soap:body use="literal" /> | |
1330 <soap:header message="tns:RenderServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1331 </wsdl:output> | |
1332 </wsdl:operation> | |
1333 <wsdl:operation name="Render2"> | |
1334 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Render2" style="document" /> | |
1335 <wsdl:input> | |
1336 <soap:body use="literal" /> | |
1337 <soap:header message="tns:Render2ExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1338 <soap:header message="tns:Render2TrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1339 </wsdl:input> | |
1340 <wsdl:output> | |
1341 <soap:body use="literal" /> | |
1342 <soap:header message="tns:Render2ServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1343 </wsdl:output> | |
1344 </wsdl:operation> | |
1345 <wsdl:operation name="RenderStream"> | |
1346 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/RenderStream" style="document" /> | |
1347 <wsdl:input> | |
1348 <soap:body use="literal" /> | |
1349 <soap:header message="tns:RenderStreamExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1350 <soap:header message="tns:RenderStreamTrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1351 </wsdl:input> | |
1352 <wsdl:output> | |
1353 <soap:body use="literal" /> | |
1354 <soap:header message="tns:RenderStreamServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1355 </wsdl:output> | |
1356 </wsdl:operation> | |
1357 <wsdl:operation name="GetExecutionInfo"> | |
1358 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/GetExecutionInfo" style="document" /> | |
1359 <wsdl:input> | |
1360 <soap:body use="literal" /> | |
1361 <soap:header message="tns:GetExecutionInfoExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1362 <soap:header message="tns:GetExecutionInfoTrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1363 </wsdl:input> | |
1364 <wsdl:output> | |
1365 <soap:body use="literal" /> | |
1366 <soap:header message="tns:GetExecutionInfoServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1367 </wsdl:output> | |
1368 </wsdl:operation> | |
1369 <wsdl:operation name="GetExecutionInfo2"> | |
1370 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/GetExecutionInfo2" style="document" /> | |
1371 <wsdl:input> | |
1372 <soap:body use="literal" /> | |
1373 <soap:header message="tns:GetExecutionInfo2ExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1374 <soap:header message="tns:GetExecutionInfo2TrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1375 </wsdl:input> | |
1376 <wsdl:output> | |
1377 <soap:body use="literal" /> | |
1378 <soap:header message="tns:GetExecutionInfo2ServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1379 </wsdl:output> | |
1380 </wsdl:operation> | |
1381 <wsdl:operation name="GetDocumentMap"> | |
1382 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/GetDocumentMap" style="document" /> | |
1383 <wsdl:input> | |
1384 <soap:body use="literal" /> | |
1385 <soap:header message="tns:GetDocumentMapExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1386 <soap:header message="tns:GetDocumentMapTrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1387 </wsdl:input> | |
1388 <wsdl:output> | |
1389 <soap:body use="literal" /> | |
1390 <soap:header message="tns:GetDocumentMapServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1391 </wsdl:output> | |
1392 </wsdl:operation> | |
1393 <wsdl:operation name="LoadDrillthroughTarget"> | |
1394 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/LoadDrillthroughTarget" style="document" /> | |
1395 <wsdl:input> | |
1396 <soap:body use="literal" /> | |
1397 <soap:header message="tns:LoadDrillthroughTargetExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1398 <soap:header message="tns:LoadDrillthroughTargetTrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1399 </wsdl:input> | |
1400 <wsdl:output> | |
1401 <soap:body use="literal" /> | |
1402 <soap:header message="tns:LoadDrillthroughTargetExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1403 <soap:header message="tns:LoadDrillthroughTargetServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1404 </wsdl:output> | |
1405 </wsdl:operation> | |
1406 <wsdl:operation name="LoadDrillthroughTarget2"> | |
1407 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/LoadDrillthroughTarget2" style="document" /> | |
1408 <wsdl:input> | |
1409 <soap:body use="literal" /> | |
1410 <soap:header message="tns:LoadDrillthroughTarget2ExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1411 <soap:header message="tns:LoadDrillthroughTarget2TrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1412 </wsdl:input> | |
1413 <wsdl:output> | |
1414 <soap:body use="literal" /> | |
1415 <soap:header message="tns:LoadDrillthroughTarget2ExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1416 <soap:header message="tns:LoadDrillthroughTarget2ServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1417 </wsdl:output> | |
1418 </wsdl:operation> | |
1419 <wsdl:operation name="ToggleItem"> | |
1420 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/ToggleItem" style="document" /> | |
1421 <wsdl:input> | |
1422 <soap:body use="literal" /> | |
1423 <soap:header message="tns:ToggleItemExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1424 <soap:header message="tns:ToggleItemTrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1425 </wsdl:input> | |
1426 <wsdl:output> | |
1427 <soap:body use="literal" /> | |
1428 <soap:header message="tns:ToggleItemServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1429 </wsdl:output> | |
1430 </wsdl:operation> | |
1431 <wsdl:operation name="NavigateDocumentMap"> | |
1432 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/NavigateDocumentMap" style="document" /> | |
1433 <wsdl:input> | |
1434 <soap:body use="literal" /> | |
1435 <soap:header message="tns:NavigateDocumentMapExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1436 <soap:header message="tns:NavigateDocumentMapTrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1437 </wsdl:input> | |
1438 <wsdl:output> | |
1439 <soap:body use="literal" /> | |
1440 <soap:header message="tns:NavigateDocumentMapServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1441 </wsdl:output> | |
1442 </wsdl:operation> | |
1443 <wsdl:operation name="NavigateBookmark"> | |
1444 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/NavigateBookmark" style="document" /> | |
1445 <wsdl:input> | |
1446 <soap:body use="literal" /> | |
1447 <soap:header message="tns:NavigateBookmarkExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1448 <soap:header message="tns:NavigateBookmarkTrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1449 </wsdl:input> | |
1450 <wsdl:output> | |
1451 <soap:body use="literal" /> | |
1452 <soap:header message="tns:NavigateBookmarkServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1453 </wsdl:output> | |
1454 </wsdl:operation> | |
1455 <wsdl:operation name="FindString"> | |
1456 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/FindString" style="document" /> | |
1457 <wsdl:input> | |
1458 <soap:body use="literal" /> | |
1459 <soap:header message="tns:FindStringExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1460 <soap:header message="tns:FindStringTrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1461 </wsdl:input> | |
1462 <wsdl:output> | |
1463 <soap:body use="literal" /> | |
1464 <soap:header message="tns:FindStringServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1465 </wsdl:output> | |
1466 </wsdl:operation> | |
1467 <wsdl:operation name="Sort"> | |
1468 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Sort" style="document" /> | |
1469 <wsdl:input> | |
1470 <soap:body use="literal" /> | |
1471 <soap:header message="tns:SortExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1472 <soap:header message="tns:SortTrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1473 </wsdl:input> | |
1474 <wsdl:output> | |
1475 <soap:body use="literal" /> | |
1476 <soap:header message="tns:SortServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1477 </wsdl:output> | |
1478 </wsdl:operation> | |
1479 <wsdl:operation name="Sort2"> | |
1480 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Sort2" style="document" /> | |
1481 <wsdl:input> | |
1482 <soap:body use="literal" /> | |
1483 <soap:header message="tns:Sort2ExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1484 <soap:header message="tns:Sort2TrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1485 </wsdl:input> | |
1486 <wsdl:output> | |
1487 <soap:body use="literal" /> | |
1488 <soap:header message="tns:Sort2ServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1489 </wsdl:output> | |
1490 </wsdl:operation> | |
1491 <wsdl:operation name="GetRenderResource"> | |
1492 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/GetRenderResource" style="document" /> | |
1493 <wsdl:input> | |
1494 <soap:body use="literal" /> | |
1495 <soap:header message="tns:GetRenderResourceTrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1496 </wsdl:input> | |
1497 <wsdl:output> | |
1498 <soap:body use="literal" /> | |
1499 <soap:header message="tns:GetRenderResourceServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1500 </wsdl:output> | |
1501 </wsdl:operation> | |
1502 <wsdl:operation name="ListRenderingExtensions"> | |
1503 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/ListRenderingExtensions" style="document" /> | |
1504 <wsdl:input> | |
1505 <soap:body use="literal" /> | |
1506 <soap:header message="tns:ListRenderingExtensionsTrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1507 </wsdl:input> | |
1508 <wsdl:output> | |
1509 <soap:body use="literal" /> | |
1510 <soap:header message="tns:ListRenderingExtensionsServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1511 </wsdl:output> | |
1512 </wsdl:operation> | |
1513 <wsdl:operation name="LogonUser"> | |
1514 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/LogonUser" style="document" /> | |
1515 <wsdl:input> | |
1516 <soap:body use="literal" /> | |
1517 </wsdl:input> | |
1518 <wsdl:output> | |
1519 <soap:body use="literal" /> | |
1520 <soap:header message="tns:LogonUserServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1521 </wsdl:output> | |
1522 </wsdl:operation> | |
1523 <wsdl:operation name="Logoff"> | |
1524 <soap:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Logoff" style="document" /> | |
1525 <wsdl:input> | |
1526 <soap:body use="literal" /> | |
1527 </wsdl:input> | |
1528 <wsdl:output> | |
1529 <soap:body use="literal" /> | |
1530 <soap:header message="tns:LogoffServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1531 </wsdl:output> | |
1532 </wsdl:operation> | |
1533 </wsdl:binding> | |
1534 <wsdl:binding name="ReportExecutionServiceSoap12" type="tns:ReportExecutionServiceSoap"> | |
1535 <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" /> | |
1536 <wsdl:operation name="ListSecureMethods"> | |
1537 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/ListSecureMethods" style="document" /> | |
1538 <wsdl:input> | |
1539 <soap12:body use="literal" /> | |
1540 <soap12:header message="tns:ListSecureMethodsTrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1541 </wsdl:input> | |
1542 <wsdl:output> | |
1543 <soap12:body use="literal" /> | |
1544 <soap12:header message="tns:ListSecureMethodsServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1545 </wsdl:output> | |
1546 </wsdl:operation> | |
1547 <wsdl:operation name="LoadReport"> | |
1548 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/LoadReport" style="document" /> | |
1549 <wsdl:input> | |
1550 <soap12:body use="literal" /> | |
1551 <soap12:header message="tns:LoadReportTrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1552 </wsdl:input> | |
1553 <wsdl:output> | |
1554 <soap12:body use="literal" /> | |
1555 <soap12:header message="tns:LoadReportExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1556 <soap12:header message="tns:LoadReportServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1557 </wsdl:output> | |
1558 </wsdl:operation> | |
1559 <wsdl:operation name="LoadReport2"> | |
1560 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/LoadReport2" style="document" /> | |
1561 <wsdl:input> | |
1562 <soap12:body use="literal" /> | |
1563 <soap12:header message="tns:LoadReport2TrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1564 </wsdl:input> | |
1565 <wsdl:output> | |
1566 <soap12:body use="literal" /> | |
1567 <soap12:header message="tns:LoadReport2ExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1568 <soap12:header message="tns:LoadReport2ServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1569 </wsdl:output> | |
1570 </wsdl:operation> | |
1571 <wsdl:operation name="LoadReportDefinition"> | |
1572 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/LoadReportDefinition" style="document" /> | |
1573 <wsdl:input> | |
1574 <soap12:body use="literal" /> | |
1575 <soap12:header message="tns:LoadReportDefinitionTrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1576 </wsdl:input> | |
1577 <wsdl:output> | |
1578 <soap12:body use="literal" /> | |
1579 <soap12:header message="tns:LoadReportDefinitionExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1580 <soap12:header message="tns:LoadReportDefinitionServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1581 </wsdl:output> | |
1582 </wsdl:operation> | |
1583 <wsdl:operation name="LoadReportDefinition2"> | |
1584 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/LoadReportDefinition2" style="document" /> | |
1585 <wsdl:input> | |
1586 <soap12:body use="literal" /> | |
1587 <soap12:header message="tns:LoadReportDefinition2TrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1588 </wsdl:input> | |
1589 <wsdl:output> | |
1590 <soap12:body use="literal" /> | |
1591 <soap12:header message="tns:LoadReportDefinition2ExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1592 <soap12:header message="tns:LoadReportDefinition2ServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1593 </wsdl:output> | |
1594 </wsdl:operation> | |
1595 <wsdl:operation name="SetExecutionCredentials"> | |
1596 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/SetExecutionCredentials" style="document" /> | |
1597 <wsdl:input> | |
1598 <soap12:body use="literal" /> | |
1599 <soap12:header message="tns:SetExecutionCredentialsExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1600 <soap12:header message="tns:SetExecutionCredentialsTrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1601 </wsdl:input> | |
1602 <wsdl:output> | |
1603 <soap12:body use="literal" /> | |
1604 <soap12:header message="tns:SetExecutionCredentialsServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1605 </wsdl:output> | |
1606 </wsdl:operation> | |
1607 <wsdl:operation name="SetExecutionCredentials2"> | |
1608 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/SetExecutionCredentials2" style="document" /> | |
1609 <wsdl:input> | |
1610 <soap12:body use="literal" /> | |
1611 <soap12:header message="tns:SetExecutionCredentials2ExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1612 <soap12:header message="tns:SetExecutionCredentials2TrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1613 </wsdl:input> | |
1614 <wsdl:output> | |
1615 <soap12:body use="literal" /> | |
1616 <soap12:header message="tns:SetExecutionCredentials2ServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1617 </wsdl:output> | |
1618 </wsdl:operation> | |
1619 <wsdl:operation name="SetExecutionParameters"> | |
1620 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/SetExecutionParameters" style="document" /> | |
1621 <wsdl:input> | |
1622 <soap12:body use="literal" /> | |
1623 <soap12:header message="tns:SetExecutionParametersExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1624 <soap12:header message="tns:SetExecutionParametersTrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1625 </wsdl:input> | |
1626 <wsdl:output> | |
1627 <soap12:body use="literal" /> | |
1628 <soap12:header message="tns:SetExecutionParametersServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1629 </wsdl:output> | |
1630 </wsdl:operation> | |
1631 <wsdl:operation name="SetExecutionParameters2"> | |
1632 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/SetExecutionParameters2" style="document" /> | |
1633 <wsdl:input> | |
1634 <soap12:body use="literal" /> | |
1635 <soap12:header message="tns:SetExecutionParameters2ExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1636 <soap12:header message="tns:SetExecutionParameters2TrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1637 </wsdl:input> | |
1638 <wsdl:output> | |
1639 <soap12:body use="literal" /> | |
1640 <soap12:header message="tns:SetExecutionParameters2ServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1641 </wsdl:output> | |
1642 </wsdl:operation> | |
1643 <wsdl:operation name="ResetExecution"> | |
1644 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/ResetExecution" style="document" /> | |
1645 <wsdl:input> | |
1646 <soap12:body use="literal" /> | |
1647 <soap12:header message="tns:ResetExecutionExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1648 <soap12:header message="tns:ResetExecutionTrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1649 </wsdl:input> | |
1650 <wsdl:output> | |
1651 <soap12:body use="literal" /> | |
1652 <soap12:header message="tns:ResetExecutionServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1653 </wsdl:output> | |
1654 </wsdl:operation> | |
1655 <wsdl:operation name="ResetExecution2"> | |
1656 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/ResetExecution2" style="document" /> | |
1657 <wsdl:input> | |
1658 <soap12:body use="literal" /> | |
1659 <soap12:header message="tns:ResetExecution2ExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1660 <soap12:header message="tns:ResetExecution2TrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1661 </wsdl:input> | |
1662 <wsdl:output> | |
1663 <soap12:body use="literal" /> | |
1664 <soap12:header message="tns:ResetExecution2ServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1665 </wsdl:output> | |
1666 </wsdl:operation> | |
1667 <wsdl:operation name="Render"> | |
1668 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Render" style="document" /> | |
1669 <wsdl:input> | |
1670 <soap12:body use="literal" /> | |
1671 <soap12:header message="tns:RenderExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1672 <soap12:header message="tns:RenderTrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1673 </wsdl:input> | |
1674 <wsdl:output> | |
1675 <soap12:body use="literal" /> | |
1676 <soap12:header message="tns:RenderServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1677 </wsdl:output> | |
1678 </wsdl:operation> | |
1679 <wsdl:operation name="Render2"> | |
1680 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Render2" style="document" /> | |
1681 <wsdl:input> | |
1682 <soap12:body use="literal" /> | |
1683 <soap12:header message="tns:Render2ExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1684 <soap12:header message="tns:Render2TrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1685 </wsdl:input> | |
1686 <wsdl:output> | |
1687 <soap12:body use="literal" /> | |
1688 <soap12:header message="tns:Render2ServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1689 </wsdl:output> | |
1690 </wsdl:operation> | |
1691 <wsdl:operation name="RenderStream"> | |
1692 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/RenderStream" style="document" /> | |
1693 <wsdl:input> | |
1694 <soap12:body use="literal" /> | |
1695 <soap12:header message="tns:RenderStreamExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1696 <soap12:header message="tns:RenderStreamTrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1697 </wsdl:input> | |
1698 <wsdl:output> | |
1699 <soap12:body use="literal" /> | |
1700 <soap12:header message="tns:RenderStreamServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1701 </wsdl:output> | |
1702 </wsdl:operation> | |
1703 <wsdl:operation name="GetExecutionInfo"> | |
1704 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/GetExecutionInfo" style="document" /> | |
1705 <wsdl:input> | |
1706 <soap12:body use="literal" /> | |
1707 <soap12:header message="tns:GetExecutionInfoExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1708 <soap12:header message="tns:GetExecutionInfoTrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1709 </wsdl:input> | |
1710 <wsdl:output> | |
1711 <soap12:body use="literal" /> | |
1712 <soap12:header message="tns:GetExecutionInfoServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1713 </wsdl:output> | |
1714 </wsdl:operation> | |
1715 <wsdl:operation name="GetExecutionInfo2"> | |
1716 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/GetExecutionInfo2" style="document" /> | |
1717 <wsdl:input> | |
1718 <soap12:body use="literal" /> | |
1719 <soap12:header message="tns:GetExecutionInfo2ExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1720 <soap12:header message="tns:GetExecutionInfo2TrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1721 </wsdl:input> | |
1722 <wsdl:output> | |
1723 <soap12:body use="literal" /> | |
1724 <soap12:header message="tns:GetExecutionInfo2ServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1725 </wsdl:output> | |
1726 </wsdl:operation> | |
1727 <wsdl:operation name="GetDocumentMap"> | |
1728 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/GetDocumentMap" style="document" /> | |
1729 <wsdl:input> | |
1730 <soap12:body use="literal" /> | |
1731 <soap12:header message="tns:GetDocumentMapExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1732 <soap12:header message="tns:GetDocumentMapTrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1733 </wsdl:input> | |
1734 <wsdl:output> | |
1735 <soap12:body use="literal" /> | |
1736 <soap12:header message="tns:GetDocumentMapServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1737 </wsdl:output> | |
1738 </wsdl:operation> | |
1739 <wsdl:operation name="LoadDrillthroughTarget"> | |
1740 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/LoadDrillthroughTarget" style="document" /> | |
1741 <wsdl:input> | |
1742 <soap12:body use="literal" /> | |
1743 <soap12:header message="tns:LoadDrillthroughTargetExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1744 <soap12:header message="tns:LoadDrillthroughTargetTrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1745 </wsdl:input> | |
1746 <wsdl:output> | |
1747 <soap12:body use="literal" /> | |
1748 <soap12:header message="tns:LoadDrillthroughTargetExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1749 <soap12:header message="tns:LoadDrillthroughTargetServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1750 </wsdl:output> | |
1751 </wsdl:operation> | |
1752 <wsdl:operation name="LoadDrillthroughTarget2"> | |
1753 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/LoadDrillthroughTarget2" style="document" /> | |
1754 <wsdl:input> | |
1755 <soap12:body use="literal" /> | |
1756 <soap12:header message="tns:LoadDrillthroughTarget2ExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1757 <soap12:header message="tns:LoadDrillthroughTarget2TrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1758 </wsdl:input> | |
1759 <wsdl:output> | |
1760 <soap12:body use="literal" /> | |
1761 <soap12:header message="tns:LoadDrillthroughTarget2ExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1762 <soap12:header message="tns:LoadDrillthroughTarget2ServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1763 </wsdl:output> | |
1764 </wsdl:operation> | |
1765 <wsdl:operation name="ToggleItem"> | |
1766 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/ToggleItem" style="document" /> | |
1767 <wsdl:input> | |
1768 <soap12:body use="literal" /> | |
1769 <soap12:header message="tns:ToggleItemExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1770 <soap12:header message="tns:ToggleItemTrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1771 </wsdl:input> | |
1772 <wsdl:output> | |
1773 <soap12:body use="literal" /> | |
1774 <soap12:header message="tns:ToggleItemServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1775 </wsdl:output> | |
1776 </wsdl:operation> | |
1777 <wsdl:operation name="NavigateDocumentMap"> | |
1778 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/NavigateDocumentMap" style="document" /> | |
1779 <wsdl:input> | |
1780 <soap12:body use="literal" /> | |
1781 <soap12:header message="tns:NavigateDocumentMapExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1782 <soap12:header message="tns:NavigateDocumentMapTrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1783 </wsdl:input> | |
1784 <wsdl:output> | |
1785 <soap12:body use="literal" /> | |
1786 <soap12:header message="tns:NavigateDocumentMapServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1787 </wsdl:output> | |
1788 </wsdl:operation> | |
1789 <wsdl:operation name="NavigateBookmark"> | |
1790 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/NavigateBookmark" style="document" /> | |
1791 <wsdl:input> | |
1792 <soap12:body use="literal" /> | |
1793 <soap12:header message="tns:NavigateBookmarkExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1794 <soap12:header message="tns:NavigateBookmarkTrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1795 </wsdl:input> | |
1796 <wsdl:output> | |
1797 <soap12:body use="literal" /> | |
1798 <soap12:header message="tns:NavigateBookmarkServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1799 </wsdl:output> | |
1800 </wsdl:operation> | |
1801 <wsdl:operation name="FindString"> | |
1802 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/FindString" style="document" /> | |
1803 <wsdl:input> | |
1804 <soap12:body use="literal" /> | |
1805 <soap12:header message="tns:FindStringExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1806 <soap12:header message="tns:FindStringTrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1807 </wsdl:input> | |
1808 <wsdl:output> | |
1809 <soap12:body use="literal" /> | |
1810 <soap12:header message="tns:FindStringServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1811 </wsdl:output> | |
1812 </wsdl:operation> | |
1813 <wsdl:operation name="Sort"> | |
1814 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Sort" style="document" /> | |
1815 <wsdl:input> | |
1816 <soap12:body use="literal" /> | |
1817 <soap12:header message="tns:SortExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1818 <soap12:header message="tns:SortTrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1819 </wsdl:input> | |
1820 <wsdl:output> | |
1821 <soap12:body use="literal" /> | |
1822 <soap12:header message="tns:SortServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1823 </wsdl:output> | |
1824 </wsdl:operation> | |
1825 <wsdl:operation name="Sort2"> | |
1826 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Sort2" style="document" /> | |
1827 <wsdl:input> | |
1828 <soap12:body use="literal" /> | |
1829 <soap12:header message="tns:Sort2ExecutionHeader" part="ExecutionHeader" use="literal" /> | |
1830 <soap12:header message="tns:Sort2TrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1831 </wsdl:input> | |
1832 <wsdl:output> | |
1833 <soap12:body use="literal" /> | |
1834 <soap12:header message="tns:Sort2ServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1835 </wsdl:output> | |
1836 </wsdl:operation> | |
1837 <wsdl:operation name="GetRenderResource"> | |
1838 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/GetRenderResource" style="document" /> | |
1839 <wsdl:input> | |
1840 <soap12:body use="literal" /> | |
1841 <soap12:header message="tns:GetRenderResourceTrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1842 </wsdl:input> | |
1843 <wsdl:output> | |
1844 <soap12:body use="literal" /> | |
1845 <soap12:header message="tns:GetRenderResourceServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1846 </wsdl:output> | |
1847 </wsdl:operation> | |
1848 <wsdl:operation name="ListRenderingExtensions"> | |
1849 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/ListRenderingExtensions" style="document" /> | |
1850 <wsdl:input> | |
1851 <soap12:body use="literal" /> | |
1852 <soap12:header message="tns:ListRenderingExtensionsTrustedUserHeader" part="TrustedUserHeader" use="literal" /> | |
1853 </wsdl:input> | |
1854 <wsdl:output> | |
1855 <soap12:body use="literal" /> | |
1856 <soap12:header message="tns:ListRenderingExtensionsServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1857 </wsdl:output> | |
1858 </wsdl:operation> | |
1859 <wsdl:operation name="LogonUser"> | |
1860 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/LogonUser" style="document" /> | |
1861 <wsdl:input> | |
1862 <soap12:body use="literal" /> | |
1863 </wsdl:input> | |
1864 <wsdl:output> | |
1865 <soap12:body use="literal" /> | |
1866 <soap12:header message="tns:LogonUserServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1867 </wsdl:output> | |
1868 </wsdl:operation> | |
1869 <wsdl:operation name="Logoff"> | |
1870 <soap12:operation soapAction="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Logoff" style="document" /> | |
1871 <wsdl:input> | |
1872 <soap12:body use="literal" /> | |
1873 </wsdl:input> | |
1874 <wsdl:output> | |
1875 <soap12:body use="literal" /> | |
1876 <soap12:header message="tns:LogoffServerInfoHeader" part="ServerInfoHeader" use="literal" /> | |
1877 </wsdl:output> | |
1878 </wsdl:operation> | |
1879 </wsdl:binding> | |
1880 <wsdl:service name="ReportExecutionService"> | |
1881 <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">The Reporting Services Execution Service enables report execution</wsdl:documentation> | |
1882 <wsdl:port name="ReportExecutionServiceSoap" binding="tns:ReportExecutionServiceSoap"> | |
1883 <soap:address location="http://localhost:80/ReportServer_SQL2008/ReportExecution2005.asmx" /> | |
1884 </wsdl:port> | |
1885 <wsdl:port name="ReportExecutionServiceSoap12" binding="tns:ReportExecutionServiceSoap12"> | |
1886 <soap12:address location="http://localhost:80/ReportServer_SQL2008/ReportExecution2005.asmx" /> | |
1887 </wsdl:port> | |
1888 </wsdl:service> | |
1889 </wsdl:definitions> |