From:             
Operating system: ALL
PHP version:      5.3SVN-2010-04-13 (SVN)
Package:          SOAP related
Bug Type:         Feature/Change Request
Bug description:Include custom HTTP headers in request

Description:
------------
When creating a soap client, I would also like to be able to identify
custom HTTP headers.



See attached patch, please include in next release (which will also require
the documentation to be included)

Test script:
---------------
$client = new
SoapClient('http://london:8180/testing/headerserver.php?wsdl',

    array(

        "trace"=>true,

        "custom_http_header"=>"New: test header"

    ));


-- 
Edit bug report at http://bugs.php.net/bug.php?id=51551&edit=1
-- 
Try a snapshot (PHP 5.2):            
http://bugs.php.net/fix.php?id=51551&r=trysnapshot52
Try a snapshot (PHP 5.3):            
http://bugs.php.net/fix.php?id=51551&r=trysnapshot53
Try a snapshot (PHP 6.0):            
http://bugs.php.net/fix.php?id=51551&r=trysnapshot60
Fixed in SVN:                        
http://bugs.php.net/fix.php?id=51551&r=fixed
Fixed in SVN and need be documented: 
http://bugs.php.net/fix.php?id=51551&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=51551&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=51551&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=51551&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=51551&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=51551&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=51551&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=51551&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=51551&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=51551&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=51551&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=51551&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=51551&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=51551&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=51551&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=51551&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=51551&r=mysqlcfg

Reply via email to