NET - Describe what the .disco file contains

Describe what does the .disco file contain.

- A .disco file is used by the client application to locate or discover the documents that contain the description of a Web service.
- This file contains links to other resources, which describe essential features, such as capabilities of a Web service.
- The links in this file can refer to other discovery documents or XSD schemas.
- The description about the services and capabilities of a Web service is written in Web services Description Language (WSDL).
- This file can also contain the information about other XML Web services that reside on the same or a different Web server.
NET - Steps to configure discovery information for an XML web service
Steps to configure discovery information for an XML web service - The .disco file contains links to resources that define the specific XML web service.....
NET - Explain the steps to consume a web service in a client application
Explain the steps to consume a web service in a client application - Add a web reference to the application......
NET - Describe the steps to enable transactions in a web method
Describe the steps to enable transactions in a web method - You have to use TransactionOption property of the WebMethod attribute.......
Post your comment