NAME

wsdl-parser - Parses a WSDL file to generate a SOAP client

VERSION

This documentation refers to wsdl-parser version 0.02.

SYNOPSIS

  wsdl-parser [option] package wsdl_file_or_url

OPTIONS:
 -s --show     Show some info about the passed WSDL file
 -b --module-base[=]str
                   Let the program auto generate package names with this value
                   as the base of the module name. (Note packages will be valid
                   but not pretty)
 -n --namespace-map ns=package
               A mapping of XSD namespaces (ns) to perl package names, it
               is required when writing XSD files
 -f --map-file[=]file
               File that contains mappings of name
 -l --lib[=]dir
               Directory where generated modules should be writted, the
               default is ./lib
 -p --path[=]str
               Extra template toolkit directories if you want to override
               default templates.
 -S --save     Save all downloaded WSDLs & XSDs

 -v --verbose  Show more detailed option
    --version  Prints the version information
    --help     Prints this help information
    --man      Prints the full documentation for wsdl-parser

DESCRIPTION

SUBROUTINES/METHODS

CONFIGURATION AND ENVIRONMENT

DEPENDENCIES

INCOMPATIBILITIES

BUGS AND LIMITATIONS

There are no known bugs in this module.

Please report problems to Ivan Wills (ivan.wills@gmail.com).

Patches are welcome.

AUTHOR

Ivan Wills - (ivan.wills@gmail.com)

LICENSE AND COPYRIGHT

Copyright (c) 2012 Ivan Wills (14 Mullion Close, Hornsby Heights, NSW Australia 2077). All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.