我在 Spring MVC 上有 Web 应用程序,并正在寻找 SOAP 消费者 - 与 Spring MVC 一起使用的框架。Web 应用程序只是消费者,不托管任何 Web 服务。我正在寻找 SOAP 客户端的选项是:
1. JAX-WS
2. Spring MVC & Spring-WS
3. Apache Axis or CXF
4. Spring Integration or Camel. Can these be used for consumption of
services too? Won't that be overhead?
你有什么建议?如果不在上述列表中,请推荐最佳选择。
提前致谢。