Hi there!
I want to consume a SOAP service using CoreWCF in Blazor.
To get a client generated I use SvcUtil and pass the URL to my service WSDL. This client however uses System.ServiceModel which I can't use in wasm as it is not supported.
Can you give me a hint how I can use CoreWCF in the SOAP client?