I have the following problem, I have a Visual Studio 17.9.6 .Net MAUI, I have a .asmx service that when connected by soap 1.2 in EndpointConfiguration in the GetBinding in the HttpsTransportBindingElement part I get the following error:
System.ArrayTypeMismatchException
Attempted to access an element as a type incompatible with the array.
If I try it in older versions, for example in 17.8.6, you can do it without any problems.
Does it have anything to do with the version that has changed something?