示例#1
0
 protected function renderWsdlFile($objectName)
 {
     header('HTTP/1.1 200 OK');
     header('Content-type: text/xml; charset=utf-8');
     $tpl = new Template\Templater();
     $tpl->render($this->getWsdlParams('view_path') . $objectName . '.wsdl', $this->getWsdlParams());
 }