<?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>Need to integrate with SharePoint.</title><link>https://community.appian.com/discussions/f/integrations/3115/need-to-integrate-with-sharepoint</link><description>Need to integrate with SharePoint. Requirement: User should be able to upload a document in to SharePoint from Appian and retrieve the document from SharePoint into Appian. We should also have the ability to create folder structure for storing docs. Constraints</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Need to integrate with SharePoint.</title><link>https://community.appian.com/thread/10937?ContentTypeID=1</link><pubDate>Thu, 24 Jul 2014 08:46:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3019279e-4a35-41ad-9c77-26ac0f2ce4ca</guid><dc:creator>Eduardo Fuentes</dc:creator><description>Check with your Sharepoint Admin what alternate mappings are configured depending on that you have to use one of these (in the URL to replace &amp;lt;SERVER&amp;gt;)&lt;br /&gt;&lt;br /&gt;hostname&lt;br /&gt;hostname.domain&lt;br /&gt;ip&lt;br /&gt;&lt;br /&gt;Example:&lt;br /&gt;&lt;br /&gt;myspserver&lt;br /&gt;myspserver.appian.com&lt;br /&gt;192.168.1.2&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need to integrate with SharePoint.</title><link>https://community.appian.com/thread/10919?ContentTypeID=1</link><pubDate>Wed, 23 Jul 2014 23:59:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:43af88fd-5faa-44a1-97d6-b536781f6c05</guid><dc:creator>pavans</dc:creator><description>Thanks Eduardo and Stefan. I tried the approach suggested by Eduardo. But when I run the Call Web Service node, I get an error. The error is &amp;quot;Communication with the remote server failed.Details: Transport error: 403 Error: Forbidden (APNX-1-4045-000)&amp;quot;. Seems like some access issue. Would you have any insights on this? The we service URL that I am using is something like this &amp;quot;https://&amp;lt;SERVER&amp;gt;/teams/myteam/_vti_bin/Copy.asmx?wsdl&amp;quot;.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need to integrate with SharePoint.</title><link>https://community.appian.com/thread/10887?ContentTypeID=1</link><pubDate>Wed, 23 Jul 2014 10:23:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:87f5afd7-253d-46a3-98e0-92bce202dbe6</guid><dc:creator>Stefan Helzle</dc:creator><description>I use the REST interface on SP 2010. As per documentation it is limited in some way, but I was able to do what I wanted.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/office/hh313619%28v=office.14%29.aspx"&gt;msdn.microsoft.com/.../hh313619(v=office.14).aspx&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need to integrate with SharePoint.</title><link>https://community.appian.com/thread/10886?ContentTypeID=1</link><pubDate>Wed, 23 Jul 2014 10:19:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:db38c5ec-7722-45a7-bbad-f25c0e5d0296</guid><dc:creator>Eduardo Fuentes</dc:creator><description>Keep in mind the REST interface is new to 2013, so you won&amp;#39;t be able to use it in 2010. The Send HTTP Request Plug-in can still be used for Sharepoint 2010 with native web services though but may be more complex than using the Call Web Service Node (which is not compatible with all native web services)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need to integrate with SharePoint.</title><link>https://community.appian.com/thread/10885?ContentTypeID=1</link><pubDate>Wed, 23 Jul 2014 10:10:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:17d1b9f6-8a93-412e-bca6-c4fd8180f72a</guid><dc:creator>Stefan Helzle</dc:creator><description>SharePoint has a quite good REST interface. You can access it using the HTTP Request plugin. You can even add items to lists with fields that reference items in other lists.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need to integrate with SharePoint.</title><link>https://community.appian.com/thread/10881?ContentTypeID=1</link><pubDate>Wed, 23 Jul 2014 08:56:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cc6a1961-9a47-4149-ab7f-df6d01c28cc6</guid><dc:creator>Eduardo Fuentes</dc:creator><description>You can invoke the native Sharepoint Web Services as I explain here:&lt;br /&gt;&lt;br /&gt;&lt;a href="https://forum.appian.com/suite/tempo/entry/b-19115"&gt;forum.appian.com/.../b-19115&lt;/a&gt;&lt;br /&gt;&lt;a href="https://forum.appian.com/suite/doc/32793"&gt;forum.appian.com/.../32793&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need to integrate with SharePoint.</title><link>https://community.appian.com/thread/10874?ContentTypeID=1</link><pubDate>Wed, 23 Jul 2014 02:23:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3ced1461-88c9-41ee-ae7c-6e2041c940ba</guid><dc:creator>pavans</dc:creator><description>...s with both 2010 and 2013 version would be great.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>