This is the component for working with Oracle E-Business Suite services on AVA platform.
The component allows you to connect to Oracle E-Business Suite through REST services provided by Oracle E-Business Suite Integrated SOA Gateway (ISG). For more information about Oracle EBS, visit the Oracle’s official documentation.
To use the Oracle EBS connector, you need the following:
REST Service Locator
deployed as a REST service (default alias: servicelocator
).Here is a short version from Oracle Developer’s Guide Using Java APIs as REST Services:
Integration Administrator
role.oracle.apps.fnd.rep.ws.service.EbsRestLocator
and click Go button.servicelocator
and click Deploy button.REST Web Service is secured by HTTP Basic Authentication at HTTP Transport level. You need EBS domain name or IP address, user name and password.
Name | Description |
---|---|
EBS Domain | Specify your EBS domain name or IP address. |
Username | Specify your username for access to ESB service. |
Password | Specify your password for access to ESB service. |
Service Locator Name | If REST Service Locator deployed under alias different from servicelocator you may specify it explicitly in the Service Locator name input. |
This component has no trigger functions. This means it will not be accessible to select as a first component during the integration flow design.
Execute a method with the specified parameters on EBS server and return results.
Method input formats are all unique and created dynamically.
base64Binary
data types not supportedobject