nusoap
nusoap copied to clipboard
Notice: Array to string conversion
The $v
variable can be an array
https://github.com/fergusean/nusoap/blob/463c772ae805aed7f396d89e6dce1dc0ce4c038b/lib/class.wsdl.php#L1550
This can be handled like this
$this->debug(sprintf('serializing array element: %s, %s of type: %s', $k, json_encode($v), $typeDef['arrayType']));