SOAP API : missing procedure

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
Montikore
Posts: 2
Joined: 23 Mar 2016, 13:53

SOAP API : missing procedure

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

Re: SOAP API : missing procedure

Post 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
atrol
Site Admin
Posts: 8573
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: SOAP API : missing procedure

Post 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
Please use Search before posting and read the Manual
Montikore
Posts: 2
Joined: 23 Mar 2016, 13:53

Re: SOAP API : missing procedure

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