From 9cfe793b2d63b4999e88cf689d9d70419637eb64 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20P=C3=ADsa=C5=99?= Date: Sat, 8 Aug 2015 11:53:56 +0200 Subject: [PATCH] doc: Update maximum message size --- doc/message | 9 +++++---- doc/user_web_services | 5 +++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/doc/message b/doc/message index dfc7c51..3ffda6a 100644 --- a/doc/message +++ b/doc/message @@ -3,7 +3,7 @@ Message specification Source: Provozní řád ISDS, version 2011-11-29, Page 5, 14 Source: Webové služby rozhranní ISDS pro manipulaci s datovými zprávami, - version 2.40 (2014-08-25) + version 2.42 (2015-03-27) Source: MIME Media Types Source: O2. Datové schránky: Informace pro dodavatele aplikací, version @@ -173,9 +173,10 @@ ISDS. Message with `malicious code' will be refused by ISDS. -Maximal total size of Documents in a Message is 10 MB. Binary document size is -size before encoding into Base64, XML document size is size in bytes as is -serialized inside SOAP request. +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 +into Base64, XML document size is size in bytes after serializing into SOAP +request. A Message can be addressed to 50 recipients at maximum. diff --git a/doc/user_web_services b/doc/user_web_services index bc98222..f473181 100644 --- a/doc/user_web_services +++ b/doc/user_web_services @@ -3,7 +3,7 @@ User web services specification Source: Provozní řád ISDS, version 2010-11-28, Pages 15–16 Source: Webové služby rozhraní ISDS pro manipulaci s datovými zprávami, - version 2.32 (2012-10-05) + version 2.42 (2015-03-27) Source: Webové služby ISDS pro vyhledávání datových schránek, version 2.41 (2014-12-08) @@ -115,7 +115,8 @@ 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 10 MB. +Constraints: Total size of all documents must not be bigger than a limit + (10 MB usually, depends on a box). Identifier of just sent message assigned by system is returned. -- 2.11.4.GIT