You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present there is no support to use test data in the form of a complete SOAP envelope with request/response matchers and message creators. Such data can be easily obtained from TRACE level logs, so the SOAP envelope support is a useful feature.
Thanks for accepting my proposal :) I almost forgot about this issue. However, since I've attached the first file I made a small but important correction - added the following block to SoapEnvelopeDiffMatcher:
static {
XMLUnit.setIgnoreWhitespace(true);
}
Please either add it manually or discard the previous patch and apply the new one I'm attaching with this comment.
Alexander Shutyaev opened SWS-786 and commented
At present there is no support to use test data in the form of a complete SOAP envelope with request/response matchers and message creators. Such data can be easily obtained from TRACE level logs, so the SOAP envelope support is a useful feature.
Affects: 2.1 GA
Attachments:
Referenced from: commits 001e972, 71e81b0
The text was updated successfully, but these errors were encountered: