1 Introducing Oracle Infrastructure Web Services

This chapter introduces Oracle Infrastructure Web services and describes the standards supported.

Overview of Oracle Infrastructure Web Services

In Oracle Fusion Middleware 11g, there are two categories of Web services to support the development, security, and administration of the following types of Web services:

  • Oracle Infrastructure Web services—SOA, ADF, and Web Center services

  • WebLogic Web services (Java EE Web services)

The following figure illustrates the two Web services categories. Oracle Infrastructure Web services are highlighted (in yellow) in the figure.

Figure 1-1 Web Services in Oracle Fusion Middleware 11g

Surrounding text describes Figure 1-1 .

Note:

For more information about the full set of components shown in the figure, including the development; security and administration; and policy management tools, see Oracle Fusion Middleware Introducing Web Services.

This chapter describes concepts for developing Oracle Infrastructure Web services. For more information about WebLogic Web services, see Oracle Fusion Middleware Introducing WebLogic Web Services for Oracle WebLogic Server.

Types of Oracle Infrastructure Web Services and Clients

Table 1-1 summarizes the types of Oracle Infrastructure Web services supported in Oracle Fusion Middleware 11g.

Table 1-1 Oracle Infrastructure Web Services

Web Service Description

SOA service components

SOA composite applications include SOA service components. SOA service components are the basic building blocks of SOA applications, implementing a part of the overall business logic functionality.

The following SOA service components can be managed using Oracle WSM:

  • BPEL Process—Provides process orchestration and storage of synchronous and asynchronous processes.

  • Oracle Mediator—Routes events (messages) between different components.

  • Human Workflow—Enables you to model a workflow that describes the tasks for users or groups to perform as part of an end-to-end business process flow.

  • Business Rules—Design a business decision based on rules.

For more information about developing SOA service components, see Oracle Fusion Middleware Developer's Guide for Oracle SOA Suite.

You can deploy SOA service components to the Oracle Fusion Middleware environment.

SOA service binding components

SOA Service binding components provide the outside world with an entry point to the SOA composite application. The WSDL file of the service advertises its capabilities to external applications. These capabilities are used for contacting the SOA composite application components. For more information, see Oracle Fusion Middleware Developer's Guide for Oracle SOA Suite.

ADF Business Components

ADF Business Components simplify the development, delivery, and customization of business applications for the Java EE platform by providing a library of reusable components and supporting design time facilities in Oracle JDeveloper. You can use an ADF Business Component if you implement the Web service as an application module.

Using ADF Business Components, developers are not required to write the application infrastructure code required by the typical Java EE application to perform the following tasks:

  • Connect to the database.

  • Retrieve data.

  • Lock database records.

  • Manage transactions.

Additionally, you can use Oracle JDeveloper facilities to expose Business Components that encapsulate related business functions as Web services so that they can be consumed across modules of the deploy Fusion Web application.

For more information about developing ADF Business Components, see Oracle Fusion Middleware Fusion Developer's Guide for Oracle Application Development Framework.

WebCenter services

WebCenter services expose Web 2.0 technologies for social networking and personal productivity, such as Wiki, RSS, and blogs. WebCenter provides a set of features and services (for example, portlets, customization, and content integration) that you can selectively add to your application. For more information about developing WebCenter services, see Oracle Fusion Middleware Developer's Guide for Oracle WebCenter.


Table 1-2 summarizes the types of Oracle Infrastructure Web service clients supported in Oracle Fusion Middleware 11g.

Table 1-2 Oracle Infrastructure Web Service Clients

Web Service Client Description

SOA reference binding components

SOA reference binding components connect the SOA composite application to external partners. For more information about developing SOA reference binding components, see Oracle Fusion Middleware Developer's Guide for Oracle SOA Suite.

ADF Web applications

ADF Web applications can invoke a service, such as a WebLogic Web service, a SOA composite application, or an ADF Business Component, using a Web service data control or Web service proxy. For more information, see "Integrating Web Services into a Fusion Web Application" in Oracle Fusion Middleware Developer's Guide for Oracle SOA Suite.

WebCenter portlets

WebCenter portlets enable you to surface WebCenter services. For more information about developing WebCenter portlets, see Oracle Fusion Middleware Developer's Guide for Oracle WebCenter.


Supported Standards

The following table summarizes the Oracle Infrastructure Web service specifications that are part of the Oracle implementation, organized by high-level feature.

Oracle considers interoperability of Web services platforms to be more important than providing support for all possible edge cases of the Web services specifications. Oracle complies with the following specifications from the Web Services Interoperability Organization and considers them to be the baseline for Web services interoperability:

Note:

For more information about Oracle Infrastructure Web service security standards, see "Web Services Security Standards" in Oracle Fusion Middleware Security and Administrator's Guide for Web Services.

Table 1-3 Specifications Supported by Oracle Infrastructure Web Services

Feature Specification

Programming model (based on metadata annotations) and runtime architecture

  • Web Services Metadata Exchange (WS-MetadataExchange) 1.1—Part of the WS-Federation roadmap which allows retrieval of metadata about a Web service endpoint. For more information, see Web Services Metadata Exchange (WS-MetadataExchange) specification at http://xml.coverpages.org/WS-MetadataExchange.pdf.

Web service description

  • Web Services Description Language (WSDL) 1.1 and 2.0—XML-based specification that describes a Web service. For more information, see Web Services Description Language (WSDL) at http://www.w3.org/TR/wsdl.

  • Web Services Policy Framework (WS-Policy) 1.2—General purpose model and corresponding syntax to describe and communicate the policies of a Web service. For more information, see: WS-Policy 1.2 Framework (Member Submission): http://www.w3.org/Submission/WS-Policy

  • Web Services Policy Attachment (WS-PolicyAttachment) 1.5 and 1.2—Abstract model and an XML-based expression grammar for policies. For more information, see:

    WS-Policy Attachment 1.5 (Recommendation): http://www.w3.org/TR/ws-policy-attach/

    WS-PolicyAttachment 1.2 (Member Submission): http://www.w3.org/Submission/WS-PolicyAttachment

Data exchange between Web service and requesting client

  • Simple Object Access Protocol (SOAP) 1.1 and 1.2—Lightweight XML-based protocol used to exchange information in a decentralized, distributed environment. For more information, see Simple Object Access Protocol (SOAP) at http://www.w3.org/TR/SOAP.

  • SOAP with Attachments API for Java (SAAJ) 1.3—Implementation that developers can use to produce and consume messages conforming to the SOAP 1.1 specification and SOAP with Attachments notes. For more information, see the SOAP with Attachments API for Java (SAAJ) specification at https://saaj.dev.java.net.

  • Message Transmission Optimization Mechanism (MTOM) you can specify that a Web service use a streaming API when reading inbound SOAP messages that include attachments, rather than the default behavior in which the service reads the entire message into memory. For more information, see SOAP Message Transmission Optimization Mechanism specification at http://www.w3.org/TR/soap12-mtom/.

Security

Reliable communication

Advertisement (registration and discovery)

  • Universal Description, Discovery, and Integration (UDDI) 2.0—Standard for describing a Web service; registering a Web service in a well-known registry; and discovering other registered Web services. For more information, see the Universal Description, Discovery, and Integration (UDDI) specification at http://uddi.xml.org.

  • Web Services Inspection Language 1.0—Provides an XML format for assisting in the inspection of a site for available services. For more information, see Web Services Inspection Language (WS-Inspection) 1.0 specification at http://download.boulder.ibm.com/ibmdl/pub/software/dw/specs/ws-wsilspec/ws-wsilspec.pdf.


Related Documentation

The following table summarizes the documentation that is related to Oracle Infrastructure Web services development, security, and administration.

Table 1-4 Related Documentation

Document Description

Oracle Fusion Middleware Introducing Web Services

This document. Provides an introduction to Web services for Oracle Fusion Middleware 11g.

Oracle Fusion Middleware Security and Administrator's Guide for Web Services

Describes how to secure and administer Web services.

Oracle Fusion Middleware Interoperability Guide for Oracle Web Services Manager

Describes how to implement the most common Oracle Web Services Manager (Oracle WSM) interoperability scenarios.

Oracle Fusion Middleware Developer's Guide for Oracle SOA Suite

Describes how to develop SOA composite services.

Oracle Fusion Middleware Fusion Developer's Guide for Oracle Application Development Framework

Describes how to develop ADF components.

Oracle Fusion Middleware Developer's Guide for Oracle WebCenter

Describes how to develop WebCenter services.

"Developing with Web Services" in the "Designing and Developing Applications" section of the Oracle JDeveloper online help

Describes how to develop Web services and attach policies using Oracle JDeveloper.

Oracle Workshop for WebLogic Server

Explains how to use Workshop to write and manage source code and design with sophisticated visual tools and Java frameworks.