Invoke

Invoke

Invoking Processes Deployed to the Secure Agent

Invoking Processes Deployed to the Secure Agent

If you use Secure Agent 30.0 or later, you can use HTTP and HTTPS endpoints to invoke processes deployed to the Secure Agent.
Use the following sections to construct or access REST and SOAP endpoints to access processes deployed to the Secure Agent through HTTP or HTTPS. When you deploy Informatica Process Designer (IPD) processes, the endpoint URL construction for anonymous access is different from the endpoint URL construction for non anonymous access.

Invoking Process Designer Processes

Type of Access
REST Endpoint
SOAP 1.2 Endpoint
Non anonymous access of an IPD process using HTTP.
http://[host][:port]/process-engine/rt/[serviceName]
Swagger: http://[host][:port]/process-engine/rt/[serviceName]?swagger
http://[host][:port]/process-engine/soap/[serviceName]
WSDL: http://[host][:port]/process-engine/soap/[serviceName]?wsdl
Anonymous access of an IPD process using HTTP.
http://[host][:port]/process-engine/public/rt/[serviceName]
Swagger: http://[host][:port]/process-engine/public/rt/[serviceName]?swagger
http://[host][:port]/process-engine/public/soap/[serviceName]
WSDL: http://[host][:port]/process-engine/public/soap/[serviceName]?wsdl
Non anonymous access of an IPD process using HTTPS.
https://[host][:port]/process-engine/rt/[serviceName]
Swagger: https://[host][:port]/process-engine/rt/[serviceName]?swagger
https://[host][:port]/process-engine/soap/[serviceName]
WSDL: https://[host][:port]/process-engine/soap/[serviceName]?wsdl
Anonymous access of an IPD process using HTTPS.
https://[host][:port]/process-engine/public/rt/[serviceName]
Swagger: https://[host][:port]/process-engine/public/rt/[serviceName]?swagger
https://[host][:port]/process-engine/public/soap/[serviceName]
WSDL: https://[host][:port]/process-engine/public/soap/[serviceName]?wsdl

Invoking Process Developer Processes

Perform the following steps to get a list of Process Developer SOAP and REST endpoint URLs that you can invoke:
  1. Open the
    Administrative Services
    page at
    • https://localhost:7443/process-engine/
      for HTTPS endpoint URLs.
    • http://localhost:7080/process-engine/
      for HTTP endpoint URLs.
  2. Click
    Visit the Web Services Listing
    or
    Visit the REST Service
    .
  3. Enter the user credentials of an Informatica Cloud Services administrator.
You see a list of SOAP or REST endpoint URLs. Use a SOAP or REST client to invoke these endpoint URLs.

0 COMMENTS

We’d like to hear from you!