---
title: "Explain Web Services?"  
description: "Explain Web Services?"  
author: "Rajesh Goswami"  
published: 2010-11-16  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/239/explain-web-services  
category: ".net"  
tags: [".net"]  
reading_time: 1 minute  

---

# Explain Web Services?

Web services are programmable business logic components that provide access to functionality through the Internet. Standard protocols like HTTP can be used to access them. Web services are based on the Simple Object Access Protocol (SOAP), which is an application of XML. Web services are given the *.asmx* extension.

## Answers

### Answer by Rajesh Goswami

Web services are programmable business logic components that provide access to functionality through the Internet. Standard protocols like HTTP can be used to access them. Web services are based on the Simple Object Access Protocol (SOAP), which is an application of XML. Web services are given the *.asmx* extension.


---

Original Source: https://www.mindstick.com/interview/239/explain-web-services

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
