Merge pull request #6 from aschamberger/master

XML Mime contentType support
This commit is contained in:
Christian Kerl 2012-02-13 02:17:27 -08:00
commit 9b912a51b2
1 changed files with 1 additions and 0 deletions

View File

@ -162,6 +162,7 @@ abstract class SoapMessage
{ {
if (null !== $this->contentDomDocument) { if (null !== $this->contentDomDocument) {
$this->content = $this->contentDomDocument->saveXML(); $this->content = $this->contentDomDocument->saveXML();
$this->contentDomDocument = null;
} }
return $this->content; return $this->content;
} }