Replaced QName->getNamespace() by ServiceDefinition->getNamespace() for headers
This commit is contained in:
@ -23,6 +23,11 @@ class SoapHeader
|
||||
$this->data = $data;
|
||||
}
|
||||
|
||||
public function __toString()
|
||||
{
|
||||
return $this->data;
|
||||
}
|
||||
|
||||
public function getNamespace()
|
||||
{
|
||||
return $this->namespace;
|
||||
|
Reference in New Issue
Block a user