SoapCore
SoapCore copied to clipboard
SOAP extension for ASP.NET Core
in the current version 1.1.0.30 "wsp:Policy" element is not ending before "wsdl:types" element - the element is closing at the end of the wsdl ` ` ` ` ` `...
Hi, The problem is that `CancellationToken` is not ignored for any serializer and there's no way to ignore the cancellation token in WSDL: * for `SoapSerializer.XmlSerializer` serializer we get exception...
When using the newest release of the library I am trying to add a service reference to the service however it consistently says that "0 service(s) found at address 'url'"...
### Current Behavior - The configuraiton on `XmlNamespaceOverrides` does not work on all elements of the Xml Response. - The element `Header` keeps the default prefixes (e.g. "s"). - The...
Is it possible to register multiple interfaces on the same endpoint? The code sample below doesn't work app.UseSoapEndpoint("/ServicePath.asmx", new SoapEncoderOptions());
I am trying to replace existing wcf with soapcore but all requests are null. I have successfully used this for other services, however this one seems to be stumping me....
I recently encountered the need to register my `SoapMessageProcessor` as `Scoped`. The existing extensions don't have that flexibility so I had to register it manually. I suggest adding a new...
Can you provide steps necessary to add support for the netHttpbinding with binary encoding? It looks like we would need to create a custom MessageEncodingBindingElement and something similar to WCF's...
We are using SoapCore, and it works just fine, except for one problem. In our Soap Response there is no XML Header like `` in the first line. This leads...
Bumps [Microsoft.AspNetCore.Http](https://github.com/aspnet/AspNetCore) from 2.1.0 to 2.1.22. Release notes Sourced from Microsoft.AspNetCore.Http's releases. .NET Core 2.1.22 Release Notes Download and Install Repos Core CoreCLR CoreFX ASP Core-Setup CLI - 2.1.810 CLI...