• Модуль: webservice
  • Путь к файлу: ~/bitrix/modules/webservice/classes/general/soap/soapbase.php
  • Класс: CSOAPEnvelope
  • Вызов: CSOAPEnvelope::__construct
public function __construct()
{
	$this->Header = new CSOAPHeader();
	$this->Body = new CSOAPBody();
}