Skip to content

raku-community-modules/SOAP-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Actions Status Actions Status Actions Status

NAME

SOAP::Client - Quick and dirty SOAP client

SYNOPSIS

use SOAP::Client;

my $temp = SOAP::Client.new('https://www.w3schools.com/xml/tempconvert.asmx?WSDL');
say $temp.call('CelsiusToFahrenheit', Celsius => 100);

DESCRIPTION

Warning: This library currently only supports the simplest of SOAP calls.

AUTHOR

Andrew Egeler

COPYRIGHT AND LICENSE

Copyright 2015- 2017 Andrew Egeler

Copyright 2018 - 2024 Raku Community

Licensed under the MIT license.