Google News
logo
Web Services - Interview Questions
Can we access a class as a web service? If yes, how?
Yes, we can do so. It is possible if we can inherit the class properties from the System.Web.Services. WebService class and qualify the class with the WebService attribute.
Advertisement