<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: WCF, WebHttp Binding, and Authentication</title>
	<atom:link href="http://underground.infovark.com/2008/03/21/wcf-webhttp-binding-and-authentication/feed/" rel="self" type="application/rss+xml" />
	<link>http://underground.infovark.com/2008/03/21/wcf-webhttp-binding-and-authentication/</link>
	<description>The Infovark technology blog</description>
	<lastBuildDate>Fri, 19 Feb 2010 02:24:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dean</title>
		<link>http://underground.infovark.com/2008/03/21/wcf-webhttp-binding-and-authentication/comment-page-1/#comment-291</link>
		<dc:creator>Dean</dc:creator>
		<pubDate>Tue, 01 Dec 2009 16:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://underground.infovark.com/?p=7#comment-291</guid>
		<description>Hey Darren, 
We haven&#039;t tried using schema validation with webHttpBinding. It should be possible, but you&#039;ll have to much of the work manually. The webHttpBinding is designed for returning HTML, JSON, or plain old XML (POX) services.</description>
		<content:encoded><![CDATA[<p>Hey Darren,<br />
We haven&#8217;t tried using schema validation with webHttpBinding. It should be possible, but you&#8217;ll have to much of the work manually. The webHttpBinding is designed for returning HTML, JSON, or plain old XML (POX) services.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren</title>
		<link>http://underground.infovark.com/2008/03/21/wcf-webhttp-binding-and-authentication/comment-page-1/#comment-290</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Tue, 01 Dec 2009 12:01:53 +0000</pubDate>
		<guid isPermaLink="false">http://underground.infovark.com/?p=7#comment-290</guid>
		<description>Thanks for the post.
I am trying to implement schema validation on my web service.
Is this possible?
I have found many articles about schema validation and wsHttpBinding, but not webHttpBinding.

Thanks,
Darren</description>
		<content:encoded><![CDATA[<p>Thanks for the post.<br />
I am trying to implement schema validation on my web service.<br />
Is this possible?<br />
I have found many articles about schema validation and wsHttpBinding, but not webHttpBinding.</p>
<p>Thanks,<br />
Darren</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nita</title>
		<link>http://underground.infovark.com/2008/03/21/wcf-webhttp-binding-and-authentication/comment-page-1/#comment-128</link>
		<dc:creator>Nita</dc:creator>
		<pubDate>Thu, 04 Dec 2008 03:00:11 +0000</pubDate>
		<guid isPermaLink="false">http://underground.infovark.com/?p=7#comment-128</guid>
		<description>Hello,

I am trying to build REST-enabled services with WCF, you’ll want to use the webHTTP Binding. But i have to use the clientCredentialType=&quot;Certificate&quot; .

In this case the binding will be - 

                  
          
            
          
        
      
I created the service certificate in my dev environment and associated the service with it. (I don&#039;t intend to use the client certificate.) I had to make the following changes - 
 
          
          
            
              
            
            
          
        

and the base address had to be changed to - 


          
            
          
        
Had to make it HTTPS from HTTP. The service starts up but the problem is i am not able to browse the URL using the browser. I was able to browse when the security was not implemented with the URI.

Please help me to solve this issue.

Thanks</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I am trying to build REST-enabled services with WCF, you’ll want to use the webHTTP Binding. But i have to use the clientCredentialType=&#8221;Certificate&#8221; .</p>
<p>In this case the binding will be &#8211; </p>
<p>I created the service certificate in my dev environment and associated the service with it. (I don&#8217;t intend to use the client certificate.) I had to make the following changes &#8211; </p>
<p>and the base address had to be changed to &#8211; </p>
<p>Had to make it HTTPS from HTTP. The service starts up but the problem is i am not able to browse the URL using the browser. I was able to browse when the security was not implemented with the URI.</p>
<p>Please help me to solve this issue.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rinsing the SOAP from WCF (or, RESTful WCF Hyperlink Acupuncture) &#124; The Freak Parade</title>
		<link>http://underground.infovark.com/2008/03/21/wcf-webhttp-binding-and-authentication/comment-page-1/#comment-73</link>
		<dc:creator>Rinsing the SOAP from WCF (or, RESTful WCF Hyperlink Acupuncture) &#124; The Freak Parade</dc:creator>
		<pubDate>Thu, 28 Aug 2008 22:31:57 +0000</pubDate>
		<guid isPermaLink="false">http://underground.infovark.com/?p=7#comment-73</guid>
		<description>[...] Dan Rigsby &#187; REST Services and Metadata Endpoints in WCF WCF, WebHttp Binding, and Authentication [...]</description>
		<content:encoded><![CDATA[<p>[...] Dan Rigsby &#187; REST Services and Metadata Endpoints in WCF WCF, WebHttp Binding, and Authentication [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gordon</title>
		<link>http://underground.infovark.com/2008/03/21/wcf-webhttp-binding-and-authentication/comment-page-1/#comment-66</link>
		<dc:creator>Gordon</dc:creator>
		<pubDate>Mon, 25 Aug 2008 19:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://underground.infovark.com/?p=7#comment-66</guid>
		<description>Hey An, don&#039;t feel bad - It happens to the best of us ;)

I&#039;ve made that mistake myself more than once!</description>
		<content:encoded><![CDATA[<p>Hey An, don&#8217;t feel bad &#8211; It happens to the best of us <img src='http://underground.infovark.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I&#8217;ve made that mistake myself more than once!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: An Phu</title>
		<link>http://underground.infovark.com/2008/03/21/wcf-webhttp-binding-and-authentication/comment-page-1/#comment-65</link>
		<dc:creator>An Phu</dc:creator>
		<pubDate>Mon, 25 Aug 2008 16:50:02 +0000</pubDate>
		<guid isPermaLink="false">http://underground.infovark.com/?p=7#comment-65</guid>
		<description>I am wrong.  For webHttpBinding, there is TransportCrendentialOnly mode.   I didn&#039;t realize I was looking at the security modes for WSHttpBinding.</description>
		<content:encoded><![CDATA[<p>I am wrong.  For webHttpBinding, there is TransportCrendentialOnly mode.   I didn&#8217;t realize I was looking at the security modes for WSHttpBinding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: An Phu</title>
		<link>http://underground.infovark.com/2008/03/21/wcf-webhttp-binding-and-authentication/comment-page-1/#comment-64</link>
		<dc:creator>An Phu</dc:creator>
		<pubDate>Mon, 25 Aug 2008 16:41:17 +0000</pubDate>
		<guid isPermaLink="false">http://underground.infovark.com/?p=7#comment-64</guid>
		<description>Hello,

There is no security mode value of &quot;TransportCredentialOnly&quot;.

There are only four possible values;
None
Message
Transport
TransportWithMessageCredential</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>There is no security mode value of &#8220;TransportCredentialOnly&#8221;.</p>
<p>There are only four possible values;<br />
None<br />
Message<br />
Transport<br />
TransportWithMessageCredential</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rdecarlo73</title>
		<link>http://underground.infovark.com/2008/03/21/wcf-webhttp-binding-and-authentication/comment-page-1/#comment-35</link>
		<dc:creator>rdecarlo73</dc:creator>
		<pubDate>Mon, 07 Jul 2008 21:27:03 +0000</pubDate>
		<guid isPermaLink="false">http://underground.infovark.com/?p=7#comment-35</guid>
		<description>Thank you for your post!  I would have been lost without it to reinforce my assumptions.  My problem was my code, of course.</description>
		<content:encoded><![CDATA[<p>Thank you for your post!  I would have been lost without it to reinforce my assumptions.  My problem was my code, of course.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
