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.
我们的项目有轴,现在我们需要添加一些新的 web 服务,json 来自 html 客户端。我的问题是我可以使用 cxf 实现新的 Web 服务并保留旧的轴 Web 服务。还是我们必须将所有轴迁移到 cxf?
你很可能会遇到问题。CXF 需要较新版本的 wsdl4j、xmlschema、wss4j、neethi 等……它们可能适用于旧版 Axis 运行时,也可能不适用。有些像 wsdl4j 可能工作得很好。其他的可能有很大的问题。
实际上这个问题可以通过部署多个指向同一个域的战争来解决。不同的战争会有不同的网络服务。所以jar的版本不会有任何冲突。