<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" 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/" version="2.0">
<channel>
	<title>Comments for ICoder</title>
	
	<link>http://icoder.wordpress.com</link>
	<description>For when there's just too many architects</description>
	<lastBuildDate>Tue, 24 Feb 2009 00:43:39 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/ICoderComments" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="icodercomments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on Consuming a WCF Service using wshttp binding from a C++ client by Robin</title>
		<link>http://icoder.wordpress.com/2007/06/15/consuming-a-wcf-service-using-wshttp-binding-from-a-c-client/#comment-72</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Tue, 24 Feb 2009 00:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://icoder.wordpress.com/2007/06/15/consuming-a-wcf-service-using-wshttp-binding-from-a-c-client/#comment-72</guid>
		<description>Hello,

I have vc++ application using vs2005.  I may need it to connect as a client to a WCF service.   What is the best approach for me within vs2005 to approach this?  Your instructions seem very relevant to what I need to do.  Can you make any further suggestions to help get us going?  

Thanks for a good post!

Robin</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I have vc++ application using vs2005.  I may need it to connect as a client to a WCF service.   What is the best approach for me within vs2005 to approach this?  Your instructions seem very relevant to what I need to do.  Can you make any further suggestions to help get us going?  </p>
<p>Thanks for a good post!</p>
<p>Robin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How does Silverlight fit into a ‘proper’ UI architecture such as MVC? by interested</title>
		<link>http://icoder.wordpress.com/2007/10/30/how-does-silverlight-fit-into-a-proper-ui-architecture-such-as-mvc/#comment-71</link>
		<dc:creator>interested</dc:creator>
		<pubDate>Thu, 22 Jan 2009 14:47:15 +0000</pubDate>
		<guid isPermaLink="false">http://icoder.wordpress.com/2007/10/30/how-does-silverlight-fit-into-a-proper-ui-architecture-such-as-mvc/#comment-71</guid>
		<description>try and finish your investigation. I know that Adobe Flex can implemented with a methodology such as MVC.
