ID: 47761 Comment by: sriram dot natarajan at gmail dot com Reported By: marques at displague dot com Status: Open Bug Type: SOAP related Operating System: * PHP Version: 5.2.9 New Comment:
why is there still a need to support basic authentication ? can u kindly explain that scenario ? Previous Comments: ------------------------------------------------------------------------ [2009-03-24 13:53:48] marques at displague dot com Description: ------------ Since 5.2.9, SoapClient no longer attempts HTTP Basic authentication to retrieve a wsdl file. Prior to this version Basic was attempted and Digest was not. Digest should also be attempted but that is a matter for another bug. The SoapClient option 'authentication' has no effect on wsdl retrieval. A work-around is to fetch the WSDL file manually or via PHP commands within the SOAP code, but that method can be cumbersome because digest auth code has to be written from scratch and Bug #47759 (chunk encoding) can get in the way. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=47761&edit=1