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.
我有一个 JAX-WS WebService 正在运行,我想在其中添加一个 RESTFUL 方法来返回 HTTP 响应,而无需编写新服务。
有什么办法吗?
非常感谢
JAX-WS 是一个用于 SOAP Webservices 的 API,它是基于 XML 传输信息的,而不是一些通过 http - REST 方式的数据。
您的服务堆栈是什么?地铁,轴2?
如果您使用 CXF,它为您提供两种服务的可能性。
您也可以在同一个应用程序中加入这两种技术。