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.
我正在为我的下一个项目探索 Restlet。其中一项要求是与传统的基于 SOAP 的服务进行通信。向客户端提供 RESTful 样式但通过 SOAP 与此后端服务器通信的最佳实践是什么?
Restlet 提供了完整的 HTTP 客户端 API,因此即使您的后端是 SOAP 服务器,您仍然可以与其通信。
尽管 Restlet 不包含通常的 SOAP 堆栈,但您可以轻松地使用 FreeMarker/Velocity 模板发送 SOAP 消息和 XPath 处理以从答案中提取有价值的内容。