SOAP::Client

Quick and dirty SOAP client

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.

SOAP::Client v1.0.1

Quick and dirty SOAP client

Authors

  • Andrew Egeler
  • Raku Community

License

Dependencies

XMLLWP::Simple

Test Dependencies

Provides

  • SOAP::Client
  • SOAP::Client::WSDL

Documentation

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.