Microsoft
98-361 · Question #141
How should you configure an application to consume a Web service?
The correct answer is C. 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 application in the Web service.
- CAdd a reference to the Web service in the application.
- DAdd the Web service code to the application.
How the community answered
(56 responses)- A9% (5)
- B5% (3)
- C84% (47)
- D2% (1)
Explanation
Start by adding a Service Reference to the project. Right-click the ConsoleApplication1 project and choose "Add Service Reference":
Topics
#web service#service reference#application integration#SOAP
Community Discussion
No community discussion yet for this question.