rawResponse->body; if (empty($content)) { throw new OssException("body is null"); } $xml = simplexml_load_string($content); return $xml; } }