Microsoft
98-361 · Question #285
98-361 Question #285: Real Exam Question with Answer & Explanation
The correct answer is C. Update the Web reference in the existing ASP.NET application.. See the full explanation below for the reasoning.
Question
You are developing an ASP.NET application that uses a Web service created by one of your large customers. This Web service provides you with the Order object, which has several properties. The developer of the Web service has informed you that a new property named Priority has added to the Order object. What should you do to be able to use the Priority property in your code with minimum effort?
Options
- ACreate a new ASP.NET application and add a Web reference to the Web service in the
- BDelete and re-create the Web reference in the existing ASP.NET application.
- CUpdate the Web reference in the existing ASP.NET application.
- DAsk the developer of the Web service forthe updatedDLL file of the Web service. Add a
Community Discussion
No community discussion yet for this question.