thinkinterview » interview questions
« Previous

interview Questions

next »
question

How do you configure the SOAP (Simple Object Access Protocol) to associate with particular web method?

  • 1. Add <SoapExtension> element in web.config file and set the method attribute to be the name of your web method.
  • 2. Add <SoapExtensionMethod> element to the web.config file that is set to the name of your web method.
  • 3. Add a class to your extension that that inherits from the System.Web.Services.Protocols.SoapExtensionAttribute class.
  • 4. Add a class to your extension that inherits from the System.Web.Services.Protocols class.

Next Queston » What is the name of the property of ASP.NET page that you can que...
What is the name of the property of ASP.NET page that you can query to dete... View full queston »

Posted in: .NET(40) |