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

Build Status

NAME

App::soapcli - SOAP client for CLI with YAML and JSON input and output

SYNOPSIS

my $app = App::soapcli->new(argv => [qw( calculator.yml calculator.url )]);
$app->run;

DESCRIPTION

This is core module for soapcli utility.

ATTRIBUTES

METHODS

SEE ALSO

http://github.com/dex4er/soapcli, soapcli.

AUTHOR

Piotr Roszatycki dexter@cpan.org

LICENSE

Copyright (c) 2011-2015 Piotr Roszatycki dexter@cpan.org.

This is free software; you can redistribute it and/or modify it under the same terms as perl itself.

See http://dev.perl.org/licenses/artistic.html