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.

FlexDeploy supports SOAP Services on EBS 12.1.3 and 12.2.x.  REST services are supported on EBS 12.2.x only.

Object Type Identification

File Extensions

Object Type Code

ISG

Attributes

NameCodeDescriptionDefault ValueSupported Values
SourceSOURCEObject SourceSCMSCM
ProductPRODUCTEBS Product NameDefaults to value provided in @rep:product <product> annotationAny EBS product name
Service AliasSERVICE_ALIASService AliasDefaults to value provide in @flexdeploy-rep:alias <alias> annotation.  If not specified defaults to the name of the PLS/PKH packageAny alias name
Service TypeSERVICE_TYPEService Type

REST

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

REST services are only supported for EBS 12.2.x.


Related Project Properties

NameCodeDescriptionDefault ValueSupported Values
Integrated SOA Gateway Version PrefixFDEBS_ISG_VERSION_PREFIXThe version number prefix to use when geneting ILDT from source files (e.g. 12.0).  At deployment time a build sequence number is added to the prefix.  The version number must be incremented with each deployment of the service.12.0Any value of the format #.#.  

Sample Build Commands 

N/A - Build commands not supported for this type.

Sample Deploy Commands 

N/A - Deploy commands not supported for this type.

Details

The EBS deploy operation will generate the necessary commands based on the type of file and the metadata which is captured on the project objects.

Limitations