hi, i've spent a good chunk of past month working on soaplib, the python soap server library, and qxsoap, the soap client for qooxdoo.
in the 0.9.1 series of soaplib i've implemented multiple namespace support, schema validation, and miscellaneous features like regular expression validation in soaplib, among many other additions and bugfixes. in the 0.6 series of qxsoap, support for most of soaplib's capabilities is added (except inheritance support, and other misc features) it also comes with a full test suite and a remote table implementation. and no more gpl controversy, i've rewritten it all, it's a bsd-licensed library. there's still a bit of work to be done in its bowels but it's mostly working. you can find it in the qooxdoo-contrib/Soap directory, but the code is in http://github.com/arskom . it's fetched to qooxdoo-contrib repo via svn:externals definitions. you must install the latest soaplib alpha from pypi and twisted.web to run the test server. stock python is enough to run the demo server. it's tested with qooxdoo 1.1. soaplib exports a wsgi application, so it's a server-agnostic solution. see here for more info: http://mail.python.org/pipermail/soap/2010-August/000151.html oh and please answer my question about the check in property definitions. best, burak ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
