You are here

function soapclient::setHeaders in Salesforce Suite 5.2

Same name and namespace in other branches
  1. 5 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;
}