<?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>Base64 Request to REST Web Service</title><link>/b/appmarket/posts/base64-request-to-rest-web-service</link><description>This plug-in is deprecated, unmaintained and no longer recommended for use. Refactor applications utilizing the functionality of this component to use alternatives. The functionality is available in Appian (without a plug-in) using the Integration Object</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Base64 Request to REST Web Service</title><link>https://community.appian.com/b/appmarket/posts/base64-request-to-rest-web-service</link><pubDate>Tue, 14 May 2019 04:29:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:35c2a6d6-ea86-4af5-86a0-ba5644075d9b</guid><dc:creator>jorge.navarreteBAC</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Could you share an example please?&lt;/p&gt;&lt;img src="https://community.appian.com/aggbug?PostID=741&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Base64 Request to REST Web Service</title><link>https://community.appian.com/b/appmarket/posts/base64-request-to-rest-web-service</link><pubDate>Mon, 08 Oct 2018 16:54:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:35c2a6d6-ea86-4af5-86a0-ba5644075d9b</guid><dc:creator>Mark Talbot</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Thanks for the suggestion @pavans82. The ability to send base64 inline with JSON or XML is supported with Integrations objects in 18.3.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_blank" href="https://docs.appian.com/suite/help/18.3/Integration_Object.html#sending-base64-inline-with-json"&gt;docs.appian.com/.../Integration_Object.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_blank" href="https://docs.appian.com/suite/help/18.3/Integration_Object.html#sending-base64-inline-with-xml"&gt;docs.appian.com/.../Integration_Object.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;@vikrantb You should use the 18.3 integration object to send documents. If that&amp;#39;s not available you should use ###&amp;lt;docid&amp;gt;### in the request. For example, if the document id is 123 use ###123###. The ability to send a document is deprecated in the latest version of the plugin. If you still need to send documents, stay with the older version of the plugin.&lt;/p&gt;
&lt;p&gt;@sanjays754. There shouldn&amp;#39;t be a limit on the size of the document. What type of error do you see when you attempt to upload the document. Are you able to use the 18.3 integration object?&lt;/p&gt;
&lt;img src="https://community.appian.com/aggbug?PostID=741&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Base64 Request to REST Web Service</title><link>https://community.appian.com/b/appmarket/posts/base64-request-to-rest-web-service</link><pubDate>Fri, 07 Sep 2018 20:27:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:35c2a6d6-ea86-4af5-86a0-ba5644075d9b</guid><dc:creator>sanjays754</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;What is the maximum size of the document we would be able to upload using this plugin?&lt;/p&gt;
&lt;p&gt;We tried with 5 MB document . it was working fine. &lt;/p&gt;
&lt;p&gt;But when we tried doing it with a 10 MB document, then it is throwing an error&lt;/p&gt;
&lt;img src="https://community.appian.com/aggbug?PostID=741&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Base64 Request to REST Web Service</title><link>https://community.appian.com/b/appmarket/posts/base64-request-to-rest-web-service</link><pubDate>Thu, 02 Aug 2018 06:43:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:35c2a6d6-ea86-4af5-86a0-ba5644075d9b</guid><dc:creator>vikrantb</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;How can this pluggin be used to convert document to base 64 string and send it to rest service.&lt;/p&gt;
&lt;p&gt;Unable to find document as an input param.&lt;/p&gt;
&lt;p&gt;Do we need to have any thing special in the rest service to be used with this pluggin ?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;img src="https://community.appian.com/aggbug?PostID=741&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Base64 Request to REST Web Service</title><link>https://community.appian.com/b/appmarket/posts/base64-request-to-rest-web-service</link><pubDate>Wed, 09 May 2018 17:27:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:35c2a6d6-ea86-4af5-86a0-ba5644075d9b</guid><dc:creator>Colton Walker</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;[mention:24b49c416c8945e389e82b3c7074a007:e9ed411860ed4f2ba0265705b8793d05] I fully agree. This is a common and important use case. We are planning to implement the ability to send Base64 encoded documents through the Integration object in 18.3.&lt;/p&gt;
&lt;img src="https://community.appian.com/aggbug?PostID=741&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Base64 Request to REST Web Service</title><link>https://community.appian.com/b/appmarket/posts/base64-request-to-rest-web-service</link><pubDate>Sat, 21 Apr 2018 11:02:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:35c2a6d6-ea86-4af5-86a0-ba5644075d9b</guid><dc:creator>pavans82</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Would be really nice to have an update to this plugin with the new out of the box integration objects. This plugin is useful in usecases like docusign integration to send over a word/ PDF document over to RESTful webservices that accept Base64 inputs. Wish we could use the using base64 for encoding documents in existing OOTB Integration objects otherwise&lt;/p&gt;
&lt;img src="https://community.appian.com/aggbug?PostID=741&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>