AXL-Client-Simple
view release on metacpan or search on metacpan
lib/AXL/Client/Simple/Role/SOAP.pm view on Meta::CPAN
is => 'ro',
isa => 'XML::Compile::Transport::SOAPHTTP',
lazy_build => 1,
);
sub _build_transporter {
my $self = shift;
return XML::Compile::Transport::SOAPHTTP->new(
address => (sprintf 'https://%s:%s@%s:8443/axl/',
$self->username, $self->password, $self->server),
keep_alive => 0,
);
}
has wsdl => (
is => 'ro',
isa => 'XML::Compile::WSDL11',
lazy_build => 1,
);
sub _build_wsdl {
( run in 0.660 second using v1.01-cache-2.11-cpan-df04353d9ac )