Oracle E-Business Suite · Capability

Oracle EBS Integrated SOA Gateway REST API — Service Discovery

Oracle EBS Integrated SOA Gateway REST API — Service Discovery. 1 operations. Lead operation: Retrieve Wadl Description for a Deployed Service. Self-contained Naftiko capability covering one Oracle E Business Suite business surface.

Run with Naftiko Oracle E Business SuiteService Discovery

What You Can Do

GET
Getservicewadl — Retrieve Wadl Description for a Deployed Service
/v1/{servicealias}

MCP Tools

retrieve-wadl-description-deployed-service

Retrieve Wadl Description for a Deployed Service

read-only idempotent

Capability Spec

isg-rest-service-discovery.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle EBS Integrated SOA Gateway REST API — Service Discovery
  description: 'Oracle EBS Integrated SOA Gateway REST API — Service Discovery. 1 operations. Lead operation: Retrieve Wadl
    Description for a Deployed Service. Self-contained Naftiko capability covering one Oracle E Business Suite business surface.'
  tags:
  - Oracle E Business Suite
  - Service Discovery
  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-discovery
    baseUri: https://{instance}.oracle.com/webservices/rest
    description: Oracle EBS Integrated SOA Gateway REST API — Service Discovery business capability. Self-contained, no shared
      references.
    resources:
    - name: serviceAlias
      path: /{serviceAlias}
      operations:
      - name: getservicewadl
        method: GET
        description: Retrieve Wadl Description for a Deployed Service
        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: WADL
          in: query
          type: string
          description: Flag to request the WADL description
          required: true
    authentication:
      type: apikey
      key: accessToken
      value: '{{env.ORACLE_E_BUSINESS_SUITE_API_KEY}}'
      placement: cookie
  exposes:
  - type: rest
    namespace: isg-rest-service-discovery-rest
    port: 8080
    description: REST adapter for Oracle EBS Integrated SOA Gateway REST API — Service Discovery. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/{servicealias}
      name: servicealias
      description: REST surface for serviceAlias.
      operations:
      - method: GET
        name: getservicewadl
        description: Retrieve Wadl Description for a Deployed Service
        call: isg-rest-service-discovery.getservicewadl
        with:
          serviceAlias: rest.serviceAlias
          WADL: rest.WADL
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: isg-rest-service-discovery-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle EBS Integrated SOA Gateway REST API — Service Discovery. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: retrieve-wadl-description-deployed-service
      description: Retrieve Wadl Description for a Deployed Service
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: isg-rest-service-discovery.getservicewadl
      with:
        serviceAlias: tools.serviceAlias
        WADL: tools.WADL
      outputParameters:
      - type: object
        mapping: $.