thinkinterview » interview questions » .NET
« Previous

.NET Interview Questions

next »
question

If your webmethod is having return type is void and while consuming the webservices you don’t want to wait the complete execution to that method. How would you achive this?

  • 1. In webmethod attribute set OneWay property to true
  • 2. In SoapDocumentMethod and SoapRpcMethod set OneWay property to true.
  • 3. In webservices arrtibute set oneway property to the method name.
  • 4. none

Next Queston » Which page is used to display the link of webmethods in ASP.NET w...

Which page is used to display the link of webmethods in ASP.NET web services?View full queston »


Posted in: .NET(40) |