legacy-service-endpoint-smoke
Smoke-test WCF and ASMX surfaces without standing up IIS
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Smoke-test WCF and ASMX surfaces without standing up IIS
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Squad branching model: main-only workflow with feature branches
{what this skill teaches agents}
Wire legacy .NET Framework service hosts through Enterprise Library-flavored appSettings so Unity, service location, exception policies, logging, and database aliases all hang off one configuration seam.
Build internal order-management Web Forms pages with ObjectDataSource, GridView, DetailsView, and ViewState-heavy filter handling.
Build a believable mid-2000s .NET data layer around connection catalogs, stored-procedure wrappers, DataSets, and repository facades.
Anchor store-ops workbench screens in separate StoreOps tables for order state, status snapshots, workforce alerts, and zone bulletins, with dispatch tickets linked back to orders.
| name | legacy-service-endpoint-smoke |
| description | Smoke-test WCF and ASMX surfaces without standing up IIS |
| domain | testing |
| confidence | high |
| source | earned |
Use this when a legacy .NET Framework solution has web-hosted WCF or ASMX endpoints that need believable regression coverage, but the repo does not have a cheap integration harness for IIS-hosted execution.
.svc or .asmx host directive plus the service web.config to catch wiring drift such as missing metadata endpoints, binding names, or enabled HTTP protocols.src\before\Fabrikam.EnterprisePizza.Legacy.Tests\SmokeTests\StoreDispatchServiceFixture.cssrc\before\Fabrikam.EnterprisePizza.Legacy.Tests\SmokeTests\PartnerSyncServiceFixture.cs