SOAPHeader Property
Contents of the optional SOAP header sent to the server.
Object Oriented Interface
public function getSOAPHeader(); public function setSOAPHeader($value);
Procedural Interface
ipworks_soap_get($res, 52 ); ipworks_soap_set($res, 52, $value );
Default Value
''
Remarks
This property is used only while building SOAP requests.
This property is not available at design time.
Data Type
String