Bundle-WATERKIP
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
bin/opnpost view on Meta::CPAN
use Pod::Usage;
use XML::LibXML;
my $script_name = $FindBin::Script;
my %options = (
timeout => 60,
X => 'POST',
'ca-path' => '/etc/ssl/certs',
);
my @required = qw(content endpoint);
my @options = qw(help endpoint=s content=s content-type=s timeout=i k d v cc=s ca=s ca-path=s X=s man redir=s@ agent=s r);
if ($script_name eq 'opnpost') {
push(@required, 'content-type');
push(@options, 'wrap-soap');
push(@options, 'soap-version=s');
push(@options, 'soap-action=s');
}
elsif ($script_name eq 'opnsoap') {
$options{'content-type'} = 'application/xml';
$options{'soap-version'} = 1.1;
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.134 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )