Chapter 12 Working with Web Services


Defining Web services

Web services are applications stored on Web servers that you can access remotely through standard Web protocols (HTTP, SOAP) and data formats (HTML, XML...), whatever the systems and programming languages.

Web services can be used to simplify access to databases. If you use Web services to query databases, you no longer need drivers to communicate with those databases.

In the following example, you can see the result of an HTTP request for a database Web service:


Web services are made of a set of operations. Each operation contains a SQL query for retrieving data from a database.

In SOAP requests, queries are encapsulated into services, whereas in HTTP requests, operations are invoked directly. In PowerDesigner, you design Web services for both protocols.

 


Copyright (C) 2005. Sybase Inc. All rights reserved.