Is overloading possible in web services?
Answer Posted / 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 |
Post New Answer View All Answers
What is the appSettings Section in the web.config file?
What are the Types of chaching. How to implement caching
Can you use c# without .net?
Which property is used to identify the Page is Post Back in ASP.NET?
Explain the code Access Security (CAS) in .net Framework?
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
How may clustered index we can create in table?
I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.
How would you enable impersonation in the web.config file?
Explain about Application and Session Events ?
What is global.asax file used for?
What are validator? How do you disable them?
In the Repeater control which way you can edit?
What are type/key pairs in client script registration?
What are sessions in asp net?