![]() |
sponsored links |
|
|
sponsored links
|
|
1
16th June 04:06
External User
Posts: 1
|
ID: 38309
User updated by: hummel at channeladvisor dot de Reported By: hummel at channeladvisor dot de -Status: Bogus +Status: Open Bug Type: SOAP related Operating System: Windows PHP Version: 5.1.4 New Comment: Dear Tony, after reading my initial request, it is certainly clear what my request was. However, it should be do***ented that processing SoapHeaders within a SoapServer is not possible. Previous Comments: ------------------------------------------------------------------------ [2006-08-03 12:22:31] tony2001@php.net If it's not do***ented - it is not possible. Please express your thoughts more clearly next time. Thank you. ------------------------------------------------------------------------ [2006-08-03 12:06:16] hummel at channeladvisor dot de I guess my request was not clear. A developer can register SOAP functions via calling $server = new SoapServer("<somewsdl>"); $server->addFunction("<functionname>"); but there seems no method to do $server->addHeaderFunction("<headerfunctionname>"); Given my example above, I want to process the header "RequesterCredentials", so I would have to do something like $server->addHeaderFunction("RequesterCredentials"); It is not do***ented wether header processing is possible using SoapServer or not. ------------------------------------------------------------------------ [2006-08-03 10:18:06] tony2001@php.net All docs are available @ php.net. There shouldn't be any differencies in SOAP except for bugfixes. ------------------------------------------------------------------------ [2006-08-03 10:04:48] hummel at channeladvisor dot de Hello Tony, is there a (pre-)do***entation for 5.2 available? ------------------------------------------------------------------------ [2006-08-03 09:56:37] tony2001@php.net Please try using this CVS snapshot: http://snaps.php.net/php5.2-latest.tar.gz For Windows: http://snaps.php.net/win32/php5.2-win32-latest.zip ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/38309 -- Edit this bug report at http://bugs.php.net/?id=38309&edit=1 |
|
|