Help language development. Donate to The Perl Foundation

SOAP::Client zef:raku-community-modules last updated on 2022-03-06

a8f2bb03f7c99bc6f1751a3b3f686eb8b41c76ef/

SOAP::Client

Raku library that acts as a SOAP client.

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

Synopsis

use SOAP;

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

Authors

Initially by Andrew Egeler retupmoca, currently managed by the Raku community in the Raku modules adoption center

LICENSE

Licensed under the MIT license.