<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Default Action for your [OperationContract]</title>
	<link>http://kennyw.com/indigo/78</link>
	<description>Kenny Wolf's Thoughts of the Moment</description>
	<pubDate>Thu, 20 Nov 2008 18:13:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: kennyw.com &#187; Blog Archive &#187; Using Overloaded Operations in your ServiceContract</title>
		<link>http://kennyw.com/indigo/78#comment-1380</link>
		<author>kennyw.com &#187; Blog Archive &#187; Using Overloaded Operations in your ServiceContract</author>
		<pubDate>Wed, 31 May 2006 18:50:23 +0000</pubDate>
		<guid>http://kennyw.com/indigo/78#comment-1380</guid>
		<description>[...] It may be that you&#8217;ve done your service-oriented scrub and decided you want to expose two overloaded methods. From a service-orientation perspective, the compiler isn&#8217;t adding extra qualifications to differentiate the methods. Our default action generation is based on the operation name, which defaults to the name of your method. As such, in order for a client (and our dispatcher) to distinguish between multiple overloaded methods, you need to provide them with unique names. For example:  [ServiceContract] interface ICalculator { [OperationContract(Name= "Add_Int")] int Add(int x, int y); [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] It may be that you&#8217;ve done your service-oriented scrub and decided you want to expose two overloaded methods. From a service-orientation perspective, the compiler isn&#8217;t adding extra qualifications to differentiate the methods. Our default action generation is based on the operation name, which defaults to the name of your method. As such, in order for a client (and our dispatcher) to distinguish between multiple overloaded methods, you need to provide them with unique names. For example:  [ServiceContract] interface ICalculator { [OperationContract(Name= &#8220;Add_Int&#8221;)] int Add(int x, int y); [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mattonsoftware.com : .NET Resources</title>
		<link>http://kennyw.com/indigo/78#comment-1087</link>
		<author>mattonsoftware.com : .NET Resources</author>
		<pubDate>Sun, 07 May 2006 23:54:01 +0000</pubDate>
		<guid>http://kennyw.com/indigo/78#comment-1087</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;]  [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
