RE: What is a Web Service?

What is a Web Service?

JavaNinja Ninja Asked on 18th September 2018 in Web Service.
Add Comment
1 Answers
Best answer

Web services are loosely coupled, reusable software components that semantically encapsulate discrete functionality and are distributed and programmatically accessed over standard internet protocols. Web services provide a standard means of interoperating between software applications running on a variety of platforms and frameworks. The public interfaces and bindings of Web Services are described using XML and this definition can be discovered by other software systems.

Ninja Answered on 18th September 2018.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.