---
title: "What is the difference WCF and Web services?"  
description: "What is the difference WCF and Web services?"  
author: "Rajesh Goswami"  
published: 2010-11-18  
updated: 2020-09-19  
canonical: https://www.mindstick.com/interview/252/what-is-the-difference-wcf-and-web-services  
category: "wcf"  
tags: ["wcf"]  
reading_time: 1 minute  

---

# What is the difference WCF and Web services?

web services can only be invoked by HTTP. While Service or a WCF component can be invoked by any protocol and any transport type. Second web services are not flexible. But Services are flexible. If you make a new version of the service then you need to just expose a new end point. So services are agile and which is a very practical approach looking at the current business trends.

## Answers

### Answer by Rajesh Goswami

web services can only be invoked by HTTP. While Service or a WCF component can be invoked by any protocol and any transport type. Second web services are not flexible. But Services are flexible. If you make a new version of the service then you need to just expose a new end point. So services are agile and which is a very practical approach looking at the current business trends.


---

Original Source: https://www.mindstick.com/interview/252/what-is-the-difference-wcf-and-web-services

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
