Dear Pythoneers,
We want to butile the SOAP request request in below manner. -
In header we want to pass the wsse auth part and custom transref section
and both has different xmlns.
http://schemas.xmlsoap.org/soap/envelope/";
xmlns:com
On Mon, Jul 9, 2012 at 6:40 AM, Chris Hare wrote:
>
> Here is what I want to do:
>
> I have a bunch of modules to import. instead of duplicating a lot of code
> for each import, I want to do something like this:
>
> importList = [ "sys", "os", "imp", "stat", "re", "webbrowser", "Image",
> "Strin