Page 1 of 1

SOAP API : missing procedure

Posted: 23 Mar 2016, 14:01
by Montikore
Hi all,

I'm working on the soap api, and i was relying on the official procedures list : https://www.mantisbt.org/bugs/api/soap/ ... t.php?wsdl
But when i wanted to run my code on my own mantis, i got an error saying the procedure is missing... and indeed, if i go to my own procedures list (http://my_own_mantis/api/soap/mantisconnect.php?wsdl) the procedure i want to use is missing!
The procedure is mc_filter_search_issue_ids (all the mc_filter_search_* are missing on my installation). My mantis version is 1.2.19 (schema version 183) so i should have the last software version...
are these procedure part of a plugin? are they still not released?

Any idea welcome :)

Thanks

Re: SOAP API : missing procedure

Posted: 23 Mar 2016, 20:49
by rombert
Hi,

I am not sure what is going on with your modification, but I can offer an example of how a function was added to the SOAP API

https://github.com/mantisbt/mantisbt/co ... ad09a4f477

Hope this helps,

Robert

Re: SOAP API : missing procedure

Posted: 23 Mar 2016, 20:51
by atrol
Montikore wrote: My mantis version is 1.2.19
We are running MantisBT 1.3.0-rc.1 at https://www.mantisbt.org/bugs
It's available since 1.3.0-beta.2 https://www.mantisbt.org/bugs/view.php?id=8657

Re: SOAP API : missing procedure

Posted: 24 Mar 2016, 09:12
by Montikore
[quote="atrol"We are running MantisBT 1.3.0-rc.1 at https://www.mantisbt.org/bugs
It's available since 1.3.0-beta.2 https://www.mantisbt.org/bugs/view.php?id=8657[/quote]

ok it must be the problem... i'll try with the rc version
thanks!