1.2.2 Question
Multiple Choices
How could you traditionally consume an ASMX web service from your application? (Choose all that apply.)
- A. Generate a proxy by selecting Add Reference In Visual Studio.
- B. Create an HttpService and connect using Get(URL).
- C. Generate a proxy by selecting Add A Service Reference in Visual Studio.
- D. Create a WCF proxy class.