Greetings,
There is a typo in the example for XMLRPC in section 9.2 of the (online)
book.
The example method:
@service.xmlrpc
def div(a,b):
return a+b
should be:
@service.xmlrpc
def div(a,b):
return a/b
Rowdy
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en.