<?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>Send HTTP Request</title><link>/b/appmarket/posts/send-http-request-plug-in</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: Send HTTP Request</title><link>https://community.appian.com/b/appmarket/posts/send-http-request-plug-in</link><pubDate>Thu, 21 Nov 2019 06:56:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:714cb1c0-a5b4-4a2e-9e04-e19a59a7fd16</guid><dc:creator>Tammy Tang</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;&lt;span&gt;Hi&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;I run into an error is given by this plug-in as shown below:&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;span&gt;2019-11-14 09:18:25,986 [Appian Work Item - 617963 - execution02 : UnattendedJavaActivityRequest] ERROR com.appiancorp.util.HttpPostRequestWithDocumentsHandler - Error sending a multipart post request&lt;/span&gt;&lt;br /&gt;&lt;span&gt;java.net.SocketTimeoutException: Read timed out&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Has anyone had the same error before?&lt;br /&gt;&lt;span&gt;Another issue also spotted that the plug-in version is still using the old name as&amp;nbsp;&lt;/span&gt;&lt;span&gt;Web And XML Extensions (v5.4.2) even after upgraded&amp;nbsp;to the latest SendHttpRequest v5.5.0. Is it a known behavior? Thanks in advance.&lt;/span&gt;&lt;/p&gt;&lt;img src="https://community.appian.com/aggbug?PostID=877&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Send HTTP Request</title><link>https://community.appian.com/b/appmarket/posts/send-http-request-plug-in</link><pubDate>Thu, 24 Oct 2019 10:47:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:714cb1c0-a5b4-4a2e-9e04-e19a59a7fd16</guid><dc:creator>akshaiv138</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Now the response that I get is null from the function. Is that expected? The Smart Service that I used in the process model seems more promising because there I atleast get the 401 error even though I have provided the scskey. Anyway to solve either of these two issues?&lt;/p&gt;&lt;img src="https://community.appian.com/aggbug?PostID=877&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Send HTTP Request</title><link>https://community.appian.com/b/appmarket/posts/send-http-request-plug-in</link><pubDate>Thu, 24 Oct 2019 08:40:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:714cb1c0-a5b4-4a2e-9e04-e19a59a7fd16</guid><dc:creator>akshaiv138</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Let me give examples:&lt;/p&gt;
&lt;p&gt;For the function:&lt;/p&gt;
&lt;p&gt;httpgetwithscs(&lt;/p&gt;
&lt;p&gt;endpoint:&lt;a href="https://api.someendpoint.com/v1/processes"&gt;&amp;quot;https://api.someendpoint.com/v1/processes&lt;/a&gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;scsKey: &amp;quot;scsKeyFromTheTPC&amp;quot;&lt;/p&gt;
&lt;p&gt;)&lt;/p&gt;
&lt;p&gt;The above function errors out without any exception text.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;For the smart service &amp;quot;Send Http Request With SCS&amp;quot;&lt;/p&gt;
&lt;p&gt;Endpoint:&amp;nbsp;&lt;a href="https://api.someendpoint.com/v1/processes"&gt;&amp;quot;https://api.someendpoint.com/v1/processes&lt;/a&gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;Method: &amp;quot;GET&amp;quot;&lt;/p&gt;
&lt;p&gt;Secure Cred Store Key:&amp;nbsp;&lt;span&gt;&amp;quot;scsKeyFromTheTPC&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;The above smart service gives a 401 error.&lt;/p&gt;
&lt;p&gt;I have added the smart service to the list of smart services that can access the TPC.&lt;/p&gt;
&lt;p&gt;Am I missing anything here?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;img src="https://community.appian.com/aggbug?PostID=877&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Send HTTP Request</title><link>https://community.appian.com/b/appmarket/posts/send-http-request-plug-in</link><pubDate>Wed, 23 Oct 2019 13:46:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:714cb1c0-a5b4-4a2e-9e04-e19a59a7fd16</guid><dc:creator>akshaiv138</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;So the only thing that I am seeing in the smart service package is the pdf that details out certain issues faced and its solutions. I am yet to try out the Smart Service in the PM, that&amp;#39;s only because I am using the functions. For example using&amp;nbsp;httpgetwithscs() errors out with the endpoint and the scs key and there is no way I can find out what the error is and solve it. I have checked the logs too. What I need is somewhat detailed examples on how we can use these functions, if that&amp;#39;s&amp;nbsp;not too much trouble [emoticon:c4563cd7d5574777a71c318021cbbcc8]&lt;/p&gt;&lt;img src="https://community.appian.com/aggbug?PostID=877&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Send HTTP Request</title><link>https://community.appian.com/b/appmarket/posts/send-http-request-plug-in</link><pubDate>Tue, 22 Oct 2019 09:37:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:714cb1c0-a5b4-4a2e-9e04-e19a59a7fd16</guid><dc:creator>akshaiv138</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;How do you use this? Can we have some examples in the documentation?&lt;/p&gt;&lt;img src="https://community.appian.com/aggbug?PostID=877&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>