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
What websites use asp.net?
What are the different method of navigation in asp.net?
What are the merits and demerits of viewstate?
What symbol would you use to denote, the start of a code block in aspx views?
What are the cookies types in asp.net?
What are the options in ASP.NET to maintain state?
Explain the difference between sql invalidation and sql notification.
What are the HTML server controls in ASP.NET?
What is the mvc model?
Explain weak typing and strong typing.
List the asp.net validation controls?
Explain what are the advantages of asp.net mvc framework? : asp.net mvc
How to implement Authentication and Authorization?
What is the concept of view state in asp.net?
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?