Application Integration
- Application Integration
- All Products
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
|