Overloaded WebMethods

Question: We are in the process of developing an application that will be used internally. We have just started coding using Visual Studio 2005. Part of the design uses overloaded functions and methods. This works fine until I start building some Web Services that we need. For some reason I keep getting the error that the message name isn’t unique. Is overloaded WebMethods not supported? Or am I doing something wrong?

 

Answer: Overloaded WebMethods are actually supported. However, you have to add some additional attributes to your WebMethod calls.

 

< Read the rest>