Re: sending a handmade SOAP request



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
.



Relevant Pages

  • [ANN] lxml 2.2 released
    ... I'm proud to announce the release of lxml 2.2 final. ... lxml is the most feature-rich and easy-to-use library for working with XML ... memory friendly XML tree libraries for Python. ...
    (comp.lang.python)
  • Re: Python SOAP?
    ... > There are two active SOAP projects I'm aware of - ZSI and SOAPpy. ... those are the libraries that I described in my post - and are sadly ...
    (comp.lang.python)