Hello,
I am having a lot of fun with spyne. I used to despise having to deal
with SOAP, but spyne changed that. (Part of that is also due to the
helpfulness of Burak on this list! :)
Anyway, I am wondering if there are any naming conventions regarding
how to name model classes, fields and methods. Does spyne prefer
camelcase or underscores?
Most of the examples have methods named with underscores. However,
when I get back a JsonDocument response, it seems to expect that the
methods were named using camelcase. As an example, I have a method
called "catalog_tree." When I get back the response for this method,
it looks like:
{"catalog_treeResponse": {"catalog_treeResult": { ... }}
So I am leaning toward naming my classes/methods using camelcase, and
my fields using underscores...unless there are some recommendations
regarding this.
Thanks!,
Ken
_______________________________________________
Soap mailing list
[email protected]
http://mail.python.org/mailman/listinfo/soap