• Модуль: webservice
  • Путь к файлу: ~/bitrix/modules/webservice/classes/general/soap/soaprequest.php
  • Класс: varCSOAPRequest
  • Вызов: CSOAPRequest::addBodyAttribute
function addBodyAttribute( $name, $value )
    {
        $this->BodyAttributes[$name] = $value;
    }