Web Services examples using "raw" xml?

Stefan Behnel stefan_ml at behnel.de
Tue Aug 25 13:53:46 EDT 2009


John Gordon wrote:
> Any suggestions?

Well, yes, see the link I posted.

http://effbot.org/zone/element-soap.htm

That might actually be the easiest way to get your stuff done, and it
avoids external dependencies (well, except for ElementTree, if you continue
to use Python <= 2.4).

Stefan



More information about the Python-list mailing list