Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Building on top of Oracle Fusion Middleware and service-oriented architecture (SOA) technology, Oracle E-Business Suite Integrated SOA Gateway (ISG) is a complete set of service infrastructure to provide, consume, and administer Oracle E-Business Suite Web services.  With service enablement feature, integration interfaces published in the Oracle Integration Repository can be transformed into SOAP and REST based Web services.

...

Name

Code

Description

Default Value

Supported Values

Source

SOURCE

Object Source

SCM

SCM

Product

PRODUCT

EBS Product Name

Defaults to value provided in @rep:product <product> annotation

Any EBS product name

Service Alias

SERVICE_ALIAS

Service Alias

Defaults to value provide in @flexdeploy-rep:alias <alias> annotation.  If not specified defaults to the name of the PLS/PKH package

Any alias names

Service Type

SERVICE_TYPE

Service Type

Defaults to value provide in @flexdeploy-rep:type <type> annotation.  If not specified defaults to the name of the PLS/PKH package.  If not specified, the service type defaults to REST.

REST | SOAP | BOTH

Tip

REST services are only supported for EBS 12.2.x.

...

  • ILDT

    • Deploys the ILDT using FNDLOAD

    • Deploys the web service using Ant

  • PKH, PLS

    • Copies the SQL files to the <Product Top>/patch/115/sql directory

    • Creates the package on the target database if it doesn’t exist

    • Generates the ILDT using Perl

    • Deploys the ILDT using FNDLOAD

    • Deploys the web service (REST) using Oracle supplied Ant script

...