SOAP API, Access denied

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
beto_7503
Posts: 1
Joined: 23 Feb 2016, 08:16

SOAP API, Access denied

Post by beto_7503 »

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.
rombert
Posts: 66
Joined: 05 Nov 2009, 08:43

Re: SOAP API, Access denied

Post by rombert »

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
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
Post Reply