DigDes/SoapCore
SOAP extension for ASP.NET Core observed · 2026-08-28
Health v2 · maintenance only
89/100
- Activity 86
- Release rhythm 87
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 7.0
- age_days: 3537
- days_rel: 85
- days_push: 85
- n_releases_24m: 21
Adoption not part of the score
1055 stars · 393 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
SoapCore is a SOAP protocol middleware library for ASP.NET Core that lets you host SOAP endpoints in modern .NET applications. It supports DataContract and XmlSerializer, ref/out parameters, exceptions, and interoperates with legacy SOAP/WCF clients.
Use cases
- expose a SOAP endpoint from an ASP.NET Core app
- migrate a WCF service to .NET Core while keeping SOAP clients working
- serve .asmx-style SOAP services in modern .NET
- support legacy SOAP clients against a new backend
- add custom SOAP message serialization to an ASP.NET Core service
When to choose
- you need SOAP 1.1/1.2 endpoints on ASP.NET Core
- you must interoperate with existing WCF or ASMX clients
- you are porting WCF server code to .NET 8
When to avoid
- you are building new REST or gRPC APIs with no SOAP requirement
- you need full WCF feature parity such as named pipes or MSMQ transports
- your clients can migrate to JSON-based APIs
Facets
library · maturity active
middleware serialization http-server web-framework web-development backend apis dotnet cross-platform soap wcf aspnet-core xml web-server
1 source
- readme: https://github.com/DigDes/SoapCore · fetched 2026-08-28 · 203020a4ee20
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| DigDes/SoapCore | main | 89 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem