Authorization error while calling custom method using SOAP and javascript | Community
Skip to main content
nadeema90078524
Level 2
November 28, 2017
Solved

Authorization error while calling custom method using SOAP and javascript

  • November 28, 2017
  • 2 replies
  • 1988 views

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"

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by uagnihotri

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

2 replies

florentlb
Level 10
November 30, 2017

Hi,

Can you check your operators rights and security zones?

See here: Access management

Hope this helps,

Florent

uagnihotriAccepted solution
Level 2
November 30, 2017

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