First of all, I will admit I am a novice to web services, although I\'m familiar with HTML and basic web stuff. I created a quick-and-dirty web service using Python that ca
When I tried to write Python web service last year, I ended up using ZSI-2.0 (which is something like heir of SOAPpy) and a paper available on its web.
Basically I wrote my WSDL file by hand and then used ZSI stuff to generate stubs for my client and server code. I wouldn't describe the experience as pleasant, but the application did work.