アクセスのタイプ | RESTエンドポイント | SOAP 1.2エンドポイント |
---|---|---|
HTTPを使用したIPDプロセスの非匿名アクセス。 | 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 |
HTTPを使用したIPDプロセスの匿名アクセス。 | 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 |
HTTPSを使用したIPDプロセスの非匿名アクセス。 | 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 |
HTTPSを使用したIPDプロセスの匿名アクセス。 | 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 |