ElementSOAP and <soap:Header>

Fredrik Lundh fredrik at pythonware.com
Mon Nov 20 12:58:32 EST 2006


mirandacascade at yahoo.com wrote:

> May I confirm the following recommendations/dependencies:
> 1) if one wants to use ElementSOAP to create a message that includes
> <soap:Header>, it is recommended that one use the 0.5 release of
> ElementSOAP

yes.  or if you prefer not to upgrade, you can hack the "call" method to 
insert a header at the right place.

> 2) if one wants to use the 0.5 release of ElementSOAP, one should be
> using Python 2.5

no.  but if you're using earlier versions of Python, you also need a 
version of ElementTree that supports the "iterparse" interface (which 
means 1.2.5 or later).

</F>




More information about the Python-list mailing list