Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
4 replies
Subscribers
7 subscribers
Views
2641 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
Hi, Is there any size limit to send/receive document via web service
upendram803
over 9 years ago
Hi,
Is there any size limit to send/receive document via web service ?
Thanks in advance
OriginalPostID-148243
OriginalPostID-148243
Discussion posts and replies are publicly visible
0
Tim
Certified Lead Developer
over 9 years ago
What method are you using to transfer the document? Some similar discussions can be found below:
forum.appian.com/.../e-140218
forum.appian.com/.../e-116810
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
mathieud
over 9 years ago
For the base64 conversion, you are constrained to the amount of memory that is allocated for your Appian instance. If you were talking about using the HTTP File Upload/Download services, there is no mention of file size limits in the documentation but I would assume it would be similar since I believe it just encapsulates the Base64 conversion to avoid memory leak issues.
forum.appian.com/.../HTTP_File_Upload_Smart_Service.html
forum.appian.com/.../HTTP_File_Download_Smart_Service.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
padmanabhanv
over 9 years ago
Files of large sizes will cause an issue, it is better to write a custom plugin if your use case has large files
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
akshayan
Certified Lead Developer
over 9 years ago
We had exposed webservice using servlet plugin (SOAP based using Axis 2 with MTOM) and dealt with few large files (most of them scanned pdfs 10MB or less , some of them as large as 100MB). It worked fine.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel