Is overloading possible in web services?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / kishore maddineni
very nice sridevi.good and thank you
here below mention url also have about the same
http://cgaskell.wordpress.com/2007/01/19/overloading-
routines-in-webservices/#comment-8415
Is This Answer Correct ? | 1 Yes | 1 No |
What is the difference between ASP.NET Webforms and ASP.NET MVC?
What are the built-in objects in asp.net?
Uses of CLR ?
2 Answers Mind Tree, PH Software, TCS,
Where we create sessions for Banking Applications and how to create? expalin with code?
What is the need of client side and server side validation ?
On what object is the transaction in ADO.NET focused on? a) The command object b) The DataSet object c) The Connection object d) The DataAdapter object
What is session authentication?
What is the difference between c# and .net?
Explain client-side scripting?
1. What is the difference between Cache and Session? 2. I cache limited to page like viewstate or it's accessible through out the application like session? 3. Which one is better when I've some data that is to be used across the application? Why is to better than the other?
Difference between asp and asp.net?
when to use webservice and when to use remotong diff between them