Site MapHelpFeedbackMultiple Choice Quiz
Multiple Choice Quiz
(See related pages)

1.
Which of the following is the protocol that will handle requests and responses for sending XML data?
A)HTTP
B)HTML
C)SOAP
D)WSDL
2.
What is the default name of a new Web service file created in the Visual Studio IDE?
A)Service1.aspx
B)Service1.asm
C)Service1.asxm
D)Service1.vb
3.
Which of the following attribute tags are used to generate the metadata for a Web service and to identify the method as available from a consumer application?
A)<WebService(Namespace: = "http://tempuri.org/")>
B)<WebMethod(Namespace: = http://tempuri.org/)>
C)<WebService( )>
D)<WebAttribute( )>
4.
What must you add to your project to use a Web service?
A)a Web Service file
B)a Web reference
C)a Web service object
D)a Web site
5.
The ______ code is displayed when you click on the Service Description link in a Web Service.
A)UDDI
B)Visual Basic
C)WSDL
D)HTML







Advanced Programming VB.NETOnline Learning Center

Home > Chapter 6 > Multiple Choice Quiz