NAME

Elive::Entity - Base class for Elive Entities

DESCRIPTION

This is the base class for bindings to the command adapter, the default Elluminate live API.

data_classes

returns a list of all entity classes

connect

Elive->connect('http://myServer.com/test', some_user => 'some_pass');
my $connection = Elive->connection;

Connects to an Elluminate server instance. Dies if the connection could not be established. If, for example, the SOAP connection or user login failed.

The login user must either be an Elluminate Live! system administrator account, or a user that has been configured to access the Command Toolkit via web services.

SEE ALSO

Elive::DAO
Mouse