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