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.
我需要使用 Velocity 创建一个 SOAP 消息。我只是想知道如何从 Velocity 模板中获取 SOAP 消息对象?据我所知,速度模板被评估为字符串。
感谢您的帮助
不确定这是否仍然相关,您可以使用速度(作为字符串)生成 SOAP XML 消息,然后使用普通 HTTP 客户端执行 POST。您是否使用某种框架,必须将速度输出反序列化为 SOAP 消息对象?
Velocity 确实只输出 a String,因此您有一个选择:将 XML 重新解析为一个对象。
String