On Feb 12, 12:39 pm, "Kevin Dangoor" <[EMAIL PROTECTED]> wrote:
> For TurboZSI, you start with a WSDL file (that you make yourself) and
> then it generates some python stubs for the service. With
> TGWebServices, you define everything in Python and your WSDL is
> generated from that.
>
> TurboZSI hands you request and response objects rather than letting
> your Python methods look like normal Python. TGWebServices uses type
> annotations on your methods for generating appropriate WSDL and
> converting incoming parameters.

Ah.. most excellent.   Thanks for the detailed answer.. and the
toolset!

Ken


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to