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 服务。是否可以在不通知我的客户的情况下将 Web 服务发布 API 从 Axis2 迁移到 CXF?他们是否必须更改他们的客户端代码?这种迁移的其他影响是什么?
只要服务的 WSDL 保持不变,客户端代码根本不需要更改。在线soap 消息,只要它们与wsdl 匹配,就应该完全相同。