Closed GoogleCodeExporter closed 8 years ago
Sorry for the delay, I confirmed this one (only occurs when using a prefix) but
couldn't take a look at this sooner.
Attached is a patch to fix the web2py pysimplesoap server version, basically in
server.py you can replace the line no 238:
res = body.add_child("%sResponse" % name, ns=prefix)
with
res = body.add_child("%sResponse" % name, ns=self.namespace)
I'll fix this in the repo, and do a PR to web2py, it would be great if you can
confirm this solves your issue.
Original comment by reingart@gmail.com
on 23 Dec 2014 at 7:49
Attachments:
This issue was closed by revision 23ba389cb15f.
Original comment by reingart@gmail.com
on 23 Dec 2014 at 7:52
thanks you for the response and the patch - I will confirm the solution as soon
as I am back to work (5th Jan 2015)
Thank you and happy new year !
Original comment by sven.tis...@gmail.com
on 28 Dec 2014 at 11:47
Original issue reported on code.google.com by
sven.tis...@gmail.com
on 17 Dec 2014 at 2:30