invoke > プロセスのランタイムタスク > Secure Agentにデプロイしたプロセスの呼び出し
  

Secure Agentにデプロイしたプロセスの呼び出し

Secure Agent 30.0以降を使用している場合、HTTPエンドポイントおよびHTTPSエンドポイントを使用して、Secure Agentにデプロイしたプロセスを呼び出すことができます。
以降のセクションを参照し、RESTエンドポイントおよびSOAPエンドポイントを作成するかそれらにアクセスして、Secure AgentにデプロイしたプロセスにHTTPまたはHTTPSを介してアクセスしてください。Informatica Process Designer(IPD)プロセスをデプロイする場合、匿名アクセス用のエンドポイントURLの構文は非匿名アクセス用のエンドポイントURLの構文とは異なります。

Process Designerプロセスの呼び出し

アクセスのタイプ
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

Process Developerプロセスの呼び出し

次の手順に従って、呼び出すことのできるProcess Developer SOAPおよびRESTエンドポイントURLのリストを取得します。
  1. 1以下の[Administrative Services(管理サービス)]ページを開きます。
  2. 2[Visit the Web Services Listing(Webサービスリスティングにアクセス)]または[Visit the REST Service(RESTサービスにアクセス)]をクリックします。
  3. 3Informatica Cloud Services管理者のユーザー資格情報を入力します。
SOAPまたはRESTエンドポイントURLのリストが表示されます。SOAPまたはRESTクライアントを使用して、これらのエンドポイントURLを呼び出します。