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

Fix Soap12 for HTTP #3426

Merged
merged 1 commit into from
Mar 4, 2019
Merged

Fix Soap12 for HTTP #3426

merged 1 commit into from
Mar 4, 2019

Conversation

mconnew
Copy link
Member

@mconnew mconnew commented Mar 2, 2019

Fixes #2711
Remove test for NetTcp as not valid config for NetTcp, only HTTP

@StephenBonikowsky
Copy link
Member

Signing-off but would like to understand more about the fix, was Soap12 never supposed to be supported in the NetTcp code path?

@mconnew
Copy link
Member Author

mconnew commented Mar 4, 2019

When I used the same binding config for Soap12 on .NET Framework, I got the exact same exception as we were seeing in the test on .NET Core. I checked the code path and there's an unavoidable exception (no other conditions can prevent it) when using AddressingVersion.None with NetTcp. I did a quick look for any documentation about it and couldn't find it, but the code is very straightforward.

@mconnew mconnew merged commit 7f0e6db into dotnet:master Mar 4, 2019
@mconnew mconnew deleted the 2711-Soap12 branch March 4, 2019 19:00
@Lxiamail Lxiamail added this to the 3.0 milestone Apr 10, 2019
@Lxiamail Lxiamail added the bug This is a product bug. label Apr 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This is a product bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants