ID:               47762
 Comment by:       florin dot daneliuc at iquestint dot com
 Reported By:      marques at displague dot com
 Status:           Open
 Bug Type:         SOAP related
 Operating System: *
 PHP Version:      5.2.9
 New Comment:

Is there a plan for fixing this?


Previous Comments:
------------------------------------------------------------------------

[2009-03-24 14:17:13] marques at displague dot com

Description:
------------
SoapClient does not fetch a WSDL file if Digest auth is required to
retrieve the WSDL file.  Aside from Bug #47761, which states that Basic
auth for WSDL is broken in 5.2.9, Basic auth has been used in previous
PHP versions.

Digest auth should be attempted when retrieving a WSDL file if the
login and password options are set.  Especially when 'authentication' is
set to SOAP_AUTHENTICATION_DIGEST.

I can understand if a separate set of options are needed to distinguish
between WSDL credentials and Soap service credentials.  In practice, I
would imagine most WSDL files will be retrieved from the same server as
the soap service so the extra authentication options may not be
necessary.

Another issue is that Digest requires HTTP/1.1 and that isn't fully
supported. Bug #47759 blocks HTTP/1.1 usage because "Transfer Encoding:
chunked" must be handled properly.  Bug #46539 notes that SoapClient
incorrectly uses HTTP/1.1 options over HTTP/1.0.

This posting is related and sums up how some of these problems are
connected:
http://marc.info/?l=php-internals&m=123293240706762&w=2 



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=47762&edit=1

Reply via email to