ServiceNowとWinactorのAPI連携にてエラーが発生する
初の投稿になります。
よろしくお願いします。
WinactorにてServiceNow内の情報を取得するため、O Auth関連のライブラリを使用したところエラーになってしまいました。
何か解決法等ございましたらご教授お願いいたします。
OAuth設定はServiceNowにて設定後、Postmanで確認済みです。
使用しているWinactorのバージョンは6.3.2になります。
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
○使用したライブラリ
ライブラリ/99_外部サービス連携/01_O Auth関連/アクセストークンの取得
○設定
必要箇所は変数の初期値にて設定済み
○エラー内容
(Code:200になっておりますが、異常系へ進みます。)
Unintended response. (code:200)
spvoauth.util.OauthException: Unintended response. (code:200)
at spvoauth.util.OauthCommunicator.throwUnintendedResponse(Unknown Source)
at spvoauth.oauth.command.OpenPasswdCommunicator.checkResponse(Unknown Source)
at spvoauth.oauth.command.OpenPasswdCommunicator.checkResponse(Unknown Source)
at spvoauth.util.VariableCommunicator$ProxyCommunicator.checkResponse(Unknown Source)
at jp.co.ntt.ums.common.fl.communicator.Communicator.communicate(Communicator.java:259)
at jp.co.ntt.ums.common.fl.communicator.Communicator.communicate(Communicator.java:198)
at spvoauth.util.VariableCommunicator.communicate(Unknown Source)
at spvoauth.util.OauthCommunicator.communicate(Unknown Source)
at spvoauth.oauth.command.OpenPasswdCommand.execute(Unknown Source)
at spvoauth.oauth.Oauth.OauthRun(Unknown Source)
at SpvOAuth.run(Unknown Source)
at kadapter.spv.RunClass2.setValue(RunClass2.java:68)
at jp.co.ntt.ums.operate.script.variable.SpecialVariableManager.setCurrentValue(SpecialVariableManager.java:721)
at jp.co.ntt.ums.common.manager.VariableManager.setCurrentValue(VariableManager.java:539)
at jp.co.ntt.ums.adapters.script.ScriptExecutor.processCommandSetVariable(ScriptExecutor.java:538)
at jp.co.ntt.ums.adapters.script.ScriptExecutor.access$1700(ScriptExecutor.java:41)
at jp.co.ntt.ums.adapters.script.ScriptExecutor$ExecuteScriptThread.run(ScriptExecutor.java:767)
Caused by: org.apache.http.ParseException: Nothing element. (instance_url)
at spvoauth.oauth.command.OpenPasswdCommunicator.getFromJsonNode(Unknown Source)
... 16 more
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー