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 are ASHX files?

0 Answers   HCL,


What layout mode is the default when a new Web Form is created? a) GridBagLayout b) GridLayout c) FlowLayout d) FormLayout

2 Answers   Syntax Softtech,


Authentication and Authorization

2 Answers   Syntel,


What is asp.net version?

0 Answers  


How to use a Master Database in Asp.net?

0 Answers   MCN Solutions,


What is pre-init event in ASP.NET 2.0 page life cycle?

2 Answers   Fulcrum Logic,


When should we use abtract class and Interface Class?Give an Example

4 Answers   Accenture, Cap Gemini, L&T, RM,


How does the XmlSerializer work? What ACL permissions does a process using it require?

2 Answers  


What is app_code folder in asp net?

0 Answers  


What would be the salary of an Asp.net developer with 1 and half year experience in indian rupees..??

5 Answers  


I am using SQLServer 2005. I have one table called Drivers. Every day thousands of records will be added in this table. I have to show all these records in my GridView with out applying ajax timer beacause we don't know the time limit when the new record come to the table. Sometimes it will add for 10 seconds some times 20 seconds. There by Please try without using timer or any other soultion apply for the table in sqlserver. But, i want to see all records immediately when new record comes in table. How? Thanks in advance... Ramesh

5 Answers  


What?s the difference between Response.Write() and Response.Output.Write()?

2 Answers   Siebel, Visual Soft,


Categories