I want to query a SOAP service that requires the use of keys.
I could write a SOAP client myself making use of httplib's HTTPSConnection, I'm pretty sure that would work, but it means I have to write a load of XML. Is there a nicer way to do this? Perhaps getting an existing SOAP library to use a HTTPSConnection object.
I found an example from 2001 based on an old version of SOAPpy (not SOAPy) but I think the SOAPpy library has changed since then.