-
Notifications
You must be signed in to change notification settings - Fork 32
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
Fix action
not set in the 'content-type' header in SOAP 1.2
#116
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #116 +/- ##
==========================================
+ Coverage 96.33% 96.38% +0.05%
==========================================
Files 12 12
Lines 409 415 +6
Branches 283 288 +5
==========================================
+ Hits 394 400 +6
Misses 15 15 ☔ View full report in Codecov by Sentry. |
soapAction
not set in the 'content-type' header in SOAP 1.2 action
not set in the 'content-type' header in SOAP 1.2
Since this is a backword-incompatible change, let's update the version to next minor version. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Purpose
Fixes: #5842