Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Is overloading possible in web services?

Answers were Sorted based on User's Feedback



Is overloading possible in web services?..

Answer / kinge

yes its possible

Is This Answer Correct ?    5 Yes 0 No

Is overloading possible in web services?..

Answer / neha

Yes it is possible but you have to give different alias name to the web method so that ambiguity can be avoided

---method will be call from application by the name AddInt
[WebMethod Name ="AddInt"]
public void Add(){}//implement code for adding 2 int variable

---------In this step even if you dont give name attribute it will work and method will be called by name Add.
[WebMethod Name ="AddFloat"]
public void Add(){}//implement code for adding 2 float variable

else it will give error

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How do you handle unhandled exceptions in ASP.NET?.

3 Answers  


Tell about WebService in Asp.Net?

5 Answers   Accenture, CTS,


What are the various types of cookies in asp.net?

0 Answers  


Is it possible to migrate visual interdev design-time controls to asp.net?

0 Answers  


How do I open an ashx file in windows 7?

0 Answers  


what is differences between bind and eval?

2 Answers  


What are the authentication types in asp.net?

0 Answers  


What are session and cookies?

0 Answers  


A Web Service Can Only Be Written In .net. Is it True??

0 Answers   Siebel Systems,


What is the sequence in which ASP.NET events are processed?

0 Answers  


Which template must you provide, in order to display data in a Repeater control?

3 Answers  


main difference between asp.net2.0,asp.net1.1,asp.net1.0

1 Answers   Northgate is,


Categories