thinkinterview » interview questions
« Previous

interview Questions

next »
question

Which is not the step to create custom SOAP (Simple Object Access Protocol) header class?

  • 1. Create class that inherits from the System.Web.Services.Protocols.SoapHeader class
  • 2. Create private variable of new header class in web services.
  • 3. Add SoapHeader attribute to web method.
  • 4. Add code in web method that refers the variable of soap header class.

Next Queston » What value can be used when setting the direction of the SOAP hea...

What value can be used when setting the direction of the SOAP header?View full queston »


Posted in: .NET(40) |