autoRender = FALSE; $this->Soap->handle($model, 'wsdl'); } /** * Provide WSDL for a model */ function wsdl($model) { $this->autoRender = FALSE; echo $this->Soap->getWSDL($model, 'call'); } } ?>