ID: 36721 Updated by: [EMAIL PROTECTED] Reported By: hjiverson at plauditdesign dot com -Status: Open +Status: Feedback Bug Type: SOAP related Operating System: N/A PHP Version: 5.1.2 New Comment:
Please try using this CVS snapshot: http://snaps.php.net/php5.1-latest.tar.gz For Windows: http://snaps.php.net/win32/php5.1-win32-latest.zip Previous Comments: ------------------------------------------------------------------------ [2006-03-13 16:50:24] hjiverson at plauditdesign dot com Description: ------------ The SoapServer is not able to send a header that it didn't receive, since receiving a header seems to be what invokes the magic function. For example, I have a sessionId header. The client makes its first call and does not yet have a session initiated, and does not send the header. The server should be able to send a sessionId header, whether it received one or not. Reproduce code: --------------- http://pastebin.com/599820 Expected result: ---------------- The server should return the header with string "FROM SERVER: " Actual result: -------------- The server does not return any header unless one was sent. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=36721&edit=1