|
From: Robert M. <rob...@gm...> - 2013-01-12 20:00:01
|
Hi Sergei, On Thu, Jan 10, 2013 at 5:15 PM, Sergei Matros <se...@ma...> wrote: > Hi, people. > > I am using 1.2.13dev version of Mantis. > > How can I add some new api methods in Mantis' SOAP API? First of all you should define your new methods and data types in api/soap/mantisconnect.wsdl Then you should implement those methods in one of the mc_xxx_api.php files from the api/soap directory. Be careful though that this means that you are changing MantisBT core files and as such you will need to re-apply your changes everytime you upgrade. If your changes are something which can be contributed to MantisBT I'd be more than happy to guide the contribution. Thanks, Robert > > Thanx a lot. > > Sergei > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. SALE $99.99 this month only -- learn more at: > http://p.sf.net/sfu/learnmore_122912 > _______________________________________________ > Mantisbt-soap-dev mailing list > Man...@li... > https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev > -- Sent from my (old) computer |