| WSDL-Generator documentation | view source | Contained in the WSDL-Generator distribution. |
WSDL::Generator::Schema - Generate wsdl schema for WSDL::Generator
use WSDL::Generator::Schema;
my $schema = WSDL::Generator::Schema->new('mytargetNamespace');
$schema->add($struct);
$schema->add($struct2);
print $schema->get->to_string;
$namespace is optional. Returns WSDL::Generator::Schema object
Generate a wsdl schema for the structure sent
$namespace is optional (it must be specified here or in new method). Returns the Schema wsdl array of lines
WSDL::Generator
"Pierre Denis" <pdenis@fotango.com>
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.
| WSDL-Generator documentation | view source | Contained in the WSDL-Generator distribution. |