Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

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 Accepted Solution

Avatar

Correct answer by
Level 3

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

View solution in original post

2 Replies

Avatar

Level 10

Hi,

Can you check your operators rights and security zones?

See here: Access management

Hope this helps,

Florent

Avatar

Correct answer by
Level 3

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