---
title: "Define web services."  
description: "Define web services."  
author: "Anonymous User"  
published: 2020-01-22  
updated: 2020-01-22  
canonical: https://www.mindstick.com/forum/155722/define-web-services  
category: "web services"  
tags: ["web services"]  
reading_time: 2 minutes  

---

# Define web services.

Please give me brief [explanation](https://yourviews.mindstick.com/view/84608/what-are-hindenburg-s-allegations-against-adani-detailed-explanation) about [web services](https://www.mindstick.com/articles/942/basics-of-asp-dot-net-web-services) with example.

## Replies

### Reply by Nishi Tiwari

A Web service is the website which, when connected, returns XML (typically) in one of the several standard formats for the service consumer to process or, which does some work for your whenever you contact it or request it.

## Web Service

a. It is web based [services](https://www.mindstick.com/articles/13111/distinctions-of-iiot-services-how-its-helps-brands) that is internet based

b. [**It is located on remote and hosted on web server (IIS)**](https://www.mindstick.com/forum/155723/what-is-url-routing-in-mvc)

c. Web Services can be consumed by other application

d. Support http, tcp/ip protocol

e. Some application access the web services using web method

f. Client may be any platform that supports web service and not necessary that the client should be only .NET platform.

g. It can be used to transfer data through the network

**Web Service - It is a Web based. Service.**

Web services is the business logic Components that provide functionality through the internet. The functionality provided by Web services can be used by any other application irrespective of the programming language, hardware component and Operating System on which application is running. Web service uses SOAP in order to express the Business Functionality to world.

A web service is a website. We use the http protocol to call a method of our web service which in turn sends us the result.

![Define web services.](https://www.mindstick.com/mindstickforums/7e193b87-eb42-49e7-9042-d2821bfc00f4/images/974f3b2a-73b5-45fa-bfdc-1f5c4b586d13.jpeg)

![Define web services.](https://www.mindstick.com/mindstickforums/7e193b87-eb42-49e7-9042-d2821bfc00f4/images/d2f35d0f-ea65-4357-8a4e-47c73bab7611.png)\


---

Original Source: https://www.mindstick.com/forum/155722/define-web-services

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
