# DigDes/SoapCore

SOAP extension for ASP.NET Core

Repository: https://github.com/DigDes/SoapCore
Canonical: https://ross.abutalabs.com/products/soapcore
Language: C#
License: MIT
License Family: permissive
Topics: soap, middleware
Last push: 2026-06-09T13:34:44+00:00

## Health v2 (maintenance only)
Score: 89/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 86, release rhythm 87, longevity 100
- inputs: {"age_days": 3537, "days_push": 85, "days_rel": 85, "gap_med": 7.0, "n_releases_24m": 21}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1055, forks 393 (observed 2026-08-28T04:03:24.277512+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: middleware, serialization, http-server, web-framework
- domain: web-development, backend, apis
- platform: dotnet, cross-platform
- tags: soap, wcf, aspnet-core, xml, web-server

## Member repositories
- DigDes/SoapCore (main) score 89

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:24.277512+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:58:27.118419+00:00, confidence not recorded.
  - readme: https://github.com/DigDes/SoapCore (fetched 2026-08-28T04:03:24.277512+00:00, sha 203020a4ee20)
- Data as of 2026-08-30T08:39:29.467469+00:00.
