Invoke > Runtime tasks for processes > 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. 1Open the Administrative Services page at
  2. 2Click Visit the Web Services Listing or Visit the REST Service.
  3. 3Enter 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.