From f395633bc43fc784fd19b9f88993e5c916bc5c17 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20P=C3=ADsa=C5=99?= Date: Sat, 16 Apr 2016 10:20:22 +0200 Subject: [PATCH] doc: Update maximal message size It was risen from 10 to 20 MB. --- doc/government_journals | 3 ++- doc/message | 6 +++--- doc/user_web_services | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/government_journals b/doc/government_journals index d362394..90c432b 100644 --- a/doc/government_journals +++ b/doc/government_journals @@ -1,8 +1,9 @@ Publishing Government Journals ============================== -Source: Provozní řád Informačního systému datových schránek, (2011-06-19), +Source: Provozní řád Informačního systému datových schránek, version 2011-06-19, page 18. +Source: pril_5/XSD_publikace_vestniku.xsd, version 2011-06-19 ISDS specification describes some additional services built on top of ISDS. One of them is publishing news by central administration (sections 4 and 5 of diff --git a/doc/message b/doc/message index 243712b..50de51a 100644 --- a/doc/message +++ b/doc/message @@ -1,7 +1,7 @@ Message specification ===================== -Source: Provozní řád ISDS, version 2011-11-29, Page 5, 14 +Source: Provozní řád ISDS, version 2016-02-07 Source: Webové služby rozhranní ISDS pro manipulaci s datovými zprávami, version 2.48 (2015-11-01) Source: MIME Media Types @@ -173,8 +173,8 @@ ISDS. Message with `malicious code' will be refused by ISDS. -Maximal total size of Documents in a Message is usually 10 MB. (Some boxes -allows messages up to 50 MB.) Binary document size is size before encoding +Maximal total size of Documents in a Message is usually 20 MB. (Some boxes +allow messages up to 50 MB.) Binary document size is size before encoding into Base64, XML document size is size in bytes after serializing into SOAP request. diff --git a/doc/user_web_services b/doc/user_web_services index ee3704c..b750b52 100644 --- a/doc/user_web_services +++ b/doc/user_web_services @@ -1,7 +1,7 @@ User web services specification =============================== -Source: Provozní řád ISDS, version 2010-11-28, Pages 15–16 +Source: Provozní řád ISDS, version 2016-02-07 Source: Webové služby rozhraní ISDS pro manipulaci s datovými zprávami, version 2.48 (2015-11-01) Source: Webové služby ISDS pro vyhledávání datových schránek, @@ -120,7 +120,7 @@ is `O', then dmRecipientRefNumber must be defined. Constraints: Sender must have PRIVIL_CREATE_DM permission. Constraints: Exactly one document in message must be main type. Constraints: Total size of all documents must not be bigger than a limit - (10 MB usually, depends on a box). + (20 MB usually, depends on a box). Identifier of just sent message assigned by system is returned. -- 2.11.4.GIT