$SOAP_HEADER_NODE_NAME
$SOAP_HEADER_NODE_NAME :
Static utility methods for working with SOAP request and response headers.
getSoapHeaderValue(string $xml,string $soapHeaderName): string
Gets the value of the specified SOAP header from the specified SOAP request or response payload as an XML string.
string | $xml | |
string | $soapHeaderName |
the SOAP header value or an empty string if the header isn't found