Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SOAP envelope Matcher / MessageCreator [SWS-786] #868

Closed
gregturn opened this issue Jul 20, 2012 · 4 comments
Closed

SOAP envelope Matcher / MessageCreator [SWS-786] #868

gregturn opened this issue Jul 20, 2012 · 4 comments

Comments

@gregturn
Copy link
Contributor

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

@gregturn
Copy link
Contributor Author

Alexander Shutyaev commented

I'm attaching a patch that contains all the required changes on this issue and also some tests. Can someone review it?

P.S. The patch was made using svn revision #2000.

@gregturn
Copy link
Contributor Author

Arjen Poutsma commented

Patch applied. Thanks!

@gregturn
Copy link
Contributor Author

Alexander Shutyaev commented

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.

@gregturn
Copy link
Contributor Author

Arjen Poutsma commented

Done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants