header1.html

Friday 3 May 2013

Web Services Quiz-2


Web Services Quiz-2
1._________attribute tells that the class contains code for web service.
WebMethod
WebService
Both
None of above


2.The WebMethod attribute specifies the methods which our web service is providing.True or False?
True
False


3.What is extension of web service file?
.asmx
.ascx
.aspx
.html


4._______files are XML based files that contains link in the form of URLs to resources that provides discovery information for a web service.
XML
Discovery
XSL
WSDL


5.________files are dynamic discovery document that are automatically generated by VS.Net during the development phase of a web service.
.Disco
.VsDisco
.WSDL
None of above


6.______is the Web Services Discovery Tool which retrieves discovery information from a server that exposes a web service.
sn.exe
svc.exe
disco.exe
wsdl.exe


7.________tool can take a WSDL file and generate a corresponding proxy class that you can use to invoke the web service.
wsdl.exe
disco.exe
svc.exe
None of above


8.Web Reference automatically generate a proxy classes for a web service by setting a web reference to point to the web service.
True
False


9.WebService Class comes under ________ namespace.
System.Services
System.Web
System.Web.Services
None of above


10.GetService method gets the implementer of the IServiceProvider.True or False?
True
False

No comments:

Post a Comment