kartagis / pysimplesoap

Automatically exported from code.google.com/p/pysimplesoap
0 stars 0 forks source link

SoapClient.wsdl_parse does not pass http_headers #126

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1. Set up a SOAP service behind an HTTP server using Basic Authentication

2. client = 
pysimplesoap.client.SoapClient(wsdl="https://some.domain/api/v1?wsdl", 
http_headers={'Authorization': 'Basic some-base64-encoded-string'})

using pysimplesoap version 1.11 (from trunk)

Original issue reported on code.google.com by ldanielb...@gmail.com on 14 Nov 2013 at 6:30

GoogleCodeExporter commented 8 years ago
Merged in rev 7d3914de63e5, please test!
(see the original issue #113 for more info)

Original comment by reingart@gmail.com on 20 Dec 2013 at 7:52

GoogleCodeExporter commented 8 years ago
Thank you very much for resolving this issue, I appreciate it.

Original comment by ldanielb...@gmail.com on 20 Dec 2013 at 9:00