<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Calling SharePoint Web Services from Javascript</title>
	<atom:link href="http://blog.glenc.net/2007/04/20/calling-sharepoint-web-services-from-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.glenc.net/2007/04/20/calling-sharepoint-web-services-from-javascript/</link>
	<description>Treading water in a sea of man-made confusion.</description>
	<pubDate>Tue, 06 Jan 2009 04:42:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Myron</title>
		<link>http://blog.glenc.net/2007/04/20/calling-sharepoint-web-services-from-javascript/#comment-15291</link>
		<dc:creator>Myron</dc:creator>
		<pubDate>Wed, 03 Dec 2008 17:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://blogtmp.glenc.net/2007/04/20/calling-sharepoint-web-services-from-javascript/#comment-15291</guid>
		<description>This is great example, but what if you want to execute outside sharepoint? How can the code pass credentials?

Any hints would be more than welcome. TIA!</description>
		<content:encoded><![CDATA[<p>This is great example, but what if you want to execute outside sharepoint? How can the code pass credentials?</p>
<p>Any hints would be more than welcome. TIA!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevina</title>
		<link>http://blog.glenc.net/2007/04/20/calling-sharepoint-web-services-from-javascript/#comment-11917</link>
		<dc:creator>Kevina</dc:creator>
		<pubDate>Tue, 28 Oct 2008 15:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://blogtmp.glenc.net/2007/04/20/calling-sharepoint-web-services-from-javascript/#comment-11917</guid>
		<description>People should read this.</description>
		<content:encoded><![CDATA[<p>People should read this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lyntonS</title>
		<link>http://blog.glenc.net/2007/04/20/calling-sharepoint-web-services-from-javascript/#comment-11094</link>
		<dc:creator>lyntonS</dc:creator>
		<pubDate>Mon, 06 Oct 2008 13:41:14 +0000</pubDate>
		<guid isPermaLink="false">http://blogtmp.glenc.net/2007/04/20/calling-sharepoint-web-services-from-javascript/#comment-11094</guid>
		<description>I would like to know how you would call a web service to return the items displayed in a list to be comsumed by the Silverlight APP:

http://www.codeplex.com/SlideShow

It currently only uses a data.xml file which is static and therefore of not very extendable? Any clues?</description>
		<content:encoded><![CDATA[<p>I would like to know how you would call a web service to return the items displayed in a list to be comsumed by the Silverlight APP:</p>
<p><a href="http://www.codeplex.com/SlideShow" rel="nofollow">http://www.codeplex.com/SlideShow</a></p>
<p>It currently only uses a data.xml file which is static and therefore of not very extendable? Any clues?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Catalin&#8217;s Zeroes and Ones &#187; Blog Archive &#187; Calling SharePoint web services using jQuery</title>
		<link>http://blog.glenc.net/2007/04/20/calling-sharepoint-web-services-from-javascript/#comment-10993</link>
		<dc:creator>Catalin&#8217;s Zeroes and Ones &#187; Blog Archive &#187; Calling SharePoint web services using jQuery</dc:creator>
		<pubDate>Thu, 02 Oct 2008 10:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://blogtmp.glenc.net/2007/04/20/calling-sharepoint-web-services-from-javascript/#comment-10993</guid>
		<description>[...] to update a SharePoint list item directly on client side in a classic SharePoint list form. I found this blog who explains very well how to do it by using Prototype but I was already using jQuery and [...]</description>
		<content:encoded><![CDATA[<p>[...] to update a SharePoint list item directly on client side in a classic SharePoint list form. I found this blog who explains very well how to do it by using Prototype but I was already using jQuery and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: glenc</title>
		<link>http://blog.glenc.net/2007/04/20/calling-sharepoint-web-services-from-javascript/#comment-9595</link>
		<dc:creator>glenc</dc:creator>
		<pubDate>Fri, 22 Aug 2008 01:36:49 +0000</pubDate>
		<guid isPermaLink="false">http://blogtmp.glenc.net/2007/04/20/calling-sharepoint-web-services-from-javascript/#comment-9595</guid>
		<description>Actually you could even reference it at google and not even worry about downloading it:

&#60;script src="http://ajax.googleapis.com/ajax/libs/prototype/1.6.0.2/prototype.js"&#62;&#60;/script&#62;</description>
		<content:encoded><![CDATA[<p>Actually you could even reference it at google and not even worry about downloading it:</p>
<p>&lt;script src=&#8221;http://ajax.googleapis.com/ajax/libs/prototype/1.6.0.2/prototype.js&#8221;&gt;&lt;/script&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: glenc</title>
		<link>http://blog.glenc.net/2007/04/20/calling-sharepoint-web-services-from-javascript/#comment-9594</link>
		<dc:creator>glenc</dc:creator>
		<pubDate>Fri, 22 Aug 2008 01:34:42 +0000</pubDate>
		<guid isPermaLink="false">http://blogtmp.glenc.net/2007/04/20/calling-sharepoint-web-services-from-javascript/#comment-9594</guid>
		<description>The prototype javascript library is the only dependency.  It contains all functionality needed to make Ajax calls.  In fact, you could completely do away with Prototype if you wanted to write your own XMLHTTP requests.  Prototype is just a convenience.

You can upload prototype to any document library anywhere and then reference it in a CEWP like this:

&#60;script language="javascript" src="http://path/to/my/prototype.js" &#62;&#60;/script&#62;</description>
		<content:encoded><![CDATA[<p>The prototype javascript library is the only dependency.  It contains all functionality needed to make Ajax calls.  In fact, you could completely do away with Prototype if you wanted to write your own XMLHTTP requests.  Prototype is just a convenience.</p>
<p>You can upload prototype to any document library anywhere and then reference it in a CEWP like this:</p>
<p>&lt;script language=&#8221;javascript&#8221; src=&#8221;http://path/to/my/prototype.js&#8221; &gt;&lt;/script&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peyton King</title>
		<link>http://blog.glenc.net/2007/04/20/calling-sharepoint-web-services-from-javascript/#comment-9584</link>
		<dc:creator>Peyton King</dc:creator>
		<pubDate>Thu, 21 Aug 2008 23:03:58 +0000</pubDate>
		<guid isPermaLink="false">http://blogtmp.glenc.net/2007/04/20/calling-sharepoint-web-services-from-javascript/#comment-9584</guid>
		<description>But there is theoretically a way to do this without the library...

thanks again for all your help...

Peyton</description>
		<content:encoded><![CDATA[<p>But there is theoretically a way to do this without the library&#8230;</p>
<p>thanks again for all your help&#8230;</p>
<p>Peyton</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peyton King</title>
		<link>http://blog.glenc.net/2007/04/20/calling-sharepoint-web-services-from-javascript/#comment-9583</link>
		<dc:creator>Peyton King</dc:creator>
		<pubDate>Thu, 21 Aug 2008 22:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://blogtmp.glenc.net/2007/04/20/calling-sharepoint-web-services-from-javascript/#comment-9583</guid>
		<description>Hmmm, document library on same site, or would a higher level work, and do I need to get the source from this gitmo place?

I can frop into a document library fine...

And how would I reference the code?</description>
		<content:encoded><![CDATA[<p>Hmmm, document library on same site, or would a higher level work, and do I need to get the source from this gitmo place?</p>
<p>I can frop into a document library fine&#8230;</p>
<p>And how would I reference the code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peyton King</title>
		<link>http://blog.glenc.net/2007/04/20/calling-sharepoint-web-services-from-javascript/#comment-9582</link>
		<dc:creator>Peyton King</dc:creator>
		<pubDate>Thu, 21 Aug 2008 22:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://blogtmp.glenc.net/2007/04/20/calling-sharepoint-web-services-from-javascript/#comment-9582</guid>
		<description>I can dump a whole javascript library into a CEWP or call it externally and often do, but where would an AJAX library go relative to SharePoint as I can't believe that it would have to go onto every work station...

thanks, 

Peyton</description>
		<content:encoded><![CDATA[<p>I can dump a whole javascript library into a CEWP or call it externally and often do, but where would an AJAX library go relative to SharePoint as I can&#8217;t believe that it would have to go onto every work station&#8230;</p>
<p>thanks, </p>
<p>Peyton</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: glenc</title>
		<link>http://blog.glenc.net/2007/04/20/calling-sharepoint-web-services-from-javascript/#comment-9581</link>
		<dc:creator>glenc</dc:creator>
		<pubDate>Thu, 21 Aug 2008 22:41:47 +0000</pubDate>
		<guid isPermaLink="false">http://blogtmp.glenc.net/2007/04/20/calling-sharepoint-web-services-from-javascript/#comment-9581</guid>
		<description>That's the issue - you need Prototype.  You can just upload prototype to a document library though if you don't have server-side access.  That way you can reference it from the CEWP.</description>
		<content:encoded><![CDATA[<p>That&#8217;s the issue - you need Prototype.  You can just upload prototype to a document library though if you don&#8217;t have server-side access.  That way you can reference it from the CEWP.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
