Is overloading possible in web services?

Answers were Sorted based on User's Feedback



Is overloading possible in web services?..

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

Is overloading possible in web services?..

Answer / raju

thank u sridevi....i heart full thanks..

Is This Answer Correct ?    1 Yes 0 No

Is overloading possible in web services?..

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

Post New Answer

More ASP.NET Interview Questions

What is a Cookie? Where is it used in ASP.NET?

0 Answers   MindCracker,


What should you do is you want to remove an existing component but would like to make some funtionalities?

0 Answers  


i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?

0 Answers  


How many types of sessions are there in asp net?

0 Answers  


Can you nest updatepanel within each other?

0 Answers  






I have a datagrid of 10 rows and I am updating the fifth row using template column edit. How wil u know that the row is updated, so that it can be send to database for updating the respective table?

3 Answers  


Explain asp.net page life cycle?

0 Answers  


Define the term Scavenging in Caching?

0 Answers   PUCIT,


How do u deploy your asp.net application?

0 Answers  


How to create multi language website in asp.net mvc? : Asp.Net MVC

0 Answers  


What is asp.net futures?

0 Answers  


Which asp.net objects encapsulate the state of the client and the browser?

0 Answers  


Categories