Is overloading possible in web services?
Answer Posted / sridevi
yes, We can overload webmethods in a webservice.
There is the MessageName property of a WebMethod attribute!
The MessageName property enables the XML Web Service to
uniquely identify overloaded methods using an alias. The
default value of this property is the method name, but you
can change it to distinguish this overloaded method
implementation from others. When specifying the method
name, the resulting SOAP messages will reflect this name
instead of an actual method name.
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
How do I open an ashx file in windows 7?
Should I delete cookies?
What is a web pool?
What is the purpose of asp.net?
Explain an object, class and method.
What is the difference between visual basic and asp.net?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
What is the Intermittent crashing of application in production?
What is the difference between equals() and == in c#?
What are the Types of authentications in IIS
What is loop in asp.net?
Why is this service branded with windows livetm?
Tell me the code snippet to show how we can return 404 errors from HttpError?
Explain the difference between overriding and overloading?
What is a Cookie? Where is it used in ASP.NET?