<?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>Sun, 01 Aug 2010 08:37:54 +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>
	<item>
		<title>By: Elvin</title>
		<link>http://www.creativeui.com/2008/05/26/how-to-create-a-web-service-with-wcf/#comment-1124</link>
		<author>Elvin</author>
		<pubDate>Thu, 12 Feb 2009 04:47:21 +0000</pubDate>
		<guid>http://www.creativeui.com/2008/05/26/how-to-create-a-web-service-with-wcf/#comment-1124</guid>
					<description>Very helpful. Thanks, David.

However, I have a problem in the part when I can use the service in a code behind. Typing "using" intellisense should show me that namespace, right? It's not coming out.

I did this for the old web services but it was successful. Not sure why this isn't working.

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Very helpful. Thanks, David.</p>
<p>However, I have a problem in the part when I can use the service in a code behind. Typing &#8220;using&#8221; intellisense should show me that namespace, right? It&#8217;s not coming out.</p>
<p>I did this for the old web services but it was successful. Not sure why this isn&#8217;t working.</p>
<p>Thanks in advance.</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-1125</link>
		<author>David Baxter</author>
		<pubDate>Thu, 12 Feb 2009 14:55:11 +0000</pubDate>
		<guid>http://www.creativeui.com/2008/05/26/how-to-create-a-web-service-with-wcf/#comment-1125</guid>
					<description>Intellisense should work when you have your service references setup correctly. You may need to update them if you have made changes recently.

David</description>
		<content:encoded><![CDATA[<p>Intellisense should work when you have your service references setup correctly. You may need to update them if you have made changes recently.</p>
<p>David</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Dean</title>
		<link>http://www.creativeui.com/2008/05/26/how-to-create-a-web-service-with-wcf/#comment-1140</link>
		<author>Dean</author>
		<pubDate>Sat, 15 Aug 2009 15:34:15 +0000</pubDate>
		<guid>http://www.creativeui.com/2008/05/26/how-to-create-a-web-service-with-wcf/#comment-1140</guid>
					<description>This really kicked started my involvement with WCF, thanks for the clarity.</description>
		<content:encoded><![CDATA[<p>This really kicked started my involvement with WCF, thanks for the clarity.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Carol</title>
		<link>http://www.creativeui.com/2008/05/26/how-to-create-a-web-service-with-wcf/#comment-1141</link>
		<author>Carol</author>
		<pubDate>Tue, 01 Sep 2009 17:27:28 +0000</pubDate>
		<guid>http://www.creativeui.com/2008/05/26/how-to-create-a-web-service-with-wcf/#comment-1141</guid>
					<description>Hey.. thanks for the good overview article on the WCF Web Services. Now I get the conecpt of DataContracts and OperationContracts.</description>
		<content:encoded><![CDATA[<p>Hey.. thanks for the good overview article on the WCF Web Services. Now I get the conecpt of DataContracts and OperationContracts.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Mohamad</title>
		<link>http://www.creativeui.com/2008/05/26/how-to-create-a-web-service-with-wcf/#comment-1150</link>
		<author>Mohamad</author>
		<pubDate>Wed, 18 Nov 2009 16:01:49 +0000</pubDate>
		<guid>http://www.creativeui.com/2008/05/26/how-to-create-a-web-service-with-wcf/#comment-1150</guid>
					<description>All it returns is the datatype of the object sent from wcf service. Can you please help me. 

Thanks in advance</description>
		<content:encoded><![CDATA[<p>All it returns is the datatype of the object sent from wcf service. Can you please help me. </p>
<p>Thanks in advance</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Robbie</title>
		<link>http://www.creativeui.com/2008/05/26/how-to-create-a-web-service-with-wcf/#comment-1161</link>
		<author>Robbie</author>
		<pubDate>Mon, 31 May 2010 20:20:01 +0000</pubDate>
		<guid>http://www.creativeui.com/2008/05/26/how-to-create-a-web-service-with-wcf/#comment-1161</guid>
					<description>Thanks a lot! This is a great tutorial for getting started with WCF. It really helped me out!</description>
		<content:encoded><![CDATA[<p>Thanks a lot! This is a great tutorial for getting started with WCF. It really helped me out!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Hayim Ammar</title>
		<link>http://www.creativeui.com/2008/05/26/how-to-create-a-web-service-with-wcf/#comment-1164</link>
		<author>Hayim Ammar</author>
		<pubDate>Sat, 17 Jul 2010 12:05:21 +0000</pubDate>
		<guid>http://www.creativeui.com/2008/05/26/how-to-create-a-web-service-with-wcf/#comment-1164</guid>
					<description>Hi David,
Thank you, an excellent article!
You wondered why you send a 'List' and receive an 'Array'.
Ok, the reason is pretty simple, it's just depends on what you configured in your Service Reference.
 
In right click on it and select 'Configure Service Reference',
in the opening window you choose the Collection Type. By default it is 'System.Array', but it can be 'List' as well.

Btw, here's a link to series of very useful videos that helped me a lot 
with WCF:
http://msdn.microsoft.com/en-us/netframework/first-steps-with-wcf.aspx</description>
		<content:encoded><![CDATA[<p>Hi David,<br />
Thank you, an excellent article!<br />
You wondered why you send a &#8216;List&#8217; and receive an &#8216;Array&#8217;.<br />
Ok, the reason is pretty simple, it&#8217;s just depends on what you configured in your Service Reference.</p>
<p>In right click on it and select &#8216;Configure Service Reference&#8217;,<br />
in the opening window you choose the Collection Type. By default it is &#8216;System.Array&#8217;, but it can be &#8216;List&#8217; as well.</p>
<p>Btw, here&#8217;s a link to series of very useful videos that helped me a lot<br />
with WCF:<br />
<a href="http://msdn.microsoft.com/en-us/netframework/first-steps-with-wcf.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/netframework/first-steps-with-wcf.aspx</a></p>
]]></content:encoded>
				</item>
</channel>
</rss>
