Thanks! My issue is http://code.google.com/p/web2py/issues/detail?id=144
[]'s, Vinicius Vollrath On Jan 3, 3:26 pm, mdipierro <[email protected]> wrote: > oops! This is a major issue. Fixed in trunk. I will release 1.91.6 > today. > > Massimo > > On Jan 3, 11:22 am, Vollrath <[email protected]> wrote: > > > > > > > > > Update definition tohttp://localhost:8000/plocme/service/call/soap?WSDL > > Warning: Failed to update interface. > > > web2py™ Version 1.91.5 (2010-12-28 22:12:09) > > Python Python 2.5.5: /usr/bin/python2.5 > > > TRACEBACK > > > Traceback (most recent call last): > > File "/home/vinicius/www/web2py/gluon/restricted.py", line 188, in > > restricted > > exec ccode in environment > > File "/home/vinicius/www/web2py/applications/plocme/controllers/ > > service.py", line 26, in <module> > > File "/home/vinicius/www/web2py/gluon/globals.py", line 95, in > > <lambda> > > self._caller = lambda f: f() > > File "/home/vinicius/www/web2py/applications/plocme/controllers/ > > service.py", line 24, in call > > return service() > > File "/home/vinicius/www/web2py/gluon/tools.py", line 3671, in > > __call__ > > return self.serve_soap() > > File "/home/vinicius/www/web2py/gluon/tools.py", line 3564, in > > serve_soap > > URL(r=request,f="call/soap",vars=None)) > > File "/home/vinicius/www/web2py/gluon/html.py", line 219, in URL > > for (key, vals) in sorted(vars.items()): > > AttributeError: 'NoneType' object has no attribute 'items' > > > ERROR SNAPSHOT > > <type 'exceptions.AttributeError'>('NoneType' object has no attribute > > 'items')

