<?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 Metadata</title>
	<atom:link href="http://www.danrigsby.com/blog/index.php/2008/05/27/wcf-metadata/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danrigsby.com/blog/index.php/2008/05/27/wcf-metadata/</link>
	<description>Developer.Speaker.Blogger</description>
	<lastBuildDate>Sun, 14 Aug 2011 06:09:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mattaniah</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/05/27/wcf-metadata/comment-page-1/#comment-2733</link>
		<dc:creator>mattaniah</dc:creator>
		<pubDate>Fri, 13 Feb 2009 14:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/?p=227#comment-2733</guid>
		<description>I followed the example exactly and got error messages.  The first one was that my service interface was not implementing IMetadataExchange.  I found a way around that.  The second one was &quot;http&quot; not correct, expected &quot;net.Tcp&quot;.
I basically went back to wsHttpbinding
Great idea, I wish I could get it to work.</description>
		<content:encoded><![CDATA[<p>I followed the example exactly and got error messages.  The first one was that my service interface was not implementing IMetadataExchange.  I found a way around that.  The second one was &#8220;http&#8221; not correct, expected &#8220;net.Tcp&#8221;.<br />
I basically went back to wsHttpbinding<br />
Great idea, I wish I could get it to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dario</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/05/27/wcf-metadata/comment-page-1/#comment-738</link>
		<dc:creator>dario</dc:creator>
		<pubDate>Fri, 25 Jul 2008 23:32:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/?p=227#comment-738</guid>
		<description>eres un gran profesor</description>
		<content:encoded><![CDATA[<p>eres un gran profesor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anon</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/05/27/wcf-metadata/comment-page-1/#comment-683</link>
		<dc:creator>Anon</dc:creator>
		<pubDate>Wed, 18 Jun 2008 00:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/?p=227#comment-683</guid>
		<description>Hi,
  I tried to follow the example, but changed
From:
Binding mexBinding = MetadataExchangeBindings.CreateMexTcpBinding();
host.AddServiceEndpoint(
    typeof(IMetadataExchange),
    mexBinding,
    &quot;net.tcp://localhost:9000/MyService/mex&quot;);
To:
  myServiceHost.AddServiceEndpoint(ServiceMetadataBehavior.MexContractName, MetadataExchangeBindings.CreateMexHttpBinding(), &quot;http://localhost:8080/service1/mex&quot;);

I&#039;ve also made corresponding changes for any reference to tcp in example to http.

I am able to get WSDL using
http://localhost:8080/service1?WSDL through the browser, but am unable to do get Metadata (WSDL) through
http://localhost:8080/service1/mex.

Do you know what I am doing wrong?  Any help is appreciated.  Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
  I tried to follow the example, but changed<br />
From:<br />
Binding mexBinding = MetadataExchangeBindings.CreateMexTcpBinding();<br />
host.AddServiceEndpoint(<br />
    typeof(IMetadataExchange),<br />
    mexBinding,<br />
    &#8220;net.tcp://localhost:9000/MyService/mex&#8221;);<br />
To:<br />
  myServiceHost.AddServiceEndpoint(ServiceMetadataBehavior.MexContractName, MetadataExchangeBindings.CreateMexHttpBinding(), &#8220;http://localhost:8080/service1/mex&#8221;);</p>
<p>I&#8217;ve also made corresponding changes for any reference to tcp in example to http.</p>
<p>I am able to get WSDL using<br />
<a href="http://localhost:8080/service1?WSDL" rel="nofollow">http://localhost:8080/service1?WSDL</a> through the browser, but am unable to do get Metadata (WSDL) through<br />
<a href="http://localhost:8080/service1/mex" rel="nofollow">http://localhost:8080/service1/mex</a>.</p>
<p>Do you know what I am doing wrong?  Any help is appreciated.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weekly microsoft oriented crumbs #6 - ASP.net MVC Preview 3 - Service Endpoint</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/05/27/wcf-metadata/comment-page-1/#comment-641</link>
		<dc:creator>Weekly microsoft oriented crumbs #6 - ASP.net MVC Preview 3 - Service Endpoint</dc:creator>
		<pubDate>Sun, 01 Jun 2008 04:38:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/?p=227#comment-641</guid>
		<description>[...] Aaron Skonnards article on BizTalk Services  Joseph Ferner - How to make your LINQ span the globe, linq extensions that make a link query run on multiple machines Dan Rigsby - Extending WCF InstanceContext to store custom state, WCF Metadata [...]</description>
		<content:encoded><![CDATA[<p>[...] Aaron Skonnards article on BizTalk Services  Joseph Ferner &#8211; How to make your LINQ span the globe, linq extensions that make a link query run on multiple machines Dan Rigsby &#8211; Extending WCF InstanceContext to store custom state, WCF Metadata [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Rigsby &#187; REST Services and Metadata Endpoints in WCF</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/05/27/wcf-metadata/comment-page-1/#comment-632</link>
		<dc:creator>Dan Rigsby &#187; REST Services and Metadata Endpoints in WCF</dc:creator>
		<pubDate>Thu, 29 May 2008 14:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/?p=227#comment-632</guid>
		<description>[...] mentioned in a previous article, there is no defined a way to get metadata about REST based services using webHttpBinding.&#160; [...]</description>
		<content:encoded><![CDATA[<p>[...] mentioned in a previous article, there is no defined a way to get metadata about REST based services using webHttpBinding.&#160; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dew Drop - May 28, 2008 &#124; Alvin Ashcraft's Morning Dew</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/05/27/wcf-metadata/comment-page-1/#comment-630</link>
		<dc:creator>Dew Drop - May 28, 2008 &#124; Alvin Ashcraft's Morning Dew</dc:creator>
		<pubDate>Wed, 28 May 2008 15:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/?p=227#comment-630</guid>
		<description>[...] WCF Metadata (Dan Rigsby) [...]</description>
		<content:encoded><![CDATA[<p>[...] WCF Metadata (Dan Rigsby) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Brewer</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/05/27/wcf-metadata/comment-page-1/#comment-629</link>
		<dc:creator>Matt Brewer</dc:creator>
		<pubDate>Wed, 28 May 2008 13:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/?p=227#comment-629</guid>
		<description>Great synopsis on WCF metadata and mex, Dan.  This is a great jumping off point for some just getting started with services and WCF.  Hopefully your SEO will put this at the top of google/live searches, right? :)</description>
		<content:encoded><![CDATA[<p>Great synopsis on WCF metadata and mex, Dan.  This is a great jumping off point for some just getting started with services and WCF.  Hopefully your SEO will put this at the top of google/live searches, right? <img src='http://www.danrigsby.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

