Hi everyone.
I am currently working on a project and I am new to php xmlrpc and openerp.
I came across sample codes but I cannot figure out the method being called nor
is it documented in the OpenERP xmlrpc definitions.
The link for the sample code is :
http://doc.openerp.com/v5.0/developer/6_22_XML-RPC_web_services/index.html
The link for the method definitions is here : http://doc.openerp.com/v5.0/developer/2_5_Objects_Fields_Methods/methods.html
I don't understand how the xmlrpcmsg is being built, more precisely in the sample code, what does this part do :
$msg = new xmlrpcmsg('execute');
Please anyone, guide me on this one.