News

Whether you use Java’s RMI (Remote Method Invocation) or XML-RPC or SOAP, it’s all the same kind of thing. When the calls and responses are written in XML, however, they’re open to easy ...
Java reflection offers a simple but effective way of hiding some of the complexity of remote procedure calls with XML-RPC (XML-based Remote Procedure Call). In this article, Stephan Maier shows ...
The Java Odoo RPC project provides tooling and abstraction for interactions with your Odoo RPC API (JSON and XML). First, it provides the java-odoo-xml-rpc-core library which provides you some tooling ...
Odoo-Java This library uses XML-RPC to connect to the Odoo ERP system, using Java. This library is still under construction. Depends on the aXMLRPC library by Tim Roes.
XML-RPC Vs. SOAP Vs. REST Web Services in Java – Uniform Using WSWrapper Every day more businesses migrate towards the web. They offer on-line support for their clients.
Learn the benefits and drawbacks of using JAX-RPC SOAP over RESTful web services in Java. Compare interoperability, performance, flexibility, and features.