HOW CAN YOU EASILY TEST AN ENDPOINT TO ENSURE THAT IT IS WORKING

15. How can you easily test an endpoint to ensure that it is working?

A. Type the URL of the endpoint into a query window of the SQL Server

Management Studio and click on execute.

B. Create a new test Web service that consumes the endpoint.

C. Run the URL from the DOS command prompt.

D. Browse to the endpoint URL in the add Web reference screen in Visual

Studio.

The correct answer is D. Endpoints can be easily checked by browsing to

them from the Visual Studio add Web reference screen. If the methods of the

endpoint are displayed, it is working properly. Answers A, B, and C are incorrect

because these answers do not represent either easy or valid methods of

testing an endpoint.