コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Authorization error while calling custom method using SOAP and javascript

Avatar

Level 2

Hi ,

I create a custom method in AC and tried calling that method to input data into AC. I am able to test the same in Training environment. While in client machine when i i am calling via SOAP or JavaScript (within the same environment) it is throwing Authorization error in both ways. Looks to me as some Authorization we need to make for my id. However i am able to hit XTK methods. Below is error

"the user/password authentication is not authorized for '******67' login via the '127.0.0.1' address"

1 受け入れられたソリューション

Avatar

正解者
Level 3

I resolved it by using "sessionTokenOnly="true"" flag on public security zones.

元の投稿で解決策を見る

2 返信

Avatar

Level 10

Hi,

Can you check your operators rights and security zones?

See here: Access management

Hope this helps,

Florent

Avatar

正解者
Level 3

I resolved it by using "sessionTokenOnly="true"" flag on public security zones.