alfonsodg / demo-web2py

Apache License 2.0
0 stars 0 forks source link

Version 1.91.5 broke soap service #142

Closed alfonsodg closed 10 years ago

alfonsodg commented 10 years ago

From vinicius...@gmail.com on January 03, 2011 12:34:10

What steps will reproduce the problem? 1. Update definition to http://localhost:8000/app/service/call/soap?WSDL

  1. Warning: Failed to update interface.
  2. Not connect. What is the expected output? What do you see instead? Connecting my services What version of the product are you using? On what operating system? web2py™ Version 1.91.5 (2010-12-28 22:12:09) Python Python 2.5.5: /usr/bin/python2.5 S.O. Ubuntu 10.04 Please provide any additional information below. 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 File "/home/vinicius/www/web2py/gluon/globals.py", line 95, in 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 ('NoneType' object has no attribute 'items')

Original issue: http://code.google.com/p/web2py/issues/detail?id=144

alfonsodg commented 10 years ago

From massimod...@gmail.com on January 03, 2011 09:38:50

Status: Fixed