<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: How To: Create a Web Service with WCF</title>
	<link>http://www.creativeui.com/2008/05/26/how-to-create-a-web-service-with-wcf/</link>
	<description></description>
	<pubDate>Tue, 02 Dec 2008 06:37:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>

	<item>
		<title>By: Bjorn van der Neut</title>
		<link>http://www.creativeui.com/2008/05/26/how-to-create-a-web-service-with-wcf/#comment-992</link>
		<author>Bjorn van der Neut</author>
		<pubDate>Tue, 27 May 2008 06:44:52 +0000</pubDate>
		<guid>http://www.creativeui.com/2008/05/26/how-to-create-a-web-service-with-wcf/#comment-992</guid>
					<description>Create! Newer now what:
WCF (Windows Communication Foundation) exactly was. But now I do. Its just another way of making an web service. 

Bye
Bjorn</description>
		<content:encoded><![CDATA[<p>Create! Newer now what:<br />
WCF (Windows Communication Foundation) exactly was. But now I do. Its just another way of making an web service. </p>
<p>Bye<br />
Bjorn</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: David Baxter</title>
		<link>http://www.creativeui.com/2008/05/26/how-to-create-a-web-service-with-wcf/#comment-993</link>
		<author>David Baxter</author>
		<pubDate>Tue, 27 May 2008 12:26:39 +0000</pubDate>
		<guid>http://www.creativeui.com/2008/05/26/how-to-create-a-web-service-with-wcf/#comment-993</guid>
					<description>WCF is actually a lot more than just a way to create webservices...this just happens to be one aspect of it. If you go digging, you will find that the WCF stuff is a pretty deep hole. Lots of good stuff in there.

David</description>
		<content:encoded><![CDATA[<p>WCF is actually a lot more than just a way to create webservices&#8230;this just happens to be one aspect of it. If you go digging, you will find that the WCF stuff is a pretty deep hole. Lots of good stuff in there.</p>
<p>David</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Dino</title>
		<link>http://www.creativeui.com/2008/05/26/how-to-create-a-web-service-with-wcf/#comment-1029</link>
		<author>Dino</author>
		<pubDate>Sun, 13 Jul 2008 23:43:30 +0000</pubDate>
		<guid>http://www.creativeui.com/2008/05/26/how-to-create-a-web-service-with-wcf/#comment-1029</guid>
					<description>Thanx for the Explanation. It made me very easy to understand WCF.</description>
		<content:encoded><![CDATA[<p>Thanx for the Explanation. It made me very easy to understand WCF.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Min Lin</title>
		<link>http://www.creativeui.com/2008/05/26/how-to-create-a-web-service-with-wcf/#comment-1037</link>
		<author>Min Lin</author>
		<pubDate>Wed, 30 Jul 2008 05:03:55 +0000</pubDate>
		<guid>http://www.creativeui.com/2008/05/26/how-to-create-a-web-service-with-wcf/#comment-1037</guid>
					<description>Thanks for the article; a great read! The article shows how to read / retrieve data but how for example write data back to the web service for storage to database?</description>
		<content:encoded><![CDATA[<p>Thanks for the article; a great read! The article shows how to read / retrieve data but how for example write data back to the web service for storage to database?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: David Baxter</title>
		<link>http://www.creativeui.com/2008/05/26/how-to-create-a-web-service-with-wcf/#comment-1038</link>
		<author>David Baxter</author>
		<pubDate>Wed, 30 Jul 2008 12:27:18 +0000</pubDate>
		<guid>http://www.creativeui.com/2008/05/26/how-to-create-a-web-service-with-wcf/#comment-1038</guid>
					<description>Hey Min...glad you liked the article. Basically my goal here was to give the basics on how to do just about anything with a WCF...sending data to the service would follow basically the same rules.

Email me if you are having trouble.

David</description>
		<content:encoded><![CDATA[<p>Hey Min&#8230;glad you liked the article. Basically my goal here was to give the basics on how to do just about anything with a WCF&#8230;sending data to the service would follow basically the same rules.</p>
<p>Email me if you are having trouble.</p>
<p>David</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: MAtthew</title>
		<link>http://www.creativeui.com/2008/05/26/how-to-create-a-web-service-with-wcf/#comment-1080</link>
		<author>MAtthew</author>
		<pubDate>Wed, 05 Nov 2008 18:57:44 +0000</pubDate>
		<guid>http://www.creativeui.com/2008/05/26/how-to-create-a-web-service-with-wcf/#comment-1080</guid>
					<description>Hey David,

Great article.  It is nice to see such a clear and concise introduction to WCF.

I have a two part question:
1) My first question is about calling a WCF webservice from plain old JavaScript (not AJAX.NET)  i.e. How can I add JavaScript to a page that would call my web service and send/ retrieve some data?

2) My second question is: can I call a WCF web service from another domain?  (i.e. A third party site includes a reference to my JS file and that JS file calls the web service)

thanks

Matthew</description>
		<content:encoded><![CDATA[<p>Hey David,</p>
<p>Great article.  It is nice to see such a clear and concise introduction to WCF.</p>
<p>I have a two part question:<br />
1) My first question is about calling a WCF webservice from plain old JavaScript (not AJAX.NET)  i.e. How can I add JavaScript to a page that would call my web service and send/ retrieve some data?</p>
<p>2) My second question is: can I call a WCF web service from another domain?  (i.e. A third party site includes a reference to my JS file and that JS file calls the web service)</p>
<p>thanks</p>
<p>Matthew</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: David Baxter</title>
		<link>http://www.creativeui.com/2008/05/26/how-to-create-a-web-service-with-wcf/#comment-1081</link>
		<author>David Baxter</author>
		<pubDate>Wed, 05 Nov 2008 21:47:53 +0000</pubDate>
		<guid>http://www.creativeui.com/2008/05/26/how-to-create-a-web-service-with-wcf/#comment-1081</guid>
					<description>Hey Matthew, glad you liked the article. Hope it gets ya goin'.

Here are some answers to your questions.

1. I found a handy dandy article that explains how do connect WCF to javascript. http://msdn.microsoft.com/en-us/library/bb514961.aspx

2. Yes you can...speaking from an ASP.NET perspective all you need to do is create your service reference and point to the website that hosts it. Everything else should be the same.

Hope that helps! Feel free to email me at david[at]creativeui[dot]com if you need anything else.

David</description>
		<content:encoded><![CDATA[<p>Hey Matthew, glad you liked the article. Hope it gets ya goin&#8217;.</p>
<p>Here are some answers to your questions.</p>
<p>1. I found a handy dandy article that explains how do connect WCF to javascript. <a href="http://msdn.microsoft.com/en-us/library/bb514961.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/bb514961.aspx</a></p>
<p>2. Yes you can&#8230;speaking from an ASP.NET perspective all you need to do is create your service reference and point to the website that hosts it. Everything else should be the same.</p>
<p>Hope that helps! Feel free to email me at david[at]creativeui[dot]com if you need anything else.</p>
<p>David</p>
]]></content:encoded>
				</item>
</channel>
</rss>
