ZF-6954: Zend_Soap_Client should accept 'user_agent' http header option
Description
Since it's a functionality of PHP SoapClient, Zend_Soap_Client should accept 'user_agent' option. Becareful that empty string for this option says to SoapClient to not send 'user_agent' header at all, thus Zend_Soap_Client::[get|set]Options() should accept empty string for this option.
Comments
Posted by Stefan Gehrig (sgehrig) on 2009-11-19T00:52:48.000+0000
fixed in trunk (r19024).
The 'user_agent'-option now accepts empty strings and passes them on to the underlying SoapClient.