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


WSDL-Generator documentation  | view source Contained in the WSDL-Generator distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

CONSTRUCTOR

Top

new($namespace)

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

METHODS

Top

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

Top

  WSDL::Generator

AUTHOR

Top

"Pierre Denis" <pdenis@fotango.com>

COPYRIGHT

Top


WSDL-Generator documentation  | view source Contained in the WSDL-Generator distribution.