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.
目前我正在使用 Axis 对 Rally 的 Web 服务进行 Restfull SOAP 调用,但是每次 wsdl 发生变化时应用程序都会中断。切换到 CXF 会解决这个问题吗?
不。WSDL 的意义在于它是一个契约。如果架构发生变化,客户端应用程序就会中断。
如果你想要一些不那么紧密耦合的东西,你可以禁用模式验证(一些更改仍然会破坏事情)或者使用更灵活的东西,比如 JSON。
哦,没有“RESTful SOAP”之类的东西。REST 和 SOAP 是备选方案。