Skip to content

Conversation

@pcf0
Copy link
Contributor

@pcf0 pcf0 commented Jan 17, 2026

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.

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.

1 participant