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

NAME

WSDL::XML::Generator - The way WSDL::XML::Generator is creating a lots of xml with WSDL file by wsdl name and type name.

VERSION

Version 0.02

SYNOPSIS

1. Just find out Type in WSDL file, write test xml sample, it may be modified to your enviroment, because the generated xml file not related message/portType/service, in here, i supposed the portType type and message are having the same name.

2. Secondly, the WSDL file always has xsd schema file that defined all data types, you need fill the xml content by the those types.

    use WSDL::XML::Generator qw( write list_data_node );
    write('t/test.wsdl'); 
    list_data_node('t/test.wsdl');

EXPORT

 write list_data_node

SUBROUTINES/METHODS

 write()

 list_data_node()

AUTHOR

Linus, <yuan_shijiang at 163.com>

BUGS

Please report any bugs or feature requests to bug-wsdl-xml-generator at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WSDL-XML-Generator. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc WSDL::XML::Generator

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright 2012 Linus.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.