Page 1 of 1

SOAP API access deny even using administrator account

Posted: 28 Nov 2017, 03:23
by tuanklnew
Hello everyone,
I am working on SOAP client which base on python3 Zeep. I used administrator account to retreived project information in Mantin by calling mc_project_get_all_subprojects and unfortunately it returned "Access denied". I think that maybe there have some config option in config_inc.php
to gain permission for SOAP API to access. But there is no any doccument for me to do it. I want to gain full permission to SOAP API. Could anyone please show me how?

Re: SOAP API access deny even using administrator account

Posted: 19 Dec 2017, 09:13
by rombert
You should be able to do everything using an admin user. Can you double-check the XML sent by your python client and see that the correct username and password are sent?

Re: SOAP API access deny even using administrator account

Posted: 12 Jan 2018, 07:36
by tuanklnew
Thank for replying. I found out that is my mistake. I print out xml and there is incorrect account.

Re: SOAP API access deny even using administrator account

Posted: 12 Jan 2018, 10:28
by rombert
Great to hear that, thanks for confirming!