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

NAME

WSDL::Generator::Schema - Generate wsdl schema for WSDL::Generator

SYNOPSIS

  use WSDL::Generator::Schema;
  my $schema = WSDL::Generator::Schema->new('mytargetNamespace');
  $schema->add($struct);
  $schema->add($struct2);
  print $schema->get->to_string;

CONSTRUCTOR

new($namespace)

$namespace is optional. Returns WSDL::Generator::Schema object

METHODS

add($struct)

Generate a wsdl schema for the structure sent

get($namespace)

$namespace is optional (it must be specified here or in new method). Returns the Schema wsdl array of lines

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.