---
title: "What is the role of WSDL in WCF?"  
description: "What is the role of WSDL in WCF?"  
author: "Amit Singh"  
published: 2011-05-02  
updated: 2020-09-16  
canonical: https://www.mindstick.com/interview/812/what-is-the-role-of-wsdl-in-wcf  
category: "wcf"  
tags: ["wcf"]  
reading_time: 1 minute  

---

# What is the role of WSDL in WCF?

WSDL stands for Web Service Description Language. The WCF service exposes the WSDL document for the clients, to generate proxies and the configuration file.

**The WSDL file provides the following information for the consumers of the WCF service.**\
1. Provides the information about the service contract and operations available.\
2. Provides the information about all the end points exposed by the WCF service.\
3. Provides the information about the messages and types that can be exchanged between the client and the WCF service.\
4. WSDL also provides any information about the policies used.\

## Answers

### Answer by Amit Singh

WSDL stands for Web Service Description Language. The WCF service exposes the WSDL document for the clients, to generate proxies and the configuration file.

**The WSDL file provides the following information for the consumers of the WCF service.**\
1. Provides the information about the service contract and operations available.\
2. Provides the information about all the end points exposed by the WCF service.\
3. Provides the information about the messages and types that can be exchanged between the client and the WCF service.\
4. WSDL also provides any information about the policies used.\


---

Original Source: https://www.mindstick.com/interview/812/what-is-the-role-of-wsdl-in-wcf

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
