Oracle E-Business Suite · Capability

Oracle EBS Integrated SOA Gateway REST API — Service Invocation

Oracle EBS Integrated SOA Gateway REST API — Service Invocation. 1 operations. Lead operation: Invoke a Rest Service Method. Self-contained Naftiko capability covering one Oracle E Business Suite business surface.

Run with Naftiko Oracle E Business SuiteService Invocation

What You Can Do

POST
Invokerestmethod — Invoke a Rest Service Method
/v1/{servicealias}/{methodname}

MCP Tools

invoke-rest-service-method

Invoke a Rest Service Method

Capability Spec

isg-rest-service-invocation.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle EBS Integrated SOA Gateway REST API — Service Invocation
  description: 'Oracle EBS Integrated SOA Gateway REST API — Service Invocation. 1 operations. Lead operation: Invoke a Rest
    Service Method. Self-contained Naftiko capability covering one Oracle E Business Suite business surface.'
  tags:
  - Oracle E Business Suite
  - Service Invocation
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ORACLE_E_BUSINESS_SUITE_API_KEY: ORACLE_E_BUSINESS_SUITE_API_KEY
capability:
  consumes:
  - type: http
    namespace: isg-rest-service-invocation
    baseUri: https://{instance}.oracle.com/webservices/rest
    description: Oracle EBS Integrated SOA Gateway REST API — Service Invocation business capability. Self-contained, no shared
      references.
    resources:
    - name: serviceAlias-methodName
      path: /{serviceAlias}/{methodName}
      operations:
      - name: invokerestmethod
        method: POST
        description: Invoke a Rest Service Method
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: serviceAlias
          in: path
          type: string
          description: The alias of the deployed REST service
          required: true
        - name: methodName
          in: path
          type: string
          description: The REST method name to invoke
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: accessToken
      value: '{{env.ORACLE_E_BUSINESS_SUITE_API_KEY}}'
      placement: cookie
  exposes:
  - type: rest
    namespace: isg-rest-service-invocation-rest
    port: 8080
    description: REST adapter for Oracle EBS Integrated SOA Gateway REST API — Service Invocation. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/{servicealias}/{methodname}
      name: servicealias-methodname
      description: REST surface for serviceAlias-methodName.
      operations:
      - method: POST
        name: invokerestmethod
        description: Invoke a Rest Service Method
        call: isg-rest-service-invocation.invokerestmethod
        with:
          serviceAlias: rest.serviceAlias
          methodName: rest.methodName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: isg-rest-service-invocation-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle EBS Integrated SOA Gateway REST API — Service Invocation. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: invoke-rest-service-method
      description: Invoke a Rest Service Method
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: isg-rest-service-invocation.invokerestmethod
      with:
        serviceAlias: tools.serviceAlias
        methodName: tools.methodName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.