Application Integration
- Application Integration
- All Products
Type of Access
| REST URL Format
| SOAP 1.1 URL Format
|
---|---|---|
Process with HTTP Basic access authentication
| https://{host}/active-bpel/rt/{ProcessName}
| https://{host}/active-bpel/soap/{ProcessName}
|
Process with OAuth2 authentication
| https://{host}/active-bpel/rt/{ProcessName}
| https://{host}/active-bpel/soap/{ProcessName}
|
Process with Anonymous access
| https://{host}/active-bpel/public/rt/{TenantName}/{ProcessName}
| https://{host}/active-bpel/public/soap/{TenantName}/{ProcessName}
|
Process Message Event with Anonymous access
| https://{host}/active-bpel/public/rt/{TenantName}/{ProcessName}/event/{MessageName}
| https://{host}/active-bpel/public/soap/{TenantName}/{ProcessName}/event/{MessageName}
|
Process Message Event with HTTP Basic access authentication
| https://{host}/active-bpel/rt/{ProcessName}/event/ {MessageName}
| https://{host}/active-bpel/soap/{ProcessName}/event/{MessageName}
|
Process Message Event in subProcess with Anonymous access
| https://{host}/active-bpel/public/rt/{TenantName}/{SubProcessName}/event/{MessageName}
| https://{host}/active-bpel/public/soap/{TenantName}/{ProcessName}/event/{MessageName}
or
https://{host}/active-bpel/public/soap/{TenantName}/{SubProcessName}/event/{MessageName}
|
Process Message Event in subProcess with HTTP Basic access authentication
| https://{host}/active-bpel/rt/{SubProcessName}/event/{MessageName}
| https://{host}/active-bpel/soap/{ProcessName}/event/{MessageName}
or
https://{host}/active-bpel/soap/{SubProcessName}/event/{MessageName}
|