Table that contains the results that meet the search criteria.
Understanding Web Services specifications, Part 2: Web Services Description Language (WSDL)
The current emphasis on Service-Oriented Architectures (SOA) has put the spotlight on Web services, but it's easy to get lost in all the information being bandied about. In this second in a series of tutorials on the major Web services specifications you'll learn about Web Services Definition Language, and how to describe a Web service so others can easily create clients to access it from any programming language or platform.
Tutorials
07 Jul 2006
Understanding Web Services specifications, Part 1: SOAP
The current emphasis on Service-Oriented Architectures (SOA) has put the spotlight on Web services, but it's easy to get lost in all the information being bandied about. This first in a series of tutorials on the major Web services specifications describes the basic concepts of Web services and SOAP. You'll learn how to build a SOAP server and client.
Tutorials
15 May 2006
Understanding Web Services specifications, Part 7: WS-Business Process Execution Language
You have a pretty robust system of services, but what you really want is an
application that makes use of them to implement your business processes. Web
Services Business Process Execution Language (WS-BPEL) provides you with a standard
technology for composing and combining Web services so they will do what you want at
the macro level, and not just the micro level. This tutorial, the last of a
seven-part series, explains how to create a process flow for your services using
WS-BPEL.
Tutorials
10 May 2007
Understanding Web Services specifications, Part 6: WS-Interoperability
The goal of Web services is to enable communication between different
software and hardware systems. These systems typically differ in both their hardware
and software configurations. These differences have been overcome through the
definition of standard protocols, such as those employed in building Web services.
Occasionally, incompatibility issues arise even when using these standard protocols,
which can lead to interoperability problems. This tutorial, Part 6 of the "Understanding Web Services specifications"
series, explains the nature and origin of Web service interoperability problems. This tutorial also introduces you to
the WS-I Basic Profile, which is a set of guidelines Web services should adhere to
in order to achieve optimum interoperability.
Tutorials
26 Apr 2007
Understanding Web Services specifications, Part 5: WS-Policy
This tutorial, Part 5 of the "Understanding Web Services specifications" series, explains the concepts behind WS-Policy and related standards, such as WS-SecurityPolicy, which provide a means to specify possible configurations of a Web service, and also to enforce defined security and authentication.
Tutorials
23 Feb 2007
Understanding Web Services specifications, Part 4: WS-Security
This tutorial, Part 4 of the "Understanding Web services specifications" series, explains the concepts behind WS-Security and related standards such as XML Signature, which combine to make security in the Web services world not just possible, but practical.