setOperationRefIdentifier('readResult'); parent::__construct($statusInfo, $bodyParam); } protected function generateBody(SimpleXMLElement $xmlBody) { $resultResponse = $xmlBody->addChild('readResultResponse'); $xmlResultScore = $resultResponse->addChild('result') ->addChild('resultScore'); $xmlResultScore->addChild('language', 'en'); $xmlResultScore->addChild('textString', $this->bodyParams); } }