<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Any chance of modifying the 5 MB limit on responses?</title><link>https://community.appian.com/discussions/f/integrations/19228/any-chance-of-modifying-the-5-mb-limit-on-responses</link><description>Hello, 
 in the documentation I see the limit of 5 MB on integration responses, without any indication about the possibility to modify it. Granted that the existence of a limit makes sense, in some cases there is the need to deal with web services with</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Any chance of modifying the 5 MB limit on responses?</title><link>https://community.appian.com/thread/75382?ContentTypeID=1</link><pubDate>Tue, 14 Jul 2020 14:06:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d588efc8-2afc-4e7f-8820-17485dfd4391</guid><dc:creator>scristalli</dc:creator><description>&lt;p&gt;Thanks &lt;a href="/members/robert.shankin"&gt;Robert Shankin&lt;/a&gt; we opened a case, and I can confirm that Appian will &lt;strong&gt;not &lt;/strong&gt;change this setting at the moment, even for custom requests.&lt;br /&gt;The only option remains to have the web service owners implement the paging logic.&lt;br /&gt;If that is not possible, I think one could implement a proxy service to perform the paging, as a last resort.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Any chance of modifying the 5 MB limit on responses?</title><link>https://community.appian.com/thread/75303?ContentTypeID=1</link><pubDate>Thu, 09 Jul 2020 17:35:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d38f6c31-1f6d-476e-83bb-ae2fe9192c09</guid><dc:creator>Robert Shankin</dc:creator><description>&lt;p&gt;You can open a case with Appian support to inquire about adjusting the limit.&lt;br /&gt;However, given the way the functionality is documented, I don&amp;#39;t expect that there are any adjustment options for this limit at this time.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Any chance of modifying the 5 MB limit on responses?</title><link>https://community.appian.com/thread/75290?ContentTypeID=1</link><pubDate>Thu, 09 Jul 2020 15:26:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:66079e5a-3d4e-4955-9496-5c139936930c</guid><dc:creator>scristalli</dc:creator><description>&lt;p&gt;Thank you for your response, unfortunately this is not an option in our case.&lt;br /&gt;I&amp;#39;m only interested in overriding the limit, even if a custom request has to be opened.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Any chance of modifying the 5 MB limit on responses?</title><link>https://community.appian.com/thread/75289?ContentTypeID=1</link><pubDate>Thu, 09 Jul 2020 14:42:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:44a82c26-9d56-40bf-8927-3e8a8d7f45e9</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;I got around the limitation by downloading the json payload into a document and then reading the file.&lt;/p&gt;
&lt;p&gt;fn!readTextFromFile requires the Text File Reader plugin:&amp;nbsp;&lt;a href="/b/appmarket/posts/text-file-reader"&gt;https://community.appian.com/b/appmarket/posts/text-file-reader&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!fromJson(
fn!readtextfromfile(
txtFile: todocument(7393),
preserveLineBreaks: true
)
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>