Microsoft
98-361 · Question #28
How should you configure an application to consume a Web service?
The correct answer is B. Add a reference to the Web service in the application.. Start by adding a Service Reference to the project. Right-click the ConsoleApplication1 project and choose "Add Service Reference":
Understanding Web Applications
Question
How should you configure an application to consume a Web service?
Options
- AAdd the Web service to the development computer.
- BAdd a reference to the Web service in the application.
- CAdd a reference to the application in the Web service.
- DAdd the Web service code to the application.
How the community answered
(27 responses)- A4% (1)
- B74% (20)
- C7% (2)
- D15% (4)
Explanation
Start by adding a Service Reference to the project. Right-click the ConsoleApplication1 project and choose "Add Service Reference":
Topics
#web service consumption#service reference#web services integration
Community Discussion
No community discussion yet for this question.