Many thanks, I will check it.
Nenad
--
http://mail.python.org/mailman/listinfo/python-list
On Tue, Dec 11, 2012 at 7:26 PM, wrote:
> Hello,
> Once I get my xml populated I have to send it to web service.
> Should I use httplib?
> I am reading the docs and I have managed to open the connection with
> httplib.HTTPSConnection(host[, port[, key_file[, cert_file[, strict[,
> timeout[, sour
Hello,
Once I get my xml populated I have to send it to web service.
Should I use httplib?
I am reading the docs and I have managed to open the connection with
httplib.HTTPSConnection(host[, port[, key_file[, cert_file[, strict[, timeout[,
source_address]])
After that i intend to use
HTTPConn