Is overloading possible in web services?
Answers were Sorted based on User's Feedback
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 |
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 |
When would you set a control's AutoPostBack property to true?
You are using the try? catch block seen in the following code segment, but no exceptions are ever caught by the catch block. What is the problem? SqlConnection cn =new sqlConnection(strSQL); SqlDataSet ds; try { cn.open(); //perform the data processing steps ??.. } catch (OleDbException e) { ?.. } a) The exception class is wrong; it should be sqlErrors. b) The exception class is wrong; it should be sqlSyntaxExceptios. c) The exception class is wrong; it should be sqlExceptions. d) The exception class is wrong; it should be sqlExcptions.
2 Answers Microsoft, Syntax Softtech,
in which protocol ASP.NET WEB API Work?
Which asp.net objects encapsulate the state of the client and the browser?
How to use DevExpress controls
What permissions do asp.net applications posses by default?
Suppose you want a certain ASP.NET function executed on MouseOver over a certain button. Where do you add an event handler?
What do you mean by role-based security?
What are the differences between primary foreign and unique keys?
What is difference between view state and session state?
What is the life cycle of an asp.net page?
How many modelpopup extender we frequire when we want more than one model popup on same page ?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)