-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
correctly serialize MTOM into axios data and add Content-Encoding: gzip support in soap request #1173
Conversation
content was empty when using MTOM and Content-Lenfth was 0, so i added the logic for serializing the multiparts into the body. |
please undo all the style changes. i can't even see what you changed with all the whitespace changes... |
sorry, prettier was activated ;-) i have removed the style changes now. BR |
I added support to enforce gzip compression in soap request |
@ischisan do you have a way of adding a test for this? |
this is hardly possible since the soap server does not support MTOM. Maybe I can add that server functionality later, but not before next month. I would provide a test for server and client after that. |
that would be great if you could follow up when you can @ischisan |
No description provided.