我可以使用什么方法来对 SAAJ SOAPMessage 的输出进行单元测试?

发布于 2024-10-07 09:51:03 字数 273 浏览 2 评论 0原文

我正在使用 SAAJ 创建 SOAP 信封,其中包含正文中的 XML 内容和一组作为 HTTP multipart/mixed 内容的附件,我需要为创建 SOAPMessage 的方法创建一个单元测试,并且SoapConnection.call() 的最终输出。

我当前的方法是将soapMessage.write()的结果(此方法将附件和soapEnvelope作为HTTP请求输出)与实际的预期结果进行比较,但我在解析HTTP请求和比较生成的SOAP时遇到了各种麻烦留言,有什么建议吗?

I'm using SAAJ to create SOAP envelops that contain XML content in the body and a group of attachments as HTTP multipart/mixed content, I need to create a unit test for the method that creates SOAPMessage and the final output of SoapConnection.call().

My current approach is to compare the result of soapMessage.write() (this method outputs the attachment and the soapEnvelope as HTTP request) with the actual expected result but im having all kind of troubles to parse the HTTP request and in comparing the resulting SOAP messages, any suggestions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文