czech-data-box 0.1.2 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +277 -48
- package/dist/index.d.ts +5 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -0
- package/dist/lib/ISDSBox.d.ts +96 -0
- package/dist/lib/ISDSBox.d.ts.map +1 -0
- package/dist/lib/ISDSBox.js +662 -0
- package/dist/lib/ISDSBox.js.map +1 -0
- package/dist/lib/ISDSSentOutFiles.d.ts +14 -0
- package/dist/lib/ISDSSentOutFiles.d.ts.map +1 -0
- package/dist/lib/ISDSSentOutFiles.js +44 -0
- package/dist/lib/ISDSSentOutFiles.js.map +1 -0
- package/dist/lib/ISDSSoapClient.d.ts +25 -0
- package/dist/lib/ISDSSoapClient.d.ts.map +1 -0
- package/dist/lib/ISDSSoapClient.js +178 -0
- package/dist/lib/ISDSSoapClient.js.map +1 -0
- package/dist/lib/config.d.ts +7 -0
- package/dist/lib/config.d.ts.map +1 -0
- package/dist/lib/config.js +94 -0
- package/dist/lib/config.js.map +1 -0
- package/dist/models/DataBox.d.ts +34 -0
- package/dist/models/DataBox.d.ts.map +1 -0
- package/dist/models/DataBox.js +92 -0
- package/dist/models/DataBox.js.map +1 -0
- package/dist/models/DataMessage.d.ts +29 -0
- package/dist/models/DataMessage.d.ts.map +1 -0
- package/dist/models/DataMessage.js +96 -0
- package/dist/models/DataMessage.js.map +1 -0
- package/dist/models/DataMessageFile.d.ts +22 -0
- package/dist/models/DataMessageFile.d.ts.map +1 -0
- package/dist/models/DataMessageFile.js +54 -0
- package/dist/models/DataMessageFile.js.map +1 -0
- package/dist/models/DataMessageFiles.d.ts +9 -0
- package/dist/models/DataMessageFiles.d.ts.map +1 -0
- package/dist/models/DataMessageFiles.js +17 -0
- package/dist/models/DataMessageFiles.js.map +1 -0
- package/dist/types.d.ts +420 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +2 -0
- package/dist/types.js.map +1 -0
- package/package.json +66 -40
- package/resources/wsdl/ChangePassword.wsdl +83 -83
- package/resources/wsdl/ChangePasswordTypes.xsd +68 -68
- package/resources/wsdl/dbTypes.xsd +1712 -1688
- package/resources/wsdl/db_access.wsdl +199 -197
- package/resources/wsdl/db_manipulations.wsdl +600 -598
- package/resources/wsdl/db_search.wsdl +389 -362
- package/resources/wsdl/dmBaseTypes.xsd +1563 -1497
- package/resources/wsdl/dm_VoDZ.wsdl +215 -212
- package/resources/wsdl/dm_arch.wsdl +77 -0
- package/resources/wsdl/dm_info.wsdl +462 -412
- package/resources/wsdl/dm_operations.wsdl +252 -242
- package/.gitattributes +0 -16
- package/.github/workflows/tests.yml +0 -39
- package/.nvmrc +0 -1
- package/.prettierignore +0 -1
- package/.prettierrc.yaml +0 -6
- package/.vscode/launch.json +0 -15
- package/.vscode/settings.json +0 -5
- package/CHANGELOG.md +0 -17
- package/CODE_OF_CONDUCT.md +0 -128
- package/CONTRIBUTING.md +0 -84
- package/eslint.config.js +0 -26
- package/examples/db_login_with_certificate.js +0 -27
- package/examples/db_search.js +0 -27
- package/examples/dm_operations.js +0 -58
- package/src/index.js +0 -5
- package/src/lib/ISDSBox.js +0 -309
- package/src/lib/ISDSSentOutFiles.js +0 -84
- package/src/lib/ISDSSoapClient.js +0 -201
- package/src/lib/config.js +0 -71
- package/src/models/DataBox.js +0 -194
- package/src/models/DataMessage.js +0 -153
- package/src/models/DataMessageFile.js +0 -69
- package/src/models/DataMessageFiles.js +0 -23
- package/test/ISDSBox.test.js +0 -129
- package/test/ISDSSentOutFiles.test.js +0 -124
- package/test/ISDSSoapClient.test.js +0 -81
- package/test/communication_test.pdf +0 -0
|
@@ -1,412 +1,462 @@
|
|
|
1
|
-
<?xml version = '1.0' encoding = 'UTF-8'?>
|
|
2
|
-
<!-- *********************************************************************
|
|
3
|
-
|
|
4
|
-
verze: 3.
|
|
5
|
-
klasifikace: Veřejný dokument
|
|
6
|
-
|
|
7
|
-
WSDL pro služby
|
|
8
|
-
1. Ověření neporušení datové zprávy - VerifyMessage
|
|
9
|
-
2. Stažení obálky přijaté zprávy v čitelné podobě - MessageEnvelopeDownload
|
|
10
|
-
3. Označení přijaté zprávy jako Přečtené - MarkMessageAsDownloaded
|
|
11
|
-
4. Oznámení o dodání, doručení, nedoručení datové zprávy (Dodejka, Doručenka, Nedoručenka) - GetDeliveryInfo
|
|
12
|
-
5. Podepsané oznámení o dodání, doručení, nedoručení datové zprávy (Dodejka, Doručenka, Nedoručenka) - GetSignedDeliveryInfo
|
|
13
|
-
6. Stažení seznamů odeslaných datových zpráv - GetListOfSentMessages
|
|
14
|
-
7. Stažení seznamů přijatých datových zpráv - GetListOfReceivedMessages
|
|
15
|
-
8. Doručení komerční datové zprávy - ConfirmDelivery - odstraněno ve verzi 2.33
|
|
16
|
-
9. Seznam změněných zpráv - GetMessageStateChanges
|
|
17
|
-
10. Informace o odesílateli zprávy - GetMessageAuthor a GetMessageAuthor2
|
|
18
|
-
11. Informace o způsobu posílání PDZ - PDZInfo
|
|
19
|
-
12. Smazání dlouhodbě uložené DZ (trezorové) - EraseMessage
|
|
20
|
-
13. Požadavek na stažení seznamu smazaných zpráv - GetListOfErasedMessages
|
|
21
|
-
14. Vyzvednutí asynchronního požadavku - PickUpAsyncResponse
|
|
22
|
-
15. Registrace externích notifikací - RegisterForNotifications
|
|
23
|
-
16. Stažení záznamů pro notifikace - GetListForNotifications
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
10.
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
</
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
<
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
<operation name="
|
|
192
|
-
<input
|
|
193
|
-
<output
|
|
194
|
-
</operation>
|
|
195
|
-
|
|
196
|
-
<operation name="
|
|
197
|
-
<input message="tns:
|
|
198
|
-
<output message="tns:
|
|
199
|
-
</operation>
|
|
200
|
-
|
|
201
|
-
<operation name="
|
|
202
|
-
<input message="tns:
|
|
203
|
-
<output message="tns:
|
|
204
|
-
</operation>
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
<input message="tns:
|
|
208
|
-
<output message="tns:
|
|
209
|
-
</operation>
|
|
210
|
-
|
|
211
|
-
<operation name="
|
|
212
|
-
<input message="tns:
|
|
213
|
-
<output
|
|
214
|
-
</operation>
|
|
215
|
-
|
|
216
|
-
<operation name="
|
|
217
|
-
<input message="tns:
|
|
218
|
-
<output message="tns:
|
|
219
|
-
</operation>
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
<input message="tns:
|
|
223
|
-
<output message="tns:
|
|
224
|
-
</operation>
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
</operation>
|
|
230
|
-
|
|
231
|
-
<operation name="
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
</operation>
|
|
235
|
-
|
|
236
|
-
<operation name="
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
</operation>
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
</operation>
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
<
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
<
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
<operation name="
|
|
283
|
-
<soap:operation soapAction="" />
|
|
284
|
-
<input>
|
|
285
|
-
<soap:body use="literal" />
|
|
286
|
-
</input>
|
|
287
|
-
<output>
|
|
288
|
-
<soap:body use="literal" />
|
|
289
|
-
</output>
|
|
290
|
-
</operation>
|
|
291
|
-
|
|
292
|
-
<operation name="
|
|
293
|
-
<soap:operation soapAction=""/>
|
|
294
|
-
<input>
|
|
295
|
-
<soap:body use="literal" />
|
|
296
|
-
</input>
|
|
297
|
-
<output>
|
|
298
|
-
<soap:body use="literal" />
|
|
299
|
-
</output>
|
|
300
|
-
</operation>
|
|
301
|
-
|
|
302
|
-
<operation name="
|
|
303
|
-
<soap:operation soapAction="" />
|
|
304
|
-
<input>
|
|
305
|
-
<soap:body use="literal" />
|
|
306
|
-
</input>
|
|
307
|
-
<output>
|
|
308
|
-
<soap:body use="literal" />
|
|
309
|
-
</output>
|
|
310
|
-
</operation>
|
|
311
|
-
|
|
312
|
-
<operation name="
|
|
313
|
-
<soap:operation soapAction="" />
|
|
314
|
-
<input>
|
|
315
|
-
<soap:body use="literal" />
|
|
316
|
-
</input>
|
|
317
|
-
<output>
|
|
318
|
-
<soap:body use="literal" />
|
|
319
|
-
</output>
|
|
320
|
-
</operation>
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
<soap:operation soapAction=""
|
|
324
|
-
<input>
|
|
325
|
-
<soap:body use="literal" />
|
|
326
|
-
</input>
|
|
327
|
-
<output>
|
|
328
|
-
<soap:body use="literal" />
|
|
329
|
-
</output>
|
|
330
|
-
</operation>
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
<soap:operation soapAction="" />
|
|
334
|
-
<input>
|
|
335
|
-
<soap:body use="literal" />
|
|
336
|
-
</input>
|
|
337
|
-
<output>
|
|
338
|
-
<soap:body use="literal" />
|
|
339
|
-
</output>
|
|
340
|
-
</operation>
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
<soap:operation soapAction="" />
|
|
344
|
-
<input>
|
|
345
|
-
<soap:body use="literal" />
|
|
346
|
-
</input>
|
|
347
|
-
<output>
|
|
348
|
-
<soap:body use="literal" />
|
|
349
|
-
</output>
|
|
350
|
-
</operation>
|
|
351
|
-
|
|
352
|
-
<operation name="
|
|
353
|
-
<soap:operation soapAction="" />
|
|
354
|
-
<input>
|
|
355
|
-
<soap:body use="literal" />
|
|
356
|
-
</input>
|
|
357
|
-
<output>
|
|
358
|
-
<soap:body use="literal" />
|
|
359
|
-
</output>
|
|
360
|
-
</operation>
|
|
361
|
-
|
|
362
|
-
<operation name="
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
<operation name="
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
<operation name="
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
<operation name="
|
|
393
|
-
<soap:operation soapAction="" />
|
|
394
|
-
<input>
|
|
395
|
-
<soap:body use="literal" />
|
|
396
|
-
</input>
|
|
397
|
-
<output>
|
|
398
|
-
<soap:body use="literal" />
|
|
399
|
-
</output>
|
|
400
|
-
</operation>
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
1
|
+
<?xml version = '1.0' encoding = 'UTF-8'?>
|
|
2
|
+
<!-- *********************************************************************
|
|
3
|
+
|
|
4
|
+
verze: 3.09
|
|
5
|
+
klasifikace: Veřejný dokument
|
|
6
|
+
|
|
7
|
+
WSDL pro služby
|
|
8
|
+
1. Ověření neporušení datové zprávy - VerifyMessage
|
|
9
|
+
2. Stažení obálky přijaté zprávy v čitelné podobě - MessageEnvelopeDownload
|
|
10
|
+
3. Označení přijaté zprávy jako Přečtené - MarkMessageAsDownloaded
|
|
11
|
+
4. Oznámení o dodání, doručení, nedoručení datové zprávy (Dodejka, Doručenka, Nedoručenka) - GetDeliveryInfo
|
|
12
|
+
5. Podepsané oznámení o dodání, doručení, nedoručení datové zprávy (Dodejka, Doručenka, Nedoručenka) - GetSignedDeliveryInfo
|
|
13
|
+
6. Stažení seznamů odeslaných datových zpráv - GetListOfSentMessages
|
|
14
|
+
7. Stažení seznamů přijatých datových zpráv - GetListOfReceivedMessages
|
|
15
|
+
8. Doručení komerční datové zprávy - ConfirmDelivery - odstraněno ve verzi 2.33
|
|
16
|
+
9. Seznam změněných zpráv - GetMessageStateChanges
|
|
17
|
+
10. Informace o odesílateli zprávy - GetMessageAuthor a GetMessageAuthor2
|
|
18
|
+
11. Informace o způsobu posílání PDZ - PDZInfo
|
|
19
|
+
12. Smazání dlouhodbě uložené DZ (trezorové) - EraseMessage
|
|
20
|
+
13. Požadavek na stažení seznamu smazaných zpráv - GetListOfErasedMessages
|
|
21
|
+
14. Vyzvednutí asynchronního požadavku - PickUpAsyncResponse
|
|
22
|
+
15. Registrace externích notifikací - RegisterForNotifications
|
|
23
|
+
16. Stažení záznamů pro notifikace - GetListForNotifications
|
|
24
|
+
17. Stažení obálky odeslané zprávy - SentMessageEnvelopeDownload
|
|
25
|
+
18. Oznámení spamu - SuspMessageReport
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
Změny:
|
|
29
|
+
4.2.2009 verze 0.1
|
|
30
|
+
20.3.2009 verze 1.0 - formální úpravy vyhovující WS-I Basic Profile
|
|
31
|
+
8.4.2009 verze 1.2 - změna názvů WSDL, rozložení operací mezi WSDL
|
|
32
|
+
3.6.2009 verze 2.0 - novela
|
|
33
|
+
1.11.2009 verze 2.6 - přidána WS ConfirmDelivery
|
|
34
|
+
11.10.2010 verze 2.10 - změna URL v důsledku přechodu na Basic autentizaci
|
|
35
|
+
- přidání WS GetMessageStateChanges
|
|
36
|
+
10.11.2010 verze 2.11 - přidání WS GetMessageAuthor
|
|
37
|
+
25.8.2010 verze 2.14 - novela zákona
|
|
38
|
+
12.4.2012 verze 2.16 - přidání WS EraseMessage
|
|
39
|
+
14.10.2015 verze 2.22 - sjednocení verzí
|
|
40
|
+
21.11.2017 verze 2.27 - sjednocení verzí
|
|
41
|
+
04.09.2018 verze 2.31 - sjednocení verzí
|
|
42
|
+
29.07.2021 verze 2.33 - přidány WS GetListOfErasedMessages a PickUpAsyncResponse a RegisterForNotifications a GetListForNotifications
|
|
43
|
+
24.11.2021 verze 3.0 (pro VT) - upravené XSD definice
|
|
44
|
+
25.04.2022 verze 2.35 - přidána WS GetMessageAuthor2
|
|
45
|
+
25.04.2021 verze 3.01 (pro VT) - přidána WS GetMessageAuthor2
|
|
46
|
+
31.10.2022 verze 3.03 - sjednocení verzí
|
|
47
|
+
20.10.2023 verze 3.04 - sjednocení verzí
|
|
48
|
+
21.10.2024 verze 3.07 - přidána služba SentMessageEnvelopeDownload
|
|
49
|
+
20.12.2024 verze 3.08 - přidáná služba SuspMessageReport
|
|
50
|
+
29.07.2025 verze 3.09 - sjednocení verzí
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
************************************************************************ -->
|
|
54
|
+
|
|
55
|
+
<definitions name="ISDS_dmMessCreate" targetNamespace="http://isds.czechpoint.cz/v20"
|
|
56
|
+
xmlns="http://schemas.xmlsoap.org/wsdl/"
|
|
57
|
+
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
|
58
|
+
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
|
|
59
|
+
xmlns:tns="http://isds.czechpoint.cz/v20">
|
|
60
|
+
|
|
61
|
+
<types>
|
|
62
|
+
<xs:schema targetNamespace="http://isds.czechpoint.cz/v20">
|
|
63
|
+
<xs:include schemaLocation="dmBaseTypes.xsd" />
|
|
64
|
+
</xs:schema>
|
|
65
|
+
</types>
|
|
66
|
+
|
|
67
|
+
<!-- ******************************************************************* -->
|
|
68
|
+
|
|
69
|
+
<message name="MessageVerifyRequest">
|
|
70
|
+
<part name="parameter" element="tns:VerifyMessage" />
|
|
71
|
+
</message>
|
|
72
|
+
<message name="MessageVerifyResponse">
|
|
73
|
+
<part name="parameter" element="tns:VerifyMessageResponse" />
|
|
74
|
+
</message>
|
|
75
|
+
|
|
76
|
+
<message name="MessageEnvelopeDownloadRequest">
|
|
77
|
+
<part name="parameter" element="tns:MessageEnvelopeDownload" />
|
|
78
|
+
</message>
|
|
79
|
+
<message name="MessageEnvelopeDownloadResponse">
|
|
80
|
+
<part name="parameter" element="tns:MessageEnvelopeDownloadResponse" />
|
|
81
|
+
</message>
|
|
82
|
+
|
|
83
|
+
<message name="MarkMessageAsDownloadedRequest">
|
|
84
|
+
<part name="parameter" element="tns:MarkMessageAsDownloaded" />
|
|
85
|
+
</message>
|
|
86
|
+
<message name="MarkMessageAsDownloadedResponse">
|
|
87
|
+
<part name="parameter" element="tns:MarkMessageAsDownloadedResponse" />
|
|
88
|
+
</message>
|
|
89
|
+
|
|
90
|
+
<message name="DeliveryMessageRequest">
|
|
91
|
+
<part name="parameter" element="tns:GetDeliveryInfo" />
|
|
92
|
+
</message>
|
|
93
|
+
<message name="DeliveryMessageResponse">
|
|
94
|
+
<part name="parameter" element="tns:GetDeliveryInfoResponse" />
|
|
95
|
+
</message>
|
|
96
|
+
|
|
97
|
+
<message name="SignedDeliveryMessageRequest">
|
|
98
|
+
<part name="parameter" element="tns:GetSignedDeliveryInfo" />
|
|
99
|
+
</message>
|
|
100
|
+
<message name="SignedDeliveryMessageResponse">
|
|
101
|
+
<part name="parameter" element="tns:GetSignedDeliveryInfoResponse" />
|
|
102
|
+
</message>
|
|
103
|
+
|
|
104
|
+
<message name="ListOfSentMessagesRequest">
|
|
105
|
+
<part name="parameter" element="tns:GetListOfSentMessages" />
|
|
106
|
+
</message>
|
|
107
|
+
<message name="ListOfSentMessagesResponse">
|
|
108
|
+
<part name="parameter" element="tns:GetListOfSentMessagesResponse" />
|
|
109
|
+
</message>
|
|
110
|
+
|
|
111
|
+
<message name="ListOfReceivedMessagesRequest">
|
|
112
|
+
<part name="parameter" element="tns:GetListOfReceivedMessages" />
|
|
113
|
+
</message>
|
|
114
|
+
<message name="ListOfReceivedMessagesResponse">
|
|
115
|
+
<part name="parameter" element="tns:GetListOfReceivedMessagesResponse" />
|
|
116
|
+
</message>
|
|
117
|
+
|
|
118
|
+
<message name="GetMessageStateChangesRequest">
|
|
119
|
+
<part name="parameter" element="tns:GetMessageStateChanges" />
|
|
120
|
+
</message>
|
|
121
|
+
<message name="GetMessageStateChangesResponse">
|
|
122
|
+
<part name="parameter" element="tns:GetMessageStateChangesResponse" />
|
|
123
|
+
</message>
|
|
124
|
+
|
|
125
|
+
<message name="GetMessageAuthorRequest">
|
|
126
|
+
<part name="parameter" element="tns:GetMessageAuthor" />
|
|
127
|
+
</message>
|
|
128
|
+
<message name="GetMessageAuthorResponse">
|
|
129
|
+
<part name="parameter" element="tns:GetMessageAuthorResponse" />
|
|
130
|
+
</message>
|
|
131
|
+
|
|
132
|
+
<message name="GetMessageAuthor2Request">
|
|
133
|
+
<part name="parameter" element="tns:GetMessageAuthor2" />
|
|
134
|
+
</message>
|
|
135
|
+
<message name="GetMessageAuthor2Response">
|
|
136
|
+
<part name="parameter" element="tns:GetMessageAuthor2Response" />
|
|
137
|
+
</message>
|
|
138
|
+
|
|
139
|
+
<message name="EraseMessageRequest">
|
|
140
|
+
<part name="parameter" element="tns:EraseMessage" />
|
|
141
|
+
</message>
|
|
142
|
+
<message name="EraseMessageResponse">
|
|
143
|
+
<part name="parameter" element="tns:EraseMessageResponse" />
|
|
144
|
+
</message>
|
|
145
|
+
|
|
146
|
+
<message name="GetListOfErasedMessagesRequest">
|
|
147
|
+
<part name="parameter" element="tns:GetListOfErasedMessages" />
|
|
148
|
+
</message>
|
|
149
|
+
<message name="GetListOfErasedMessagesResponse">
|
|
150
|
+
<part name="parameter" element="tns:GetListOfErasedMessagesResponse" />
|
|
151
|
+
</message>
|
|
152
|
+
|
|
153
|
+
<message name="PickUpAsyncResponseRequest">
|
|
154
|
+
<part name="parameter" element="tns:PickUpAsyncResponse" />
|
|
155
|
+
</message>
|
|
156
|
+
<message name="PickUpAsyncResponseResponse">
|
|
157
|
+
<part name="parameter" element="tns:PickUpAsyncResponseResponse" />
|
|
158
|
+
</message>
|
|
159
|
+
|
|
160
|
+
<message name="GetListForNotificationsRequest">
|
|
161
|
+
<part name="parameter" element="tns:GetListForNotifications" />
|
|
162
|
+
</message>
|
|
163
|
+
<message name="GetListForNotificationsResponse">
|
|
164
|
+
<part name="parameter" element="tns:GetListForNotificationsResponse" />
|
|
165
|
+
</message>
|
|
166
|
+
|
|
167
|
+
<message name="RegisterForNotificationsRequest">
|
|
168
|
+
<part name="parameter" element="tns:RegisterForNotifications" />
|
|
169
|
+
</message>
|
|
170
|
+
<message name="RegisterForNotificationsResponse">
|
|
171
|
+
<part name="parameter" element="tns:RegisterForNotificationsResponse" />
|
|
172
|
+
</message>
|
|
173
|
+
|
|
174
|
+
<message name="SentMessageEnvelopeDownloadRequest">
|
|
175
|
+
<part name="parameter" element="tns:SentMessageEnvelopeDownload" />
|
|
176
|
+
</message>
|
|
177
|
+
<message name="SentMessageEnvelopeDownloadResponse">
|
|
178
|
+
<part name="parameter" element="tns:SentMessageEnvelopeDownloadResponse" />
|
|
179
|
+
</message>
|
|
180
|
+
|
|
181
|
+
<message name="SuspMessageReportRequest">
|
|
182
|
+
<part name="parameter" element="tns:SuspMessageReport" />
|
|
183
|
+
</message>
|
|
184
|
+
<message name="SuspMessageReportResponse">
|
|
185
|
+
<part name="parameter" element="tns:SuspMessageReportResponse" />
|
|
186
|
+
</message>
|
|
187
|
+
|
|
188
|
+
<!-- ******************************************************************* -->
|
|
189
|
+
<portType name="dmInfoPortType">
|
|
190
|
+
|
|
191
|
+
<operation name="VerifyMessage">
|
|
192
|
+
<input message="tns:MessageVerifyRequest"/>
|
|
193
|
+
<output message="tns:MessageVerifyResponse"/>
|
|
194
|
+
</operation>
|
|
195
|
+
|
|
196
|
+
<operation name="MessageEnvelopeDownload">
|
|
197
|
+
<input message="tns:MessageEnvelopeDownloadRequest"/>
|
|
198
|
+
<output message="tns:MessageEnvelopeDownloadResponse"/>
|
|
199
|
+
</operation>
|
|
200
|
+
|
|
201
|
+
<operation name="MarkMessageAsDownloaded">
|
|
202
|
+
<input message="tns:MarkMessageAsDownloadedRequest"/>
|
|
203
|
+
<output message="tns:MarkMessageAsDownloadedResponse"/>
|
|
204
|
+
</operation>
|
|
205
|
+
|
|
206
|
+
<operation name="GetDeliveryInfo">
|
|
207
|
+
<input message="tns:DeliveryMessageRequest"/>
|
|
208
|
+
<output message="tns:DeliveryMessageResponse"/>
|
|
209
|
+
</operation>
|
|
210
|
+
|
|
211
|
+
<operation name="GetSignedDeliveryInfo">
|
|
212
|
+
<input message="tns:SignedDeliveryMessageRequest"/>
|
|
213
|
+
<output message="tns:SignedDeliveryMessageResponse"/>
|
|
214
|
+
</operation>
|
|
215
|
+
|
|
216
|
+
<operation name="GetListOfSentMessages">
|
|
217
|
+
<input message="tns:ListOfSentMessagesRequest"/>
|
|
218
|
+
<output message="tns:ListOfSentMessagesResponse"/>
|
|
219
|
+
</operation>
|
|
220
|
+
|
|
221
|
+
<operation name="GetListOfReceivedMessages">
|
|
222
|
+
<input message="tns:ListOfReceivedMessagesRequest"/>
|
|
223
|
+
<output message="tns:ListOfReceivedMessagesResponse"/>
|
|
224
|
+
</operation>
|
|
225
|
+
|
|
226
|
+
<operation name="GetMessageStateChanges">
|
|
227
|
+
<input message="tns:GetMessageStateChangesRequest"/>
|
|
228
|
+
<output message="tns:GetMessageStateChangesResponse"/>
|
|
229
|
+
</operation>
|
|
230
|
+
|
|
231
|
+
<operation name="GetMessageAuthor">
|
|
232
|
+
<input message="tns:GetMessageAuthorRequest"/>
|
|
233
|
+
<output message="tns:GetMessageAuthorResponse"/>
|
|
234
|
+
</operation>
|
|
235
|
+
|
|
236
|
+
<operation name="GetMessageAuthor2">
|
|
237
|
+
<input message="tns:GetMessageAuthor2Request"/>
|
|
238
|
+
<output message="tns:GetMessageAuthor2Response"/>
|
|
239
|
+
</operation>
|
|
240
|
+
|
|
241
|
+
<operation name="EraseMessage">
|
|
242
|
+
<input message="tns:EraseMessageRequest"/>
|
|
243
|
+
<output message="tns:EraseMessageResponse"/>
|
|
244
|
+
</operation>
|
|
245
|
+
|
|
246
|
+
<operation name="GetListOfErasedMessages">
|
|
247
|
+
<input message="tns:GetListOfErasedMessagesRequest"/>
|
|
248
|
+
<output message="tns:GetListOfErasedMessagesResponse"/>
|
|
249
|
+
</operation>
|
|
250
|
+
|
|
251
|
+
<operation name="PickUpAsyncResponse">
|
|
252
|
+
<input message="tns:PickUpAsyncResponseRequest"/>
|
|
253
|
+
<output message="tns:PickUpAsyncResponseResponse"/>
|
|
254
|
+
</operation>
|
|
255
|
+
|
|
256
|
+
<operation name="GetListForNotifications">
|
|
257
|
+
<input message="tns:GetListForNotificationsRequest"/>
|
|
258
|
+
<output message="tns:GetListForNotificationsResponse"/>
|
|
259
|
+
</operation>
|
|
260
|
+
|
|
261
|
+
<operation name="RegisterForNotifications">
|
|
262
|
+
<input message="tns:RegisterForNotificationsRequest"/>
|
|
263
|
+
<output message="tns:RegisterForNotificationsResponse"/>
|
|
264
|
+
</operation>
|
|
265
|
+
|
|
266
|
+
<operation name="SentMessageEnvelopeDownload">
|
|
267
|
+
<input message="tns:SentMessageEnvelopeDownloadRequest"/>
|
|
268
|
+
<output message="tns:SentMessageEnvelopeDownloadResponse"/>
|
|
269
|
+
</operation>
|
|
270
|
+
|
|
271
|
+
<operation name="SuspMessageReport">
|
|
272
|
+
<input message="tns:SuspMessageReportRequest"/>
|
|
273
|
+
<output message="tns:SuspMessageReportResponse"/>
|
|
274
|
+
</operation>
|
|
275
|
+
|
|
276
|
+
</portType>
|
|
277
|
+
|
|
278
|
+
<!-- ******************************************************************* -->
|
|
279
|
+
<binding name="dmInfoBinding" type="tns:dmInfoPortType">
|
|
280
|
+
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
|
|
281
|
+
|
|
282
|
+
<operation name="VerifyMessage">
|
|
283
|
+
<soap:operation soapAction="" />
|
|
284
|
+
<input>
|
|
285
|
+
<soap:body use="literal" />
|
|
286
|
+
</input>
|
|
287
|
+
<output>
|
|
288
|
+
<soap:body use="literal" />
|
|
289
|
+
</output>
|
|
290
|
+
</operation>
|
|
291
|
+
|
|
292
|
+
<operation name="MessageEnvelopeDownload">
|
|
293
|
+
<soap:operation soapAction="" />
|
|
294
|
+
<input>
|
|
295
|
+
<soap:body use="literal" />
|
|
296
|
+
</input>
|
|
297
|
+
<output>
|
|
298
|
+
<soap:body use="literal" />
|
|
299
|
+
</output>
|
|
300
|
+
</operation>
|
|
301
|
+
|
|
302
|
+
<operation name="MarkMessageAsDownloaded">
|
|
303
|
+
<soap:operation soapAction="" />
|
|
304
|
+
<input>
|
|
305
|
+
<soap:body use="literal" />
|
|
306
|
+
</input>
|
|
307
|
+
<output>
|
|
308
|
+
<soap:body use="literal" />
|
|
309
|
+
</output>
|
|
310
|
+
</operation>
|
|
311
|
+
|
|
312
|
+
<operation name="GetDeliveryInfo">
|
|
313
|
+
<soap:operation soapAction="" />
|
|
314
|
+
<input>
|
|
315
|
+
<soap:body use="literal" />
|
|
316
|
+
</input>
|
|
317
|
+
<output>
|
|
318
|
+
<soap:body use="literal" />
|
|
319
|
+
</output>
|
|
320
|
+
</operation>
|
|
321
|
+
|
|
322
|
+
<operation name="GetSignedDeliveryInfo">
|
|
323
|
+
<soap:operation soapAction=""/>
|
|
324
|
+
<input>
|
|
325
|
+
<soap:body use="literal" />
|
|
326
|
+
</input>
|
|
327
|
+
<output>
|
|
328
|
+
<soap:body use="literal" />
|
|
329
|
+
</output>
|
|
330
|
+
</operation>
|
|
331
|
+
|
|
332
|
+
<operation name="GetListOfSentMessages">
|
|
333
|
+
<soap:operation soapAction="" />
|
|
334
|
+
<input>
|
|
335
|
+
<soap:body use="literal" />
|
|
336
|
+
</input>
|
|
337
|
+
<output>
|
|
338
|
+
<soap:body use="literal" />
|
|
339
|
+
</output>
|
|
340
|
+
</operation>
|
|
341
|
+
|
|
342
|
+
<operation name="GetListOfReceivedMessages">
|
|
343
|
+
<soap:operation soapAction="" />
|
|
344
|
+
<input>
|
|
345
|
+
<soap:body use="literal" />
|
|
346
|
+
</input>
|
|
347
|
+
<output>
|
|
348
|
+
<soap:body use="literal" />
|
|
349
|
+
</output>
|
|
350
|
+
</operation>
|
|
351
|
+
|
|
352
|
+
<operation name="GetMessageStateChanges">
|
|
353
|
+
<soap:operation soapAction="" />
|
|
354
|
+
<input>
|
|
355
|
+
<soap:body use="literal" />
|
|
356
|
+
</input>
|
|
357
|
+
<output>
|
|
358
|
+
<soap:body use="literal" />
|
|
359
|
+
</output>
|
|
360
|
+
</operation>
|
|
361
|
+
|
|
362
|
+
<operation name="GetMessageAuthor">
|
|
363
|
+
<soap:operation soapAction="" />
|
|
364
|
+
<input>
|
|
365
|
+
<soap:body use="literal" />
|
|
366
|
+
</input>
|
|
367
|
+
<output>
|
|
368
|
+
<soap:body use="literal" />
|
|
369
|
+
</output>
|
|
370
|
+
</operation>
|
|
371
|
+
|
|
372
|
+
<operation name="GetMessageAuthor2">
|
|
373
|
+
<soap:operation soapAction="" />
|
|
374
|
+
<input>
|
|
375
|
+
<soap:body use="literal" />
|
|
376
|
+
</input>
|
|
377
|
+
<output>
|
|
378
|
+
<soap:body use="literal" />
|
|
379
|
+
</output>
|
|
380
|
+
</operation>
|
|
381
|
+
|
|
382
|
+
<operation name="EraseMessage">
|
|
383
|
+
<soap:operation soapAction="" />
|
|
384
|
+
<input>
|
|
385
|
+
<soap:body use="literal" />
|
|
386
|
+
</input>
|
|
387
|
+
<output>
|
|
388
|
+
<soap:body use="literal" />
|
|
389
|
+
</output>
|
|
390
|
+
</operation>
|
|
391
|
+
|
|
392
|
+
<operation name="GetListOfErasedMessages">
|
|
393
|
+
<soap:operation soapAction="" />
|
|
394
|
+
<input>
|
|
395
|
+
<soap:body use="literal" />
|
|
396
|
+
</input>
|
|
397
|
+
<output>
|
|
398
|
+
<soap:body use="literal" />
|
|
399
|
+
</output>
|
|
400
|
+
</operation>
|
|
401
|
+
|
|
402
|
+
<operation name="PickUpAsyncResponse">
|
|
403
|
+
<soap:operation soapAction="" />
|
|
404
|
+
<input>
|
|
405
|
+
<soap:body use="literal" />
|
|
406
|
+
</input>
|
|
407
|
+
<output>
|
|
408
|
+
<soap:body use="literal" />
|
|
409
|
+
</output>
|
|
410
|
+
</operation>
|
|
411
|
+
|
|
412
|
+
<operation name="GetListForNotifications">
|
|
413
|
+
<soap:operation soapAction="" />
|
|
414
|
+
<input>
|
|
415
|
+
<soap:body use="literal" />
|
|
416
|
+
</input>
|
|
417
|
+
<output>
|
|
418
|
+
<soap:body use="literal" />
|
|
419
|
+
</output>
|
|
420
|
+
</operation>
|
|
421
|
+
|
|
422
|
+
<operation name="RegisterForNotifications">
|
|
423
|
+
<soap:operation soapAction="" />
|
|
424
|
+
<input>
|
|
425
|
+
<soap:body use="literal" />
|
|
426
|
+
</input>
|
|
427
|
+
<output>
|
|
428
|
+
<soap:body use="literal" />
|
|
429
|
+
</output>
|
|
430
|
+
</operation>
|
|
431
|
+
|
|
432
|
+
<operation name="SentMessageEnvelopeDownload">
|
|
433
|
+
<soap:operation soapAction="" />
|
|
434
|
+
<input>
|
|
435
|
+
<soap:body use="literal" />
|
|
436
|
+
</input>
|
|
437
|
+
<output>
|
|
438
|
+
<soap:body use="literal" />
|
|
439
|
+
</output>
|
|
440
|
+
</operation>
|
|
441
|
+
|
|
442
|
+
<operation name="SuspMessageReport">
|
|
443
|
+
<soap:operation soapAction="" />
|
|
444
|
+
<input>
|
|
445
|
+
<soap:body use="literal" />
|
|
446
|
+
</input>
|
|
447
|
+
<output>
|
|
448
|
+
<soap:body use="literal" />
|
|
449
|
+
</output>
|
|
450
|
+
</operation>
|
|
451
|
+
|
|
452
|
+
</binding>
|
|
453
|
+
|
|
454
|
+
<!-- ******************************************************************* -->
|
|
455
|
+
<service name="dmInfoWebService">
|
|
456
|
+
<port name="dmInfoPortType" binding="tns:dmInfoBinding">
|
|
457
|
+
<soap:address location="https://ws1.mojedatovaschranka.cz/DS/dx"/>
|
|
458
|
+
</port>
|
|
459
|
+
</service>
|
|
460
|
+
|
|
461
|
+
</definitions>
|
|
462
|
+
|