Re: WSDL and XML generation

2009-07-28 Thread Gustavo Andrés Angulo
Hi you can generate the WSDl with soaplib [1], and you can view web.py or django for this: for web.py -> http://webpy.org/cookbook/webservice for django -> http://www.djangosnippets.org/snippets/979/ [1]=> http://trac.optio.webfactional.com/ > Hi all > Newbie in Python, i am looking for some

WSDL and XML generation

2009-07-28 Thread guitarzero
Hi all Newbie in Python, i am looking for some pointers (or better existing modules) to do the followings: - generate (correct) XML messages from a WSDL file - make some modifications inside XML messages *before* sending them to the server hosting the Web services (described by previously mentionn