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

NAME

SOAP::Lite::Utility

SYNOPSIS

use SOAP::Lite::Utility; my $obj = new SOAP::Lite::Utility;

DESCRIPTION

SOAP::Lite::Utility provides several helpful routines for implementing a SOAP::Lite-based client.

FUNCTIONS

create_soap_instance($resource, $server)

Creates the soap instance

soap_assert($response)

Prints out any errors encountered in a soap call. It takes as its argument a valid response object returned by SOAP::Lite. It returns undef if there is a fault, or $response->result otherwise.

PREREQUISITES

This script requires the SOAP::Lite module.

VERSION

0.01

SEE ALSO

perl(1) SOAP::Lite

AUTHOR

Bryce Harrington <bryce@bryceharrington.org>

http://www.bryceharrington.org/

COPYRIGHT

Copyright (C) 2005 Bryce Harrington. All Rights Reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

REVISION

Revision: $Revision: 1.2 $

1 POD Error

The following errors were encountered while parsing the POD:

Around line 74:

L<> starts or ends with whitespace