Home Freemagazine Issue11 Web Services benefits



Web Services benefits
Posted on: October 13, 2010 at 12:00 AM
A Web service can be remotely invoked using HTTP. So, Web Services allows you to expose the functionality of your existing code over the network.

Web Services benefits

       

Here are the benefits of using Web Services:

1. Exposing the function on to network: A Web service can be remotely invoked using HTTP. So, Web Services allows you to expose the functionality of your existing code over the network. Once it is exposed on the network, other application can use the functionality of your program.

2. Connecting Different Applications: Web Services allows different applications to talk to each other and share data and services among them. Other applications can also use the services of the web services. For example VB or .NET application can talk to java web services and vice versa. So, Web services are used to make the application platform and technology independent.

Full Description: http://www.javajazzup.com/issue11/page20.shtml

       

Related Tags for Web Services benefits:


More Tutorials from this section

Ask Questions?    Discuss: Web Services benefits  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.