質問
以下のインタフェイスについて SOAP版 のAPI と対応する REST (JSON) 版の API を教えてください。
・GetWorkflows
・StartProcessFile
・GetJobStateInfo
・GetJobResultEx
回答
インターフェースは以下の通りで、すべて SOAP 版のみです。
- GetWorkflows Method of WebService Object (Web Services API)
https://help.abbyy.com/en-us/finereaderserver/14/api_help/webmethod_getworkflows/ - StartProcessFile Method of WebService Object (Web Services API)
https://help.abbyy.com/en-us/finereaderserver/14/api_help/webmethod_startprocessfile/ - GetJobStateInfo Method of WebService Object (Web Services API)
https://help.abbyy.com/en-us/finereaderserver/14/api_help/webmethod_getjobstateinfo/ - GetJobResultEx Method of WebService Object (Web Services API)
https://help.abbyy.com/en-us/finereaderserver/14/api_help/webmethod_getjobresultex/
JSON 形式 (REST API) ですと Workflows コントローラのみが提供されています。
- Using the REST API
https://help.abbyy.com/en-us/finereaderserver/14/api_help/rest_api/ - Workflows controller
https://help.abbyy.com/en-us/finereaderserver/14/api_help/workflows_controller/
コメント
0件のコメント
サインインしてコメントを残してください。