Raku library that acts as a SOAP client.
Warning: This library currently only supports the simplest of SOAP calls.
use SOAP;
my $temp = SOAP::Client.new('https://www.w3schools.com/xml/tempconvert.asmx?WSDL');
say $temp.call('CelsiusToFahrenheit', Celsius => 100);
Initially by Andrew Egeler retupmoca
, currently managed by
the Raku community in the Raku modules adoption center
Licensed under the MIT license.