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.
Comments
- Anonymous
January 11, 2006
What does this have to do with the webMethods company? Are you perhaps talking about Active Server page methods? Is this question related to the Integration Server or the Broker from webMethods ? - Anonymous
January 11, 2006
Actually has nothing to do with the company Webmethods. This is focused on building Web Services.