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.
我在我的项目中使用 REST Web 服务,并创建 JSON 服务。但我的项目也与其他一些项目有关。那将只接受 SAOP 网络服务。我想将 REST json 转换为 SAOP webservices 。
请有人帮助解决这个问题。
我正在使用 CXF API 创建 JSONS。
您的同一个 Web 服务可以响应 SOAP (XML) 和 REST (JSON) 请求。如评论中所述,您必须使其工作(此处没有自动化)。尽管您不需要重新编写代码。它只是配置和注释。
按照这个链接 - http://cxf.apache.org/docs/jax-rs-and-jax-ws.html