Keep it real.</description>
		<content:encoded><![CDATA[<p>try and finish your investigation. I know that Adobe Flex can implemented with a methodology such as MVC.<br />
Keep it real.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to setup a WCF service using basic Http bindings with SSL transport level security by Vadim</title>
		<link>http://icoder.wordpress.com/2007/06/22/how-to-setup-a-wcf-service-using-basic-http-bindings-with-ssl-transport-level-security/#comment-69</link>
		<dc:creator>Vadim</dc:creator>
		<pubDate>Wed, 17 Dec 2008 13:01:41 +0000</pubDate>
		<guid isPermaLink="false">http://icoder.wordpress.com/2007/06/22/how-to-setup-a-wcf-service-using-basic-http-bindings-with-ssl-transport-level-security/#comment-69</guid>
		<description>Hi Alex,
Yes, this is correct, i'd like to use Windows authetication (my application has no logon screen), but my service should run over https/ssl and, surprise, WCF specifiction for "TransportWithMessageCredential" doesn't support "message = Windows".
Currently i set the service for "Transport" only, but i'm not sure this is right (from security point of view)</description>
		<content:encoded><![CDATA[<p>Hi Alex,<br />
Yes, this is correct, i&#8217;d like to use Windows authetication (my application has no logon screen), but my service should run over https/ssl and, surprise, WCF specifiction for &#8220;TransportWithMessageCredential&#8221; doesn&#8217;t support &#8220;message = Windows&#8221;.<br />
Currently i set the service for &#8220;Transport&#8221; only, but i&#8217;m not sure this is right (from security point of view)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to setup a WCF service using basic Http bindings with SSL transport level security by Alex McMahon</title>
		<link>http://icoder.wordpress.com/2007/06/22/how-to-setup-a-wcf-service-using-basic-http-bindings-with-ssl-transport-level-security/#comment-68</link>
		<dc:creator>Alex McMahon</dc:creator>
		<pubDate>Wed, 17 Dec 2008 12:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://icoder.wordpress.com/2007/06/22/how-to-setup-a-wcf-service-using-basic-http-bindings-with-ssl-transport-level-security/#comment-68</guid>
		<description>@Vadim:
I don't quite understand your question. 
If you mean how can you capture a user's password so that you can populate "client.ClientCredentials.UserName.Password". Then it sort of depends on your application; In my current application we have a login screen that captures the user's username and password (custom credentials), and we then hold onto them within the application to use for authenticating all the WCF calls.

If you're using Windows credentials then you don't really want to follow this post exactly. Instead you need to do something like setting the message client credential type to Windows.</description>
		<content:encoded><![CDATA[<p>@Vadim:<br />
I don&#8217;t quite understand your question.<br />
If you mean how can you capture a user&#8217;s password so that you can populate &#8220;client.ClientCredentials.UserName.Password&#8221;. Then it sort of depends on your application; In my current application we have a login screen that captures the user&#8217;s username and password (custom credentials), and we then hold onto them within the application to use for authenticating all the WCF calls.</p>
<p>If you&#8217;re using Windows credentials then you don&#8217;t really want to follow this post exactly. Instead you need to do something like setting the message client credential type to Windows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to setup a WCF service using basic Http bindings with SSL transport level security by Vadim</title>
		<link>http://icoder.wordpress.com/2007/06/22/how-to-setup-a-wcf-service-using-basic-http-bindings-with-ssl-transport-level-security/#comment-67</link>
		<dc:creator>Vadim</dc:creator>
		<pubDate>Wed, 17 Dec 2008 11:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://icoder.wordpress.com/2007/06/22/how-to-setup-a-wcf-service-using-basic-http-bindings-with-ssl-transport-level-security/#comment-67</guid>
		<description>how the hell can I know user's password????</description>
		<content:encoded><![CDATA[<p>how the hell can I know user&#8217;s password????</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An idea for exposing additional data and fault contracts for a WCF service through behaviours by Vlhoplqy</title>
		<link>http://icoder.wordpress.com/2007/08/02/an-idea-for-exposing-additional-data-and-fault-contracts-for-a-wcf-service-through-behaviours/#comment-66</link>
		<dc:creator>Vlhoplqy</dc:creator>
		<pubDate>Sat, 13 Dec 2008 16:44:39 +0000</pubDate>
		<guid isPermaLink="false">http://icoder.wordpress.com/2007/08/02/an-idea-for-exposing-additional-data-and-fault-contracts-for-a-wcf-service-through-behaviours/#comment-66</guid>
		<description>Thanks!,</description>
		<content:encoded><![CDATA[<p>Thanks!,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on When to use constants, settings.settings and Resources.resx by Luc</title>
		<link>http://icoder.wordpress.com/2008/04/23/when-to-use-constants-settingssettings-and-resourcesresx/#comment-65</link>
		<dc:creator>Luc</dc:creator>
		<pubDate>Thu, 11 Dec 2008 08:50:55 +0000</pubDate>
		<guid isPermaLink="false">http://icoder.wordpress.com/?p=35#comment-65</guid>
		<description>Good information. Thanks! Your post helped me decide where to put my various strings.</description>
		<content:encoded><![CDATA[<p>Good information. Thanks! Your post helped me decide where to put my various strings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Translation Tester by Specifying properties using Lambda expression trees instead of Reflection « ICoder</title>
		<link>http://icoder.wordpress.com/translationtester/#comment-62</link>
		<dc:creator>Specifying properties using Lambda expression trees instead of Reflection « ICoder</dc:creator>
		<pubDate>Fri, 28 Nov 2008 18:29:54 +0000</pubDate>
		<guid isPermaLink="false">http://icoder.wordpress.com/?page_id=81#comment-62</guid>
		<description>[...] Translation Tester [...]</description>
		<content:encoded><![CDATA[<p>[...] Translation Tester [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Translation Tester by Translation Tester - Progress update « ICoder</title>
		<link>http://icoder.wordpress.com/translationtester/#comment-61</link>
		<dc:creator>Translation Tester - Progress update « ICoder</dc:creator>
		<pubDate>Sat, 15 Nov 2008 15:44:40 +0000</pubDate>
		<guid isPermaLink="false">http://icoder.wordpress.com/?page_id=81#comment-61</guid>
		<description>[...] Translation Tester [...]</description>
		<content:encoded><![CDATA[<p>[...] Translation Tester [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Username message credentials over streamed binding by Alex McMahon</title>
		<link>http://icoder.wordpress.com/2008/04/15/username-message-credentials-over-streamed-binding/#comment-60</link>
		<dc:creator>Alex McMahon</dc:creator>
		<pubDate>Sat, 15 Nov 2008 09:42:07 +0000</pubDate>
		<guid isPermaLink="false">http://icoder.wordpress.com/?p=30#comment-60</guid>
		<description>@Peter:
I only set it up with TCP, so I'm not entirely sure. My first instinct is that there was probably a more useful exception in the WCF Service trace, I'd turn service tracing on (client and server side), and then look at the logs (don't forget to use Microsoft's Service Trace Viewer application).

As far as I'm aware there's no reason it shouldn't work with basicHttp - maybe it's worth double checking your WCF configuration on both sides, also remember that different bindings have different defaults, so maybe part of the basicHttpBinding has a default configuration value on one end that differs from the explicit value on the other.</description>
		<content:encoded><![CDATA[<p>@Peter:<br />
I only set it up with TCP, so I&#8217;m not entirely sure. My first instinct is that there was probably a more useful exception in the WCF Service trace, I&#8217;d turn service tracing on (client and server side), and then look at the logs (don&#8217;t forget to use Microsoft&#8217;s Service Trace Viewer application).</p>
<p>As far as I&#8217;m aware there&#8217;s no reason it shouldn&#8217;t work with basicHttp &#8211; maybe it&#8217;s worth double checking your WCF configuration on both sides, also remember that different bindings have different defaults, so maybe part of the basicHttpBinding has a default configuration value on one end that differs from the explicit value on the other.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
