ZF-4381: SOAP headers
Description
At the moment the client hides SoapClient's SOAP header functions/calls, which are needed in a lot of SOAP applications.
Could these be added in some form?
SoapClient accepts SOAP request headers in its SoapClient->__setSoapHeaders() function, and both request and response ones in its more advanced SOAP calls SoapClient->__soapCall()
Comments
Posted by Roger Hunwicks (rhunwicks) on 2008-10-29T07:59:44.000+0000
I think that the priority should be higher than Minor. As the reporter notes, lots of SOAP applications require headers, and the lack of this functionality prevents the use of Zend_Soap_Client for these applications.
Posted by Alexander Veremyev (alexander) on 2009-02-06T09:51:57.000+0000
Done.