htdocs/includes/nusoap/lib/README.md
To install this library use Composer.
composer require econea/nusoap
// Config
$client = new nusoap_client('example.com/api/v1', 'wsdl');
$client->soap_defencoding = 'UTF-8';
$client->decode_utf8 = FALSE;
// Calls
$result = $client->call($action, $data);
See how to contribute to this package.
This package is currently maintained by these authors.
<a href="https://github.com/f3l1x"> </a>Consider to support f3l1x. Also thank you for using this package.