Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在普通java中使用xml-rpc似乎有两种选择:
我应该将哪一个用于 dektop Java 应用程序?或者也许还有另一个非常好的我不知道它存在?
我最终选择了org.apache.xmlrpc,主要是因为我的服务器根本不发送 WSDL 文件。这并不是说 JAX-WS 不可能。实际上,我很确定 JAX-WS 是一种比 Apache XMLRPC 具有更多功能的更强大的解决方案。然而,简单的事实是,我花了大约 4 个小时尝试通过 JAX-WS 实现用户登录 Drupal,但没有结果,之后我转向 Apache XMLRPC,并在 10 分钟内完成了一个工作案例。
org.apache.xmlrpc