|
From: Robert M. <rob...@gm...> - 2012-11-04 20:29:42
|
On Sun, Nov 4, 2012 at 10:25 PM, Raúl Luna <sup...@ya...> wrote: > > > I have mantis deployed over windows xp server. If you let me know how to > check it, I will do ASAP. Run phpinfo(); inside a php page and see if the 'soap' extension is present. Robert > > > Raul Luna > The man who whispered at computers > > Robert Munteanu <rob...@gm...> escribió: > > Hi Raul, > > (+cc back the lists) > > The API will remain unchanged after I get this change merged. I'd be > interested to know if - to your knowledge - the platforms where you > deploy MantisBT have access to the php soap extension. > > If you don't, that's fine :-) > > Robert > > On Sun, Nov 4, 2012 at 3:15 AM, Raul Luna <sup...@ya...> > wrote: >> >> Hello Robert: >> >> I am developing in Java, accessing Mantis services through SOAP. If the >> new >> technology will have an easy integration with Java, for me it's okay. >> >> Regards, >> >> Enviado desde la nevera // Sent from the fridge >> Raul Luna Rodríguez >> sup...@ya... >> ________________________________ >> De: Robert Munteanu <rob...@gm...> >> Para: "man...@li..." >> <man...@li...>; developer discussions >> <man...@li...> >> Enviado: Jueves, 1 de noviembre, 2012 9:36 P.M. >> Asunto: [Mantisbt-soap-dev] MantisBT 1.2.13 planned change - add support >> for >> php5 native soap extension >> >> Hi, >> >> (Sorry for the cross-post, I would like to reach a wide audience ) >> >> I've been working on refreshing the backend of our SOAP API. The API, >> while reasonably featureful and well working, is based on nusoap. This >> poses a maintenance burden on us ( see for instance 0014157: Array to >> string conversion error on soap request with PHP 5.4 [1] which >> requires to make changes again to support newer PHP versions ) and >> also brings performance problems ( see 0014672: Slow performance of >> SOAP calls due to nusuoap [2] ) . >> >> I have worked towards getting MantisBT to support both the php5 native >> soap extension and the nusoap library. The code is now available at my >> github fork [3]. There is a configuration setting which allows the >> administrator to control which backend is used. >> >> I have the following plan: >> >> 1. After 1.2.12 is released, merge the code into master and >> master-1.2.x . The configuration setting defaults to using nusoap . At >> this point I would encourage SOAP API users to give it a test. >> 2. After 1.2.13 is released, switch the configuration setting to >> default to the soap extension. >> >> Depending on user feedback, I would like to remove nusoap completely. >> >> I'm interested in two things >> >> 1. What is your opinion about the above plan? I'm interested in >> developers and users alike >> 2. If you use the SOAP API, are you able to use the php5 native soap >> extension if we remove support for using nusoap? >> >> Thanks, >> >> Robert >> >> [1]: http://www.mantisbt.org/bugs/view.php?id=14157 >> [2]: http://www.mantisbt.org/bugs/view.php?id=14672 >> [3]: https://github.com/rombert/mantisbt/tree/14871-soap-extension >> -- >> Sent from my (old) computer >> >> >> ------------------------------------------------------------------------------ >> Everyone hates slow websites. So do we. >> Make your web apps faster with AppDynamics >> Download AppDynamics Lite for free today: >> http://p.sf.net/sfu/appdyn_sfd2d_oct >> _______________________________________________ >> Mantisbt-soap-dev mailing list >> Man...@li... >> https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev >> >> > > > > -- > Sent from my (old) computer -- Sent from my (old) computer |