fix to make XmlMimeTypeConvert work
This commit is contained in:
parent
f6a0dcf9a7
commit
e697d41cc3
|
@ -162,6 +162,7 @@ abstract class SoapMessage
|
|||
{
|
||||
if (null !== $this->contentDomDocument) {
|
||||
$this->content = $this->contentDomDocument->saveXML();
|
||||
$this->contentDomDocument = null;
|
||||
}
|
||||
return $this->content;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue