Web Services
  Home arrow Web Services arrow Page 3 - The Foundations of Web Services: From Novi...
Dev Articles Forums 
ADO.NET  
Apache  
ASP  
ASP.NET  
C#  
C++  
ColdFusion  
COM/COM+  
Delphi-Kylix  
Design Usability  
Development Cycles  
DHTML  
Embedded Tools  
Flash  
Graphic Design  
HTML  
IIS  
Interviews  
Java  
JavaScript  
MySQL  
Oracle  
Photoshop  
PHP  
Reviews  
Ruby-on-Rails  
SQL  
SQL Server  
Style Sheets  
VB.Net  
Visual Basic  
Web Authoring  
Web Services  
Web Standards  
XML  
Mobile Linux 
App Generation ROI 
IBM® developerWorks 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
WEB SERVICES

The Foundations of Web Services: From Novice to Expert
By: Harshul Shah
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 4 stars4 stars4 stars4 stars4 stars / 11
    2007-05-22

    Table of Contents:
  • The Foundations of Web Services: From Novice to Expert
  • Understanding web services
  • What are web services?
  • Web service capabilities

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    The Foundations of Web Services: From Novice to Expert - What are web services?


    (Page 3 of 4 )

    Services which enable one machine to invoke some functionality or to retrieve some data from a remote machine are called web services.

    Web services are lightweight, stateless, platform neutral and adhere to the standard techniques.

    Web services can be programmed in two ways to meet with the basic requirements of  web service consumers and web service providers. Web service consumers invoke/seek data from the remote server. Web service providers provide the generalized functionality to fetch the data to consumers and are continuously waiting for a request.

    Benefits of web services

    Web services are much more beneficial than the past generation of distributed architectures. Here are a few of their benefits: 

    1. Web services provide great inter-operating capabilities. For example, web services created in Java can be consumed in .NET or vice versa.
    2. Web services support leveraging the services of remote applications to exchange data.
    3. Web services provide a platform-neutral/platform Independent Interface.
    4. Reduces the execution time and provides the reusability of the complex coding.
    5. Reduces the cost of the application.

    Ideally web services are useful for encapsulating complex applications and business logic in a platform-independent interface so that other applications from different platforms can utilize the same functionality without much digging.

    How does message exchange occur for web services?

    Web services deliver information in the form of Request and Response messages.

    These messages can be written in a standard language with a standard format. They traverse the network via any network transmission protocol.

    The real internal technical issues about web services start now!

    Basically, the messages used for web services are formatted in a standard format called SOAP (Simple Object Access Protocol). Keep in mind that this is a messaging format protocol and not the transmission protocol.

    The message format implemented in SOAP is based upon XML. The use of XML as the basis for formatting the SOAP messages enables the messages to be understood by any system on any platform on the Internet. Thus, it is possible to transmit the SOAP message via HTTP, HTTPS, FTP or any other transmission protocol.

    More Web Services Articles
    More By Harshul Shah


       · While this article touches on the foundation of web services, Great foundational...
     

    WEB SERVICES ARTICLES

    - Dealing with Loose Coupling in a Service-Ori...
    - Loose Coupling in a Service-Oriented Archite...
    - Safety, Idempotence, and the Resource-Orient...
    - The Resource-Oriented Architecture in Action
    - Features of the Resource-Oriented Architectu...
    - The Resource-Oriented Architecture
    - Getting Started with Flex
    - Automated Billing and Faxing for the Web
    - An Introduction to Web Services
    - The Foundations of Web Services: From Novice...
    - Web Services Reengineering: Finishing Touches
    - Fault Handling with Web Services
    - Flow and Web Services
    - Process Lifecycles and Web Services
    - Business Processes and Web Services







    © 2003-2010 by Developer Shed. All rights reserved. DS Cluster 4 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek