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.
我有一个 JBoss 5.1.1 服务器,它需要向外部方发送 SOAP 消息。该方提供了一些我用来生成 WebService 代码的 WSDL 文件。这一切都很好。
但是,现在我需要为 SOAP 消息启用 GZIP 支持。理论上,它就像在 SOAP 请求的 HTTP 消息中添加“Accept-Encoding: gzip, deflate”头一样简单。然后,外部方将使用 GZIP 编码发送响应。但是,我还没有找到让 JBoss 添加该标题的方法。我希望这里的人可以告诉我如何做到这一点。