Constructs a new SoapHeader object.
The namespace of the SOAP header element.
The name of the SOAP header element.
A SOAP header's content. It can be a PHP value or a SoapVar object.
Value of the mustUnderstand attribute of the SOAP header element.
Value of the actor attribute of the SOAP header element.
Esempio 1. Some examples
<?php$client = new SoapClient(null, array('location' => "http://localhost/soap.php", 'uri' => "http://test-uri/"));$client->__call("echoVoid", null, null, new SoapHeader('http://soapinterop.org/echoheader/', 'echoMeStringRequest', 'hello world'));?>
Hosting by: hurra.comGenerated: 2007-01-26 17:56:32