Does anyone have any experience with wadllib for python? To be more specific, I'm using version 1.2.0 of it in Debian Lenny. I downloaded the sources and installed it using setup.py install command. First of all, the namespace http://research.sun.com/wadl/2006/10 is hardcoded there, which is awful, as there is another namespace ( http://wadl.dev.java.net/2009/02 ) which is used often, but that's not a problem, as one can easily fix it. The bigger problem is inability of wadllib to deal with nested resources. Did anyone encounter it? Does anyone have an idea how to overcome it, or how should the library be fixed to achieve this functionality?
Thanks in advance for your help, people!