Home
Tech Tutorials
Web 2.0Introduction to Web Services
Author: exforsys.com Published: 16th Apr 2007 Visited: 466 times
As part of our series on Web 2.0 we turn our attention to data management. Web Services are a way to allow an enterprise to give access to their internal data in a platform agnostic way. What is unique about web services is that the requests are made across the Internet the same way you would make a request using your web browser – using the HyperText Transfer Protocol (HTTP). This means that an existing infrastructure can be used to set up a web service and make it instantly accessible to the world. Another significant feature of Web Services is that they use XML to communicate. This creates a generic and well-defined way of passing information. Since XML is the Extensible Markup Language, you can format your message in any way you like. XML just provides the syntax, not the semantics of your message.
Read Article Sponsored Links
Related Articles
• SOA Web Services - Developing the .NET Web Service Developing the NET Web Service Creating a NET web service using Visual Studio IDE is as simple as creating a Java web service using NetBeans IDE I used Visual Studio 2005 for creating the web service and the test client application The IDE provides a template for creating an ASP NET Web Ser ...
• SOA Web Services - Developing the Test Client Developing the Test Client We will now develop a C console application for consuming the previously created web services Use the project wizard in VS NET to create a console applica ...
• SOA Web Services - WS-I Specifications WS I Specifications To resolve these issues finally the Web Services Interoperability Organization WS I was formed in 2002 with the help of SAP IBM Microsoft and others The main purpose of WS I was to bring the vendors and customers together to resolve the issues of interoperabi ...
• SOA Web Services - Java EE and .NET Integration using Web Services Java EE and NET Integration using Web Services So far we have looked into the various aspects of interoperability between web services deployed on disparate platforms If the web services follow the compliance requirements of the Basic Profile discussed earlier they can interoperate ea ...
• SOA Web Services - Runtime Patterns for Broker Runtime Patterns for Broker As in the case of application patterns discussed earlier a broker may be introduced in the runtime nodes which will act as a message distributor A source application connects to many target applications through a br ...
• SOA Web Services - Writing Interoperable WSDL Definitions Writing Interoperable WSDL Definitions As seen from the discussions in the earlier sections web services technology can easily be used to implement SOA and to integrate applications running on different platforms Every platform has its own data representation format and data type sy ...