function soapclient::setHeaders in Salesforce Suite 5
Same name and namespace in other branches
- 5.2 includes/nusoap.orig.php \soapclient::setHeaders()
* set the SOAP headers * *
Parameters
$headers mixed String of XML with SOAP header content, or array of soapval objects for SOAP headers: * @access public
File
- includes/
nusoap.orig.php, line 6866
Class
- soapclient
- soapclient higher level class for easy usage.
Code
function setHeaders($headers) {
$this->requestHeaders = $headers;
}