The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebService::TestSystem::Host - Methods for inspecting or placing requests against a particular system under test.

SYNOPSIS

    my $host = new WebService::TestSystem::Host;

DESCRIPTION

WebService::TestSystem::Host provides a set of routines for gathering information about a specific host and for placing requests against a given host. This permits inspecting the host's state, checking the machine out from the regular queue and reserving it for a period of time, etc.

The routines in this module are all considered 'private access', and should not be exported directly through SOAP. Instead, they are called from a higher level routine in WebService::TestSystem.

FUNCTIONS

new(%args)

Establishes a new WebService::TestSystem::Host instance.

You must give it a valid WebService::TestSystem object in the 'app' argument.

get_error()

Returns the most recent error message. If any of this module's routines return undef, this routine can be called to retrieve a message about what happened. If several errors have occurred, this will only return the most recently encountered one.