About SOAP Web Services in Oracle Applications Cloud

Use Simple Object Access Protocol (SOAP) web services to integrate different applications within the enterprise or expose business functions to Oracle Cloud partners and customers.

Here are the two categories of SOAP web services in Oracle Applications Cloud.

Categories What You Use It For
Business Object Services Work with business objects, such as an opportunity or a marketing campaign. You can perform the standard CRUD operations to create or modify the exposed business objects. These services are implemented using the Application Development Framework (ADF).
Process Services Manage business processes that are not centered around any particular business object. These services are typically implemented using Service-Oriented Architecture (SOA) composites.

SOAP web services are based on these industry standards.

  • Extensible Markup Language (XML): A data format that allows uniform communication between web services consumers and web services providers.

  • XML Schema: A framework that describes XML vocabulary used in business transactions.

  • Simple Object Access Protocol: A protocol for exchanging structured information in the implementation of web services.

  • Web Services Description Language (WSDL): An XML-based language that provides a model for describing SOAP-based web services.

  • WS-Policy: A flexible and extensible grammar framework that describes the capabilities, requirements, and general characteristics of web services using the policies.

Access to Web Services

Topics containing details about the web services and supported operations might provide additional information about the privileges required to run them. Make sure that the users are assigned a custom role, optionally based on a predefined role, and that the custom role contains the appropriate privileges.

Caution: While creating custom roles, make sure only the required privileges are assigned. Before proceeding further, see Guidance for Assigning Predefined Roles.

For details about roles and privileges that are common across Oracle Fusion Cloud Applications, see Security Reference for Common Features. For details about roles and privileges specific to your product area, see your product-specific Security Reference guide.

Related Topics
  • Web Services Overview
  • Managing Web Services