Back to Dolibarr

README

htdocs/includes/nusoap/lib/README.md

23.0.22.1 KB
Original Source
<h1 align=center>NuSOAP</h1> <p align=center> NuSOAP is a rewrite of SOAPx4, provided by NuSphere and Dietrich Ayala. It is a set of PHP classes - no PHP extensions required - that allow developers to create and consume web services based on SOAP 1.1, WSDL 1.1 and HTTP 1.0/1.1. </p> <p align=center> šŸ•¹ <a href="https://f3l1x.io">f3l1x.io</a> | šŸ’» <a href="https://github.com/f3l1x">f3l1x</a> | 🐦 <a href="https://twitter.com/xf3l1x">@xf3l1x</a> </p> <p align=center> All credits belongs to official authors, take a look at <a href="https://sourceforge.net/projects/nusoap/">sourceforge.net/projects/nusoap/</a> </p> <p align=center> <a href="https://github.com/pwnlabs/nusoap/actions"></a> <a href="https://coveralls.io/r/pwnlabs/nusoap"></a> <a href="https://packagist.org/packages/econea/nusoap"></a> <a href="https://packagist.org/packages/econea/nusoap"></a> <a href="https://packagist.org/packages/econea/nusoap"></a> </p>

Info

Installation

To install this library use Composer.

composer require econea/nusoap

Usage

php
// 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);

Development

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.