diff --git a/src/nusoap.php b/src/nusoap.php index f5bf034..428155a 100644 --- a/src/nusoap.php +++ b/src/nusoap.php @@ -6068,7 +6068,7 @@ function serializeType($name, $type, $value, $use = 'encoded', $encodingStyle = } $attrs = $value->attributes; $value = $value->value; - $this->debug("in serializeType: soapval overrides value to $value"); + $this->debug("in serializeType: soapval overrides value to " . $this->varDump($value)); if ($attrs) { if (!is_array($value)) { $value['!'] = $value;