fergusean / nusoap

NuSOAP re-packaged for Packagist/Composer
http://sourceforge.net/projects/nusoap/
GNU Lesser General Public License v2.1
23 stars 72 forks source link

Notice: Array to string conversion #15

Open ayaou opened 4 years ago

ayaou commented 4 years ago

The $v variable can be an array

https://github.com/fergusean/nusoap/blob/463c772ae805aed7f396d89e6dce1dc0ce4c038b/lib/class.wsdl.php#L1550

ayaou commented 4 years ago

This can be handled like this

$this->debug(sprintf('serializing array element: %s, %s of type: %s', $k, json_encode($v), $typeDef['arrayType']));