views:

21

answers:

1

All the stuff I am seeing points me towards writing clients.

A: 

I believe the popular approach is to hand-write WSDL first (typically with an XML-oriented editor, of course, such as oxygen), then generate a Python server skeleton from it with wsdl2py. Unfortunately I have no first-hand experience with this so I'm not sure if it works as well as it's advertised to.

Alex Martelli