Multiple Choice
Which is a not requirement of a custom data type to be used in web services?
A) Any variables to be accessed during runtime must be declared WebVar.
B) The class with the web methods must provide a Public default constructor.
C) Properties and instance variables that should be serialized must be declared Public.
D) Properties that should be serialized must provide both get and set accessors.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: The _ attribute exposes a class to
Q2: A WCF web service in Visual Studio
Q3: All of the following are key components
Q4: Each operation in a RESTful web service
Q5: Which of the following is false?<br>A)The two
Q7: The _ attribute maps a method to
Q8: In the Web.config file,the service binding in
Q9: REST-based web services differ from SOAP-based web
Q10: The machine on which the web service
Q11: A web service's methods can be called