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

What is the good practice to implement validations in aspx page?

0 Answers  


How many classes can a single .NET DLL contain?

2 Answers  


What is the other method, other than GET and POST, in ASP.NET?

3 Answers  


What is web.config and machine.config ?

1 Answers   Patni,


How to refresh a page in asp.net

4 Answers  


How is the asp.net mvc architecture different from others? : asp.net mvc

0 Answers  


What websites use asp.net?

0 Answers  


What is difference between user control and custom control?

1 Answers   TVS,


How use Xml data in ASP.net?

0 Answers   MCN Solutions,


Differentiate between authentication and authorization.

0 Answers  


How do you do validations. Whether client-side or server-side validations are better ?

2 Answers   InfoLinks, Microsoft,


Can we use http handlers to upload a file in asp.net?

2 Answers  


Categories