The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

WSDL::Generator::Base - Base class for WSDL::Generator::*

SYNOPSIS

use base 'WSDL::Generator::Base';

METHODS

get_wsdl_element($param, $tab)

$param contains the parameters to parse the element template. $tab is the depth of the structure - optional - useful for indented display. Returns an array of elements ready to be displayed.

to_string()

Returns a string containing lines of WSDL data

dumper($struct)

Extends the data structure received by adding data type infos at each branch

SEE ALSO

WSDL::Generator

AUTHOR

"Pierre Denis" <pdenis@fotango.com>

COPYRIGHT

Copyright (C) 2001, Fotango Ltd - All rights reserved. This is free software. This software may be modified and/or distributed under the same terms as Perl itself.