Read documents from SharePoint programmatically using C# (Perform a non deleting BizTalk WSS Recieve)

Documents from SharePoint can be read programmatically using C# WebRequest. On  a BizTalk front, such need occurs when you want to perform a non deleting receive for a sharepoint document. Consider a scenario where your business process gets triggered and then within needs to read data from sharepoint document library and use it in the … Continue reading Read documents from SharePoint programmatically using C# (Perform a non deleting BizTalk WSS Recieve)

BizTalk 2013 and SharePoint 2013 Integration Issue (401:Unauthorized)

During the initial set-up of SharePoint 2013 adapter with BizTalk 2013 there may be scenario when you get errors such as  : The remote server returned an error: (401) Unauthorized. The adapter failed to transmit message going to send port “XXXX” with URL “wss://ServerXXX:XX/sites/XX/xxxxx/xxxx“. It will be retransmitted after the retry interval specified for this … Continue reading BizTalk 2013 and SharePoint 2013 Integration Issue (401:Unauthorized)

Programmatically Upload and Delete documents from SharePoint library

Documents can be uploaded or deleted from SharePoint library using C# without using SharePoint dlls. There may arise cases when you want to performs upload and delete documents to and from SharePoint document libraries using C# but you don’t have or want to involve SharePoint dlls to perform this action. System.Net.WebClient  and System.Net.WebRequest comes in … Continue reading Programmatically Upload and Delete documents from SharePoint library