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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
35 - 5 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Apr 25 21:01:36 2024 UTC