<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>PANVEGA's Blog &#187; WebServices</title>
	<atom:link href="http://panvega.wordpress.com/tag/webservices/feed/" rel="self" type="application/rss+xml" />
	<link>http://panvega.wordpress.com</link>
	<description>DotNet Development, SharePoint Customizing, Silverlight, MS Infrastructure and other tips and tricks</description>
	<lastBuildDate>Fri, 04 Dec 2009 09:37:13 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='panvega.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/e90b13d57743e18d4727651338243c17?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>PANVEGA's Blog &#187; WebServices</title>
		<link>http://panvega.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://panvega.wordpress.com/osd.xml" title="PANVEGA&#8217;s Blog" />
		<item>
		<title>Lists.asmx/GetListItems Accessing the XmlDocument by using the Namespace</title>
		<link>http://panvega.wordpress.com/2009/03/20/1031/</link>
		<comments>http://panvega.wordpress.com/2009/03/20/1031/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 11:05:38 +0000</pubDate>
		<dc:creator>PANVEGA</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[DotNet]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[WebServices]]></category>

		<guid isPermaLink="false">http://panvega.wordpress.com/?p=1031</guid>
		<description><![CDATA[In this short post I am gonna show you how easy it is accessing the List Item values from the GetListItems method of the Lists.asmx Webservice.

Call your GetListItem method
store the XML in a XmlDocument
You have to build a new XmlNamespaceManage
Add the Namespace properties
In this example I wanna access the XmlNode with the first List Item [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=panvega.wordpress.com&blog=4704744&post=1031&subd=panvega&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://panvega.wordpress.com/2009/03/20/1031/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/959bf5471c45b428a31765fc92b9838a?s=96&#38;d=http%3A%2F%2Fa.wordpress.com%2Fi%2Fmu.gif" medium="image">
			<media:title type="html">PANVEGA</media:title>
		</media:content>
	</item>
		<item>
		<title>Query List Items from Lists.asmx Webservice GetListItems</title>
		<link>http://panvega.wordpress.com/2009/03/20/query-list-items-from-listsasmx-webservice-getlistitem/</link>
		<comments>http://panvega.wordpress.com/2009/03/20/query-list-items-from-listsasmx-webservice-getlistitem/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 10:27:22 +0000</pubDate>
		<dc:creator>PANVEGA</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[DotNet]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[WebServices]]></category>

		<guid isPermaLink="false">http://panvega.wordpress.com/?p=1024</guid>
		<description><![CDATA[I created an application where I can retreive a Field ID from a Custon List Item with the Query GetListItem options.
A Query element containing the query that determines which records are returned and in what order, and that can be assigned to a System.Xml.XmlNode object, as in the following example.


Consume the Lists.asmx(http://[yourservername]/_vti_bin/lists.asmx)

Call the GetListItem method
Below [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=panvega.wordpress.com&blog=4704744&post=1024&subd=panvega&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://panvega.wordpress.com/2009/03/20/query-list-items-from-listsasmx-webservice-getlistitem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/959bf5471c45b428a31765fc92b9838a?s=96&#38;d=http%3A%2F%2Fa.wordpress.com%2Fi%2Fmu.gif" medium="image">
			<media:title type="html">PANVEGA</media:title>
		</media:content>
	</item>
		<item>
		<title>Deploy a custom Webservice into the SP ISAPI (_vti_bin) filder</title>
		<link>http://panvega.wordpress.com/2008/11/19/deploy-a-custom-webservice-into-the-sp-isapi-_vti_bin-filder/</link>
		<comments>http://panvega.wordpress.com/2008/11/19/deploy-a-custom-webservice-into-the-sp-isapi-_vti_bin-filder/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 10:43:15 +0000</pubDate>
		<dc:creator>PANVEGA</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[WebServices]]></category>
		<category><![CDATA[Solution Deployment]]></category>

		<guid isPermaLink="false">http://panvega.wordpress.com/?p=601</guid>
		<description><![CDATA[In this article I’ll cover how make a Content Deployment of a custum WebService (.asmx/.disco/.wsdl) to the ISAPI Folder. The dll is going to be deplyed into the WSS bin folder. For some procedures like, for example, adding the web service as a reference in a visual studio project, the discovery (.disco) and wsdl files [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=panvega.wordpress.com&blog=4704744&post=601&subd=panvega&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://panvega.wordpress.com/2008/11/19/deploy-a-custom-webservice-into-the-sp-isapi-_vti_bin-filder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/959bf5471c45b428a31765fc92b9838a?s=96&#38;d=http%3A%2F%2Fa.wordpress.com%2Fi%2Fmu.gif" medium="image">
			<media:title type="html">PANVEGA</media:title>
		</media:content>
	</item>
		<item>
		<title>How to create a SQL CLR-Trigger to update MOSS</title>
		<link>http://panvega.wordpress.com/2008/09/09/how-to-create-a-sql-clr-trigger-to-update-moss/</link>
		<comments>http://panvega.wordpress.com/2008/09/09/how-to-create-a-sql-clr-trigger-to-update-moss/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 11:02:36 +0000</pubDate>
		<dc:creator>PANVEGA</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[WebServices]]></category>
		<category><![CDATA[Solution Deployment]]></category>

		<guid isPermaLink="false">http://panvega.wordpress.com/?p=21</guid>
		<description><![CDATA[ In my szenario I should trigger a custom Webservice which consumes a SharePoint Lists.asmx Service in order to add an item to a list. However the client did not want to cosume the custom Webservice in his website. The idea was to throw an trigger in the SQL DB when a website visitor submites [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=panvega.wordpress.com&blog=4704744&post=21&subd=panvega&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://panvega.wordpress.com/2008/09/09/how-to-create-a-sql-clr-trigger-to-update-moss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/959bf5471c45b428a31765fc92b9838a?s=96&#38;d=http%3A%2F%2Fa.wordpress.com%2Fi%2Fmu.gif" medium="image">
			<media:title type="html">PANVEGA</media:title>
		</media:content>

		<media:content url="http://panvega.files.wordpress.com/2008/09/sql_new_project.jpg?w=300" medium="image">
			<media:title type="html">sql_new_project</media:title>
		</media:content>

		<media:content url="http://panvega.files.wordpress.com/2008/09/add_web_reference.jpg" medium="image">
			<media:title type="html">add_web_reference</media:title>
		</media:content>

		<media:content url="http://panvega.files.wordpress.com/2008/09/add_trigger.jpg" medium="image">
			<media:title type="html">add_trigger</media:title>
		</media:content>

		<media:content url="http://panvega.files.wordpress.com/2008/09/project_properties.jpg?w=288" medium="image">
			<media:title type="html">project_properties</media:title>
		</media:content>
	</item>
		<item>
		<title>How to access a custom User Subweb List with SP Object Model</title>
		<link>http://panvega.wordpress.com/2008/07/18/how-to-access-a-custom-user-site-list-with-sp-object-model/</link>
		<comments>http://panvega.wordpress.com/2008/07/18/how-to-access-a-custom-user-site-list-with-sp-object-model/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 20:42:51 +0000</pubDate>
		<dc:creator>PANVEGA</dc:creator>
				<category><![CDATA[MOSS]]></category>
		<category><![CDATA[Object Model]]></category>
		<category><![CDATA[WebServices]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://panvega.wordpress.com/?p=592</guid>
		<description><![CDATA[Introduction:
SharePoint provides a solid framework for the .Net developers to write code against and extend sharepoint functionality. As sharepoint is done on ASP.NET 2.0 and have a power code base of .Net Class libraries, a lot of developers can now make use of them and create excellent applications utilizing sharepoint features and libraries.
As I have [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=panvega.wordpress.com&blog=4704744&post=592&subd=panvega&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://panvega.wordpress.com/2008/07/18/how-to-access-a-custom-user-site-list-with-sp-object-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/959bf5471c45b428a31765fc92b9838a?s=96&#38;d=http%3A%2F%2Fa.wordpress.com%2Fi%2Fmu.gif" medium="image">
			<media:title type="html">PANVEGA</media:title>
		</media:content>
	</item>
		<item>
		<title>How to develope a custom SharePoint WebService</title>
		<link>http://panvega.wordpress.com/2008/04/20/how-to-develope-a-custom-sharepoint-webservice/</link>
		<comments>http://panvega.wordpress.com/2008/04/20/how-to-develope-a-custom-sharepoint-webservice/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 20:51:05 +0000</pubDate>
		<dc:creator>PANVEGA</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Delegate Controls]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[DotNet]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[WebServices]]></category>
		<category><![CDATA[Administration]]></category>
		<category><![CDATA[Solution Deployment]]></category>

		<guid isPermaLink="false">http://panvega.wordpress.com/?p=621</guid>
		<description><![CDATA[Szenario
For some procedures like, for example, adding the web service as a reference in a visual studio project or using the SP Designer to consume a Webservice, the discovery (.disco) and wsdl files are required. So we have to develope a WS who need to be registert in SharePoint.  We develope a custom SharePoint Webservice [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=panvega.wordpress.com&blog=4704744&post=621&subd=panvega&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://panvega.wordpress.com/2008/04/20/how-to-develope-a-custom-sharepoint-webservice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/959bf5471c45b428a31765fc92b9838a?s=96&#38;d=http%3A%2F%2Fa.wordpress.com%2Fi%2Fmu.gif" medium="image">
			<media:title type="html">PANVEGA</media:title>
		</media:content>
	</item>
		<item>
		<title>Accessing a SP List via Lists.asmx WS by using Views</title>
		<link>http://panvega.wordpress.com/2008/03/19/accessing-a-sp-list-via-listsasmx-ws-by-using-views/</link>
		<comments>http://panvega.wordpress.com/2008/03/19/accessing-a-sp-list-via-listsasmx-ws-by-using-views/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 16:50:17 +0000</pubDate>
		<dc:creator>PANVEGA</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[DotNet]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[WebServices]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://panvega.wordpress.com/?p=1015</guid>
		<description><![CDATA[In this short post I wanna show you why accessing the Lists.asmx Webservice by giving the appropriate View ID as a parameter. In one of my previous posts I gave you a detail view in this SharePoint Webservice.
http://panvega.wordpress.com/2007/09/15/consuming-listsapsx-webservice-from-sharepoint
I wanna demonstare why it is usefull accesing a custom WS view. If you leave the View parameter [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=panvega.wordpress.com&blog=4704744&post=1015&subd=panvega&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://panvega.wordpress.com/2008/03/19/accessing-a-sp-list-via-listsasmx-ws-by-using-views/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/959bf5471c45b428a31765fc92b9838a?s=96&#38;d=http%3A%2F%2Fa.wordpress.com%2Fi%2Fmu.gif" medium="image">
			<media:title type="html">PANVEGA</media:title>
		</media:content>
	</item>
		<item>
		<title>Asynchron Webservice call with XMLHttpRequest</title>
		<link>http://panvega.wordpress.com/2008/02/12/asynchron-webservice-call-with-xmlhttprequest/</link>
		<comments>http://panvega.wordpress.com/2008/02/12/asynchron-webservice-call-with-xmlhttprequest/#comments</comments>
		<pubDate>Tue, 12 Feb 2008 11:37:42 +0000</pubDate>
		<dc:creator>PANVEGA</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[WebServices]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://panvega.wordpress.com/?p=145</guid>
		<description><![CDATA[XMLHttpRequest is a JavaScript object that was created by Microsoft and adopted by Mozilla. You can use it to easily retrieve data via HTTP. Despite its name, it can be used for more than just XML documents, e.g. for JSON.
As deployment of XML data and web services becomes more widespread, you may occasionally find it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=panvega.wordpress.com&blog=4704744&post=145&subd=panvega&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://panvega.wordpress.com/2008/02/12/asynchron-webservice-call-with-xmlhttprequest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/959bf5471c45b428a31765fc92b9838a?s=96&#38;d=http%3A%2F%2Fa.wordpress.com%2Fi%2Fmu.gif" medium="image">
			<media:title type="html">PANVEGA</media:title>
		</media:content>
	</item>
		<item>
		<title>Attachements to a list item using SharePoint Webservices</title>
		<link>http://panvega.wordpress.com/2007/12/16/attachements-to-a-list-item-using-sharepoint-webservices/</link>
		<comments>http://panvega.wordpress.com/2007/12/16/attachements-to-a-list-item-using-sharepoint-webservices/#comments</comments>
		<pubDate>Sun, 16 Dec 2007 05:59:53 +0000</pubDate>
		<dc:creator>PANVEGA</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[WebServices]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XPath]]></category>
		<category><![CDATA[CAML]]></category>
		<category><![CDATA[DotNet]]></category>

		<guid isPermaLink="false">http://panvega.wordpress.com/?p=210</guid>
		<description><![CDATA[In this short post I wanna describe how to add files as an Attachment to a SharePoint list item.
In my previous post Consuming lists.aspx Webservice from SharePoint I showed you how to manage a SharePoint List Webservice. Now I´m gonna add a little bit more tricky thing to the custom cosuming WS method.
Adding an Attachment [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=panvega.wordpress.com&blog=4704744&post=210&subd=panvega&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://panvega.wordpress.com/2007/12/16/attachements-to-a-list-item-using-sharepoint-webservices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/959bf5471c45b428a31765fc92b9838a?s=96&#38;d=http%3A%2F%2Fa.wordpress.com%2Fi%2Fmu.gif" medium="image">
			<media:title type="html">PANVEGA</media:title>
		</media:content>
	</item>
		<item>
		<title>Consuming Lists.asmx Webservice from SharePoint</title>
		<link>http://panvega.wordpress.com/2007/09/15/consuming-listsapsx-webservice-from-sharepoint/</link>
		<comments>http://panvega.wordpress.com/2007/09/15/consuming-listsapsx-webservice-from-sharepoint/#comments</comments>
		<pubDate>Sat, 15 Sep 2007 16:09:55 +0000</pubDate>
		<dc:creator>PANVEGA</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[CAML]]></category>
		<category><![CDATA[DotNet]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[SOAP]]></category>
		<category><![CDATA[WebServices]]></category>
		<category><![CDATA[XPath]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://panvega.wordpress.com/?p=18</guid>
		<description><![CDATA[In this post I wanna shortly describe how to hanlde with SharePoint Webservice in this case I´m gonna show an examole with the lists.asmx Webservice. SharePoint (WSS 2.0) provides several web services that gives you access to different parts of the object model and its data, without the need to use the object model directly [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=panvega.wordpress.com&blog=4704744&post=18&subd=panvega&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://panvega.wordpress.com/2007/09/15/consuming-listsapsx-webservice-from-sharepoint/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/959bf5471c45b428a31765fc92b9838a?s=96&#38;d=http%3A%2F%2Fa.wordpress.com%2Fi%2Fmu.gif" medium="image">
			<media:title type="html">PANVEGA</media:title>
		</media:content>

		<media:content url="http://panvega.files.wordpress.com/2008/09/addwebreference2.gif?w=510" medium="image">
			<media:title type="html">addwebreference2</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Create a RESTful Interface?</title>
		<link>http://panvega.wordpress.com/2007/08/11/how-to-create-a-restful-interface/</link>
		<comments>http://panvega.wordpress.com/2007/08/11/how-to-create-a-restful-interface/#comments</comments>
		<pubDate>Sat, 11 Aug 2007 10:20:06 +0000</pubDate>
		<dc:creator>PANVEGA</dc:creator>
				<category><![CDATA[REST]]></category>
		<category><![CDATA[SOAP]]></category>
		<category><![CDATA[WebServices]]></category>
		<category><![CDATA[SOA]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://panvega.wordpress.com/?p=153</guid>
		<description><![CDATA[REST (representational state transfer) is an approach for getting information content from a Web site by reading a designated Web page that contains an XML (Extensible Markup Language) file that describes and includes the desired content. &#8221; The terms “representational state transfer” and “REST” were introduced in the doctoral dissertation of Roy Fielding one of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=panvega.wordpress.com&blog=4704744&post=153&subd=panvega&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://panvega.wordpress.com/2007/08/11/how-to-create-a-restful-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/959bf5471c45b428a31765fc92b9838a?s=96&#38;d=http%3A%2F%2Fa.wordpress.com%2Fi%2Fmu.gif" medium="image">
			<media:title type="html">PANVEGA</media:title>
		</media:content>
	</item>
	</channel>
</rss>