What is XML-RPC and why we use it?
XML-RPC is created by Dave winer in 1998. It is XML based protocol, used to transmit information between computer systems through network. RPC stands for remote procedure call and it uses XML to encode the calls. To transmit information it uses HyperText Transfer Protocol (HTTP) request. RPC gives developers a mechanism for defining interfaces that can be called over a network.
By using XML-RPC two or more computers running different operating systems and programs written in different languages to share processing and in formations. For example, an Odoo application could talk with a PHP program or an Android Application which in turn talks with Python application that talks with ASP, and so on.
6 Comments
hi guys,
ReplyDeleteplease could i have the bit of XML-RPC code, which allows to create an invoice ?????
for odoo 11 or 13
I will upload soon for record creation in odoo13 using xml rpc
Deleteyou have a return in your code, but no function
ReplyDeleteYup you can use this function to get user, pwd and database info, i am printing all of this on a button click, thats why i have no function
DeleteHow can l use it for instagram handle
ReplyDeleteHow can l use it for instagram handle
ReplyDelete