What are Web services?

 Posted by Webmaster on 4/6/2008 | Category: .NET Framework Interview questions | Views: 20440
Answer:

Web services are functions exposed by server-side applications. They are programmable units that other applications (and Web services) can access over the Internet.

More details can be found at:

http://www.roseindia.net/webservices/webservices.shtml
http://www.webopedia.com/TERM/W/Web_services.html


Asked In: Many interviews | Alert Moderator 

Comments or Responses

Posted by: Rahulshukla on: 4/20/2012 | Points: 10
Web Services are business logic components which provide functionality via the Internet
using standard protocols such as HTTP.Web Services uses Simple Object Access Protocol (SOAP) in order to expose the business functionality.SOAP defines a standardized format in XML which can be exchanged between two entities over standard protocols such as HTTP. SOAP is platform independent so the consumer of a Web Service it is just like block box of send and receive XML over HTTP.

I hope i have given sufficient details about Web services, enjoy cracking IV.



Posted by: Nareyugam on: 4/23/2012 | Points: 10
WebService a self contained block of code which is exposed over the internet to provide access to other to consume
Posted by: Bhuvanesh6 on: 6/1/2017 | Points: 10
In general, a web service is any piece of software that makes itself available over the Internet and uses a standardized XML messaging system. XML is used to encode all communications to a web service. For example, a client invokes a web service by sending an XML message, then waits for a corresponding XML response.

Login to post response

More Interview Questions by Webmaster


Latest Interview Questions