'Are there other xml-rpc implementation for executing python functions from java client?
We are using apache implementation of xml rpc to execute python function calls on a non web application. The client is a spring boot application written in java. The problem is that we want to use an xml rpc library that is not vulnerable to the data serialization vulnerability found in apache 3.1. the questions are:
- Is there an alternative xml-rpc implementation that could be use instead?
- Can I use Jax xml rpc and if so, how can the client/server be implemented? There are not much examples out there?
- What about jax-ws rpc style?
Any answers will be highly appreciated.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
