sending a handmade SOAP request

Stefan Behnel stefan_ml at behnel.de
Thu Jan 31 15:52:06 EST 2008


Hi,

Bernard wrote:
> Is there a way to POST a handmade SOAP request *without* using any
> libraries like SOAPpy?

This might help:

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

I didn't try, but it should also work with lxml - which might make a couple of
things a little easier, as it gives you XPath and (a lot of its) friends. For
request generation, this little feature might also be of interest:

http://codespeak.net/lxml/dev/tutorial.html#the-e-factory

Stefan



More information about the Python-list mailing list