Skip to content

Fix support for MessageVersion.Soap12#1178

Merged
andersjonsson merged 2 commits into
DigDes:developfrom
pcf0:Soap12
May 29, 2026
Merged

Fix support for MessageVersion.Soap12#1178
andersjonsson merged 2 commits into
DigDes:developfrom
pcf0:Soap12

Conversation

@pcf0

@pcf0 pcf0 commented Jan 17, 2026

Copy link
Copy Markdown
Contributor

MessageVersion.Soap12 was introduced (or to be more precise, the missing API has been added) with System.ServiceModel.Primitives version 6.1.0: dotnet/wcf@7b01263

For this reason, the comparison with this SOAP version was probably missing in the code, because this cannot be called with the version of .NET Core 3.1.

I have replaced the comparison to the concrete MessageVersion with the EnvelopeVersion in the code passages, because this is actually the point of interest.

I had noticed this, because when calling the ...?wsdl URL the error “Unsupported MessageVersion encountered while writing envelope.” was thrown.

@andersjonsson andersjonsson merged commit 9a6ffbb into DigDes:develop May 29, 2026
3 checks passed
@andersjonsson

Copy link
Copy Markdown
Collaborator

Thank you!

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants