php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #44417 call function ignore http wrapper
Submitted: 2008-03-12 15:03 UTC Modified: 2017-10-24 07:50 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: thomas dot rabaix at gmail dot com Assigned:
Status: Open Package: SOAP related
PHP Version: 5.*, 6CVS (2009-05-05) OS: *
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: thomas dot rabaix at gmail dot com
New email:
PHP Version: OS:

 

 [2008-03-12 15:03 UTC] thomas dot rabaix at gmail dot com
Description:
------------
If you defined your own http protocol wrapper with the stream_wrapper_register function. The method call (http) does not use it. However the SoapClient uses the new wrapper to retrieve the WSDL file.

So my conclusion :
 - SoapClient read using the wrapper
 - SoapClient write/send using its own methods


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-03-13 16:32 UTC] thomas dot rabaix at gmail dot com
I have written an article where I state the problem

http://rabaix.net/articles/2008/3/13/using-soap-php-with-ntlm-authentication
 [2008-12-18 08:15 UTC] bjori@php.net
ext/soap does indeed re-implement some parts of the http wrapper
 [2017-10-24 07:50 UTC] kalle@php.net
-Status: Assigned +Status: Open -Assigned To: dmitry +Assigned To:
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 18:01:29 2024 UTC