Oracle E-Business Suite · Arazzo Workflow
Oracle EBS ISG Service Invocation
Version 1.0.0
Log in, initialize application context, discover a service, invoke a method, then log out.
Provider
Workflows
invoke-isg-service
Run a full ISG session - login, initialize, discover, invoke, logout.
Authenticates to the Integrated SOA Gateway, initializes the application context, retrieves the service WADL, invokes a deployed REST method, and logs out to close the session.
1
login
login
Authenticate with HTTP Basic Authentication to obtain a session access token.
2
initializeContext
initialize
Initialize the responsibility, security group, and organization context for the authenticated session.
3
discoverService
getServiceWADL
Retrieve the WADL description of the target service to confirm the method is available before invoking it.
4
invokeMethod
invokeRestMethod
Invoke the deployed REST method on the service with the supplied input parameters and context header.
5
logout
logout
Log out to invalidate the session access token now that the method call is complete.