Ask a Question related to PHP Bugs, Design and Development.
-
checkoutwhatsinside at gmail dot com #1
#40652 [NEW]: SOAP Headers on SoapClient
From: checkoutwhatsinside at gmail dot com
Operating system: Linux
PHP version: 5.2.1
PHP Bug Type: Feature/Change Request
Bug description: SOAP Headers on SoapClient
Description:
------------
My apologies if this is a duplicate feature request, I've not been able to
find anything on the subject other than a bug (Bug #38309).
It would be useful if there was a way to parse a SoapHeader in the
SoapServer context without having to parse the SOAP XML again.
I'm not sure what the best semantics for this would be.
The company I work for is willing to assign some resources to developing
this feature.
Regards,
Kieran
--
Edit bug report at [url]http://bugs.php.net/?id=40652&edit=1[/url]
--
Try a CVS snapshot (PHP 4.4): [url]http://bugs.php.net/fix.php?id=40652&r=trysnapshot44[/url]
Try a CVS snapshot (PHP 5.2): [url]http://bugs.php.net/fix.php?id=40652&r=trysnapshot52[/url]
Try a CVS snapshot (PHP 6.0): [url]http://bugs.php.net/fix.php?id=40652&r=trysnapshot60[/url]
Fixed in CVS: [url]http://bugs.php.net/fix.php?id=40652&r=fixedcvs[/url]
Fixed in release: [url]http://bugs.php.net/fix.php?id=40652&r=alreadyfixed[/url]
Need backtrace: [url]http://bugs.php.net/fix.php?id=40652&r=needtrace[/url]
Need Reproduce Script: [url]http://bugs.php.net/fix.php?id=40652&r=needscript[/url]
Try newer version: [url]http://bugs.php.net/fix.php?id=40652&r=oldversion[/url]
Not developer issue: [url]http://bugs.php.net/fix.php?id=40652&r=support[/url]
Expected behavior: [url]http://bugs.php.net/fix.php?id=40652&r=notwrong[/url]
Not enough info: [url]http://bugs.php.net/fix.php?id=40652&r=notenoughinfo[/url]
Submitted twice: [url]http://bugs.php.net/fix.php?id=40652&r=submittedtwice[/url]
register_globals: [url]http://bugs.php.net/fix.php?id=40652&r=globals[/url]
PHP 3 support discontinued: [url]http://bugs.php.net/fix.php?id=40652&r=php3[/url]
Daylight Savings: [url]http://bugs.php.net/fix.php?id=40652&r=dst[/url]
IIS Stability: [url]http://bugs.php.net/fix.php?id=40652&r=isapi[/url]
Install GNU Sed: [url]http://bugs.php.net/fix.php?id=40652&r=gnused[/url]
Floating point limitations: [url]http://bugs.php.net/fix.php?id=40652&r=float[/url]
No Zend Extensions: [url]http://bugs.php.net/fix.php?id=40652&r=nozend[/url]
MySQL Configuration Error: [url]http://bugs.php.net/fix.php?id=40652&r=mysqlcfg[/url]
checkoutwhatsinside at gmail dot com Guest
-
Has Flash 8 added ability to send Soap Headers without akluggy work around?
I have the need to authenticate a webservice in the soap header - has this been fixed in FL8? If anyone knows please let me know. Thank you -
WSE 2.0 Soap Headers
Am getting a soap header exception ("The message does not conform to the policy it was mapped to") when a web service call is made. What might I be... -
WSE 2.0 SP1 SoapClient/Service and NAT
I have been working with WSE 2.0 for a few weeks now and it works great when I use endpoints that are completely local (soap.tcp://localhost/...). ... -
Problem to invoke a method of webservice from a C++ SoapClient
Hi, I used SoapClient Libray provided by SQLData to invoke a method exposed by Webservices of weblogic over HTTP.(using WSDL). I'm not successful... -
SoapClient i .NET ?
Hi: EVen iam getting evrything, that accesssing web services from VB, using SOAP Tool kit. But i would to provide security for the VB client... -
gcc@php.net #2
#40652 [Opn]: SOAP Headers on SoapClient
ID: 40652
Updated by: [email]gcc@php.net[/email]
Reported By: checkoutwhatsinside at gmail dot com
Status: Open
Bug Type: Feature/Change Request
Operating System: Linux
PHP Version: 5.2.1
New Comment:
I'd also like to see support for easily accessing the SoapHeaders
without an additional parse added to the SoapServer (I think there's a
mistake in the title which refers to the SoapClient). Ideally this
would support the same techniques for handling complex data structures
as the body data (e.g. classmap, etc.).
Previous Comments:
------------------------------------------------------------------------
[2007-02-27 00:42:50] checkoutwhatsinside at gmail dot com
Description:
------------
My apologies if this is a duplicate feature request, I've not been able
to find anything on the subject other than a bug (Bug #38309).
It would be useful if there was a way to parse a SoapHeader in the
SoapServer context without having to parse the SOAP XML again.
I'm not sure what the best semantics for this would be.
The company I work for is willing to assign some resources to
developing this feature.
Regards,
Kieran
------------------------------------------------------------------------
--
Edit this bug report at [url]http://bugs.php.net/?id=40652&edit=1[/url]
gcc@php.net Guest
-
checkoutwhatsinside at gmail dot com #3
#40652 [Opn]: SOAP Headers on SoapClient
ID: 40652
User updated by: checkoutwhatsinside at gmail dot com
Reported By: checkoutwhatsinside at gmail dot com
Status: Open
Bug Type: Feature/Change Request
Operating System: Linux
PHP Version: 5.2.1
New Comment:
Hrm, yes, my apologies, the Summary was meant to be "SOAP Headers on
SoapServer".
Previous Comments:
------------------------------------------------------------------------
[2007-02-27 16:27:19] [email]gcc@php.net[/email]
I'd also like to see support for easily accessing the SoapHeaders
without an additional parse added to the SoapServer (I think there's a
mistake in the title which refers to the SoapClient). Ideally this
would support the same techniques for handling complex data structures
as the body data (e.g. classmap, etc.).
------------------------------------------------------------------------
[2007-02-27 00:42:50] checkoutwhatsinside at gmail dot com
Description:
------------
My apologies if this is a duplicate feature request, I've not been able
to find anything on the subject other than a bug (Bug #38309).
It would be useful if there was a way to parse a SoapHeader in the
SoapServer context without having to parse the SOAP XML again.
I'm not sure what the best semantics for this would be.
The company I work for is willing to assign some resources to
developing this feature.
Regards,
Kieran
------------------------------------------------------------------------
--
Edit this bug report at [url]http://bugs.php.net/?id=40652&edit=1[/url]
checkoutwhatsinside at gmail dot com Guest



Reply With Quote

