On Apr 22, 2013, at 16:36 , Jeroen Bakker <[email protected]> wrote:
> Hi, > > for a project we are selecting a programming language. We prefer to use > Python, but have some questions about using webservices. We need to call and > implement some services based on a WSDL. Are there modules that can help us > create the base client and server classes? And what are your experiences with > python and webservices? Ik zou op pypi even zoeken naar "soap", dan kom je vanzelf bruikbare dingen tegen: https://pypi.python.org/pypi?%3Aaction=search&term=soap&submit=search Het is jaren geleden dat ik zelf iets met SOAP gedaan heb. De laatste keer dat ik keek was suds de beste SOAP-client om te gebruiken. Ik zou in ieder geval heel ver van zsi blijven. Wichert. _______________________________________________ Python-nl mailing list [email protected] http://mail.python.org/mailman/listinfo/python-nl
