<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/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>Retrieving SharePoint List Items' Attachment URLs using Lists Web Service</title><link>http://blogs.msdn.com/sharepoint/archive/2007/03/25/retrieving-sharepoint-list-items-attachment-urls-using-lists-web-service.aspx</link><description>Imagine a remote application that uses SharePoint Web Services to retrieve a list item’s attachments to perform some action on them or provide a link to them. This application could have been coded in WSS 2.0 using a mix of the GetListItems and GetAttachmentCollection</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>list &amp;raquo; Retrieving SharePoint List Items&amp;#39; Attachment URLs using Lists Web &amp;#8230;</title><link>http://blogs.msdn.com/sharepoint/archive/2007/03/25/retrieving-sharepoint-list-items-attachment-urls-using-lists-web-service.aspx#2007068</link><pubDate>Sun, 01 Apr 2007 21:14:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2007068</guid><dc:creator>list » Retrieving SharePoint List Items' Attachment URLs using Lists Web …</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://craigslistblogs.info/retrieving-sharepoint-list-items-attachment-urls-using-lists-web/"&gt;http://craigslistblogs.info/retrieving-sharepoint-list-items-attachment-urls-using-lists-web/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Retrieving SharePoint List Items' Attachment URLs using Lists Web Service</title><link>http://blogs.msdn.com/sharepoint/archive/2007/03/25/retrieving-sharepoint-list-items-attachment-urls-using-lists-web-service.aspx#2034947</link><pubDate>Thu, 05 Apr 2007 23:03:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2034947</guid><dc:creator>B.J. Pohl</dc:creator><description>&lt;p&gt;I don't suppose you could explain how to use this code with WSS 3.0 without the 7th argument in the GetListItems call (webId). &amp;nbsp;Documentation says its optional, but the signarue requires &amp;quot;somethign&amp;quot; and if you don't put a properly formatted Guid string in it, it SharePoint throws an error concerning a Guid.&lt;/p&gt;
&lt;p&gt;TIA&lt;/p&gt;</description></item><item><title>QueryOptions</title><link>http://blogs.msdn.com/sharepoint/archive/2007/03/25/retrieving-sharepoint-list-items-attachment-urls-using-lists-web-service.aspx#2397137</link><pubDate>Thu, 03 May 2007 20:13:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2397137</guid><dc:creator>ET</dc:creator><description>&lt;p&gt;Is there documentation for query options? Schema?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;E.&lt;/p&gt;</description></item><item><title>re: Retrieving SharePoint List Items' Attachment URLs using Lists Web Service</title><link>http://blogs.msdn.com/sharepoint/archive/2007/03/25/retrieving-sharepoint-list-items-attachment-urls-using-lists-web-service.aspx#3566522</link><pubDate>Wed, 27 Jun 2007 18:27:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3566522</guid><dc:creator>Rocco Mastrangelo</dc:creator><description>&lt;p&gt;How does one use the list web service to actually add and retrieve the actual docs to a document library?&lt;/p&gt;
&lt;p&gt;Thanks &lt;/p&gt;</description></item><item><title>re: Retrieving SharePoint List Items' Attachment URLs using Lists Web Service</title><link>http://blogs.msdn.com/sharepoint/archive/2007/03/25/retrieving-sharepoint-list-items-attachment-urls-using-lists-web-service.aspx#8372619</link><pubDate>Wed, 09 Apr 2008 19:03:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8372619</guid><dc:creator>jjester</dc:creator><description>&lt;p&gt;Apparently, the URL field in the Lists web service object is not filled in. I see some config entries in the app.config that show the proper URLs to the web service references I added. &lt;/p&gt;
&lt;p&gt;I assume that with the URL field empty, they get the information from the app.config. &lt;/p&gt;
&lt;p&gt;The seventh parameter is needed if the URL is not specified. If I explicitly set the URL field, I no longer need the seventh parameter.&lt;/p&gt;</description></item><item><title>re: Retrieving SharePoint List Items' Attachment URLs using Lists Web Service</title><link>http://blogs.msdn.com/sharepoint/archive/2007/03/25/retrieving-sharepoint-list-items-attachment-urls-using-lists-web-service.aspx#8415371</link><pubDate>Mon, 21 Apr 2008 23:41:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8415371</guid><dc:creator>Ryan Miller</dc:creator><description>&lt;p&gt;Is it possible to make this work via a datasource in SharePoint Designer. &amp;nbsp;I can get the web service call to work, but I get an error whenever I try to set the QueryOptions node. &amp;nbsp;I think this is probably a problem converting string to xmlNode, but I'm hoping somebody can tell me about a workaround.&lt;/p&gt;</description></item><item><title>re: Retrieving SharePoint List Items' Attachment URLs using Lists Web Service</title><link>http://blogs.msdn.com/sharepoint/archive/2007/03/25/retrieving-sharepoint-list-items-attachment-urls-using-lists-web-service.aspx#8962861</link><pubDate>Wed, 24 Sep 2008 02:09:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8962861</guid><dc:creator>pogrebs</dc:creator><description>&lt;p&gt;Is there any programmatic way to remotely retrieve the List templates themselves, from a SharePoint server?&lt;/p&gt;
</description></item><item><title>re: Retrieving SharePoint List Items' Attachment URLs using Lists Web Service</title><link>http://blogs.msdn.com/sharepoint/archive/2007/03/25/retrieving-sharepoint-list-items-attachment-urls-using-lists-web-service.aspx#9408480</link><pubDate>Mon, 09 Feb 2009 14:26:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9408480</guid><dc:creator>JoaoPrata</dc:creator><description>&lt;p&gt;Do you know how to list attachment from a subfolder? Using the same path in GetListItems.&lt;/p&gt;
</description></item></channel></rss>