
SOAP::Lite::Utility

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

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

Creates the soap instance
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.

This script requires the SOAP::Lite module.

0.01


Bryce Harrington <bryce@bryceharrington.org>
http://www.bryceharrington.org/|http://www.bryceharrington.org/

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: 1.2 $