Microsoft
Software
Hardware
Network
Question : Are there any issues to be aware of with method overloading when using Web Services?
I have an existing web service written in .NET with the following method signature
object MyMethod(string param1, string param2, IList param3);
I'd like to be able to also offer an overloaded method of
object MyMethod(string param1, object param2);
Are there any issues in doing this? Could I mark the first as deprecated ?
Answer : Are there any issues to be aware of with method overloading when using Web Services?
WebMethods should be distinct. However, if you want them have the same name, you can use the MessageName attribute:
http://www.dotne
tspider.co
m/resource
s/20655-Ho
w-do-Metho
d-
overload
ing-WebMet
hods-using
-C.aspx
Aru
n
Random Solutions
multiple users having outlook and phones checking one IMAP mailbox, is it a problem?
Exchange 2010 RPC error
Need to uninstall winzip using group policy
How to Stop Procedure Running after Message Box Displayed
get 550 5.7.1. Unable to relay for specific domains....
Ethernet crossover cable connect
Windows Server 2008 R2: missing start menu of installed applications
Windows 2008 DC and IP Default Gateway settings
Problem with EFS Recovery
split comma delimited values into seperate columns in SQL 2005