<?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>Appending text in base64 - Integration Call</title><link>https://community.appian.com/discussions/f/integrations/17399/appending-text-in-base64---integration-call</link><description>We are trying to pass doument as base64 in one of our integration call. we followed https://docs.appian.com/suite/help/19.1/Integration_Object.html#examples to make it work. But the interesting part is, we have to append a text to the base64 everytime</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Appending text in base64 - Integration Call</title><link>https://community.appian.com/thread/68550?ContentTypeID=1</link><pubDate>Mon, 05 Aug 2019 12:12:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:98838d15-de29-4a20-8008-e57c8aed6ff2</guid><dc:creator>arjunv489</dc:creator><description>&lt;p&gt;&lt;a href="/members/steven.miccile"&gt;Steven Miccile&lt;/a&gt; Thanks a lot. That helped.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Appending text in base64 - Integration Call</title><link>https://community.appian.com/thread/68522?ContentTypeID=1</link><pubDate>Fri, 02 Aug 2019 15:27:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5ef73ac9-373e-4eaf-b7fe-712c6e101309</guid><dc:creator>Steven Miccile</dc:creator><description>&lt;p&gt;I have observed the same behavior with the Integration Object such that the document/base64 string must be the entire value for that JSON key. Can the web service be updated? I would hate for you to miss out on the features of the Integration Object and build/use something custom and difficult to maintain. Previous plugins that turn documents into base64 strings have all been removed because they can lead to memory issues if used incorrectly. I highly recommend against that approach. That is why the Integration Object does the conversion inside the web service call for you: no memory concerns and the designer never has to deal with the base64 string.&lt;/p&gt;
&lt;p&gt;Workaround: We used to have a plugin node that did exactly this for web service calls but it was deprecated once the Integration Object could handle this. The plugin is still in the AppMarket, but that specific node is hidden from the pallette since it is deprecated. I can provide you a process model with that node and based on my testing, it should accomplish your goal.&lt;/p&gt;
&lt;p&gt;1) import this: &lt;a href="https://community.appian.com/b/appmarket/posts/base64-request-to-rest-web-service"&gt;community.appian.com/.../base64-request-to-rest-web-service&lt;/a&gt;&lt;br /&gt;2) import application zip file I attached&lt;br /&gt;3) copy node from sample process model in application zip to your process model&lt;br /&gt;4) set up your node. follow request string syntax in the example node (document id&amp;#39;s wrapped in #s, for example #6745#)&lt;/p&gt;
&lt;p&gt;&lt;a href="https://community.appian.com/cfs-file/__key/communityserver-discussions-components-files/18/Send-Base64.zip"&gt;community.appian.com/.../Send-Base64.zip&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>