Anders Mörner

Results 47 comments of Anders Mörner

Closing this PR. Please resolve conflicts and re-open if still relevant

+1 I want this feature as well

Could you please update your branch from the latest "develop"? Needed to fix some things to make CI work

Please update your branch with the latest "develop". I've fixed the issues there

I think you pulled the changes from your own develop-branch, including the code for custom serializers.

When I look at the code for resolving IMessageInspector2 I'm not sure that the changes make sense. Since the serviceProvider is passed in to each invoke it should be resolved...

What does the incoming xml look like? You can add a middleware, like this: ``` app.Use(async (context, next) => { if (context.Request.Method == "POST") { //This line allows us to...

Ok, then you need to read the stream in some other way, like a streamreader

Yes, that should be a TryParse. The configured WriteEncoding will be used as a fallback if this method returns null, so there is already logic for that. With that said...

Should be fixed in https://github.com/DigDes/SoapCore/pull/1033