Hi,
I'm trying to send calls through the SOAP API. I can send only one call with an admin user. The second call that I send returns Access denied. Also, when I log in to the web service with the browser, I only can do one call and the session will expire in the internet browser. The program that I use for the calls is SoapUI and the version of the mantisBT is 1.2.17.
How can I send more than one call to the service? Other permissions are needed? What can I check?
Thank you.
SOAP API, Access denied
Moderators: Developer, Contributor
Re: SOAP API, Access denied
If the first call there's no reason for the second call not to work.
The SOAP API does not use backend sessions, it reauthenticates the user each time. Also, I'm not sure what you mean by
The SOAP API does not use backend sessions, it reauthenticates the user each time. Also, I'm not sure what you mean by
when I log in to the web service with the browser, I only can do one call and the session will expire in the internet browser