Oracle9i Application Server Web Services Developer's Guide Release 2 (9.0.2) Part Number A95453-01 |
|
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.
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:
|
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.
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.
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:
|
A Web Service is a discrete business process that does the following:
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:
|
|
Copyright © 2002 Oracle Corporation. All Rights Reserved. |
|