Exemplo n.º 1
0
 public function indexAction()
 {
     $cliente = new SoapClient($this->_WSDL_URI . '/wsdl', array('encoding' => 'UTF-8'));
     return new ViewModel(array('testa' => $cliente->testa()));
 }