Skip Headers

Oracle9i Application Server Web Services Developer's Guide
Release 2 (9.0.2)

Part Number A95453-01
Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents
Go To Index
Index

Go to previous page Go to next page


Glossary

Dynamic Web Service Client

When you want to use Web Services, you can develop a dynamic Web Service client. With A dynamic client the client performs a lookup to find the Web Service's location in a UDDI registry before accessing the service.

SOAP

The Simple Object Access Protocol (SOAP) is a lightweight, XML-based protocol for exchanging information in a decentralized, distributed environment. SOAP supports different styles of information exchange, including: Remote Procedure Call style (RPC) and Message-oriented exchange.

See Also:

http://www.w3.org/TR/SOAP/ for information on Simple Object Access Protocol (SOAP) 1.1 specification

Static Web Service Client

When you want to use Web Services, you can develop a static client. A static client knows where a Web Service is located without looking up the service in a UDDI registry.

Stored Procedure Web Service

Oracle9iAS Web Services implemented as stateless PL/SQL Stored Procedures or Functions are called Stored Procedure Web Services. Stored Procedure Web Services enable you to export, as services running under Oracle9iAS Web Services, PL/SQL procedures and functions that run on an Oracle database server.

UDDI

Universal Description, Discovery, and Integration (UDDI) is a specification for an online electronic registry that serves as electronic Yellow Pages, providing an information structure where various business entities register themselves and the services they offer through their WSDL definitions.

See Also:

http://www.uddi.org for information on Universal Description, Discovery and Integration specifications.

Web Service

A Web Service is a discrete business process that does the following:

Web Services Description Language (WSDL)

Web Services Description Language (WSDL) is an XML format for describing network services containing RPC-oriented and message-oriented information. Programmers or automated development tools can create WSDL files to describe a service and can make the description available over the Internet.

See Also:

http://www.w3.org/TR/wsdl for information on the Web Services Description Language (WSDL) format.


Go to previous page Go to next page
Oracle
Copyright © 2002 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents
Go To Index
Index