<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Web Services on Matt Thornton</title>
    <link>https://matt-thornton.net/tags/web-services/</link>
    <description>Recent content in Web Services on Matt Thornton</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Thu, 08 Nov 2012 17:38:38 +0000</lastBuildDate><atom:link href="https://matt-thornton.net/tags/web-services/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>SharePoint Designer 2010 - list/library There are no items to show in this view - ListData.svc woes</title>
      <link>https://matt-thornton.net/tech/sharepoint/sharepoint-designer-2010-listlibrary-there-are-no-items-to-show-in-this-view-listdata-svc-woes/</link>
      <pubDate>Thu, 08 Nov 2012 17:38:38 +0000</pubDate>
      
      <guid>https://matt-thornton.net/tech/sharepoint/sharepoint-designer-2010-listlibrary-there-are-no-items-to-show-in-this-view-listdata-svc-woes/</guid>
      
        <description>&lt;p&gt;This is one of &lt;em&gt;those&lt;/em&gt; SharePoint errors. You know the ones.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Background&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I was trying to use SharePoint Designer to customise a list. I opened up SharePoint Designer, and, although I could connect to the site itself, when clicking on the lists/libraries folder, you get a message saying:&lt;/p&gt;
&lt;p&gt;“There are no items to show in this view”.&lt;/p&gt;
&lt;p&gt;Weird. I tried this on various other web applications (even on the same server) and everything was working fine.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Configuring certificates and trust in SharePoint 2010 for accessing Exchange Web Services</title>
      <link>https://matt-thornton.net/tech/exchange-web-services/configuring-certificates-and-trust-in-sharepoint-2010-for-accessing-exchange-web-services/</link>
      <pubDate>Wed, 09 Nov 2011 15:38:22 +0000</pubDate>
      
      <guid>https://matt-thornton.net/tech/exchange-web-services/configuring-certificates-and-trust-in-sharepoint-2010-for-accessing-exchange-web-services/</guid>
      
        <description>&lt;p&gt;Exchange is built on web services and as I &lt;a href=&#34;https://www.matt-thornton.net/tech/sharepoint/exchange-web-services-and-reading-an-emailmessage-to-memory&#34;&gt;posted about&lt;/a&gt; a while about accessing EWS from SharePoint can be pretty neat. There is a &lt;a href=&#34;http://msdn.microsoft.com/en-us/library/dd637749(v=exchg.80).aspx&#34;&gt;managed API&lt;/a&gt; to make your life even easier. However, one issue you may come across is actually getting SharePoint and Exchange to talk nicely to each other. This will walk you through some of the steps required to get things going.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Exchange Web Services and reading an EmailMessage to memory</title>
      <link>https://matt-thornton.net/tech/exchange-web-services/exchange-web-services-and-reading-an-emailmessage-to-memory/</link>
      <pubDate>Fri, 01 Jul 2011 10:10:07 +0000</pubDate>
      
      <guid>https://matt-thornton.net/tech/exchange-web-services/exchange-web-services-and-reading-an-emailmessage-to-memory/</guid>
      
        <description>&lt;p&gt;The Exchange Web Services Managed API is a great tool for exposing Exchange Web Services to a .NET programming environment. You are able to work with all the key features of an Exchange Mailbox, such as downloading messages. In my particular case, I&amp;rsquo;ve been capturing emails and storing them in a SharePoint document library.&lt;/p&gt;
&lt;p&gt;The upload to SharePoint can be achieved by passing in a MemoryStream object - that is, you read an EmailMessage to memory, and then upload it to SharePoint. The FileAttachment object has a neat Load() method which allows you to read a FileAttachment to a MemoryStream:&lt;/p&gt;</description>
      
    </item>
    
  </channel>
</rss>