我可以使用什么方法来对 SAAJ SOAPMessage 的输出进行单元测试?
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论