X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=blobdiff_plain;f=lib%2Fxmlrpc_wrappers.inc;h=cec33742a9d60caf88c1e84b903af16dc720e6d8;hp=3c2390a21506e23f139209e6e4f50812aeb466f3;hb=1c13905fd4fc8b5177aab001489e6f6bf557389a;hpb=f62d1ade29f82f7986e58386ed78e32be3839ed9 diff --git a/lib/xmlrpc_wrappers.inc b/lib/xmlrpc_wrappers.inc index 3c2390a..cec3374 100644 --- a/lib/xmlrpc_wrappers.inc +++ b/lib/xmlrpc_wrappers.inc @@ -172,7 +172,7 @@ function build_remote_method_wrapper_code($client, $methodName, $xmlrpcFuncName, for ($i = 1; $i < $pCount; $i++) { $plist[] = "\$p$i"; $pType = $mSig[$i]; - if ($pType == 'i4' || $pType == 'int' || $pType == 'boolean' || $pType == 'double' || + if ($pType == 'i4' || $pType == 'i8' || $pType == 'int' || $pType == 'boolean' || $pType == 'double' || $pType == 'string' || $pType == 'dateTime.iso8601' || $pType == 'base64' || $pType == 'null' ) { // only build directly xmlrpc values when type is known and scalar