All the stuff I am seeing points me towards writing clients.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.