X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=demo%2Fclient%2Fwrap.php;h=c13c55d3d5fbfa460efe69891680047aa39ad7d3;hb=b5d242c678774aa0952497d77379f61efad733ec;hp=0b3022d950824dee820cad626fd2daefbbaa3166;hpb=891efe4262d3cc5a379e0454f1f92c9dbdade9f7;p=plcapi.git diff --git a/demo/client/wrap.php b/demo/client/wrap.php index 0b3022d..c13c55d 100644 --- a/demo/client/wrap.php +++ b/demo/client/wrap.php @@ -29,7 +29,7 @@ if ($resp->faultCode()) { foreach ($resp->value() as $methodName) { // $resp->value is an array of strings if ($methodName == 'examples.getStateName') { - $callable = $wrapper->wrap_xmlrpc_method($client, $methodName); + $callable = $wrapper->wrapXmlrpcMethod($client, $methodName); if ($callable) { echo "
  • Remote server method " . htmlspecialchars($methodName) . " wrapped into php function
  • \n"; } else {