Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/channeladam/channeladam.nancy.soap

DEPRECATED - A .NET library of helpers and extensions for working with SOAP payloads in the Nancy web framework.
https://github.com/channeladam/channeladam.nancy.soap

channeladam dotnet dotnet-standard nancy nancy-fx soap-payloads

Last synced: 8 days ago
JSON representation

DEPRECATED - A .NET library of helpers and extensions for working with SOAP payloads in the Nancy web framework.

Awesome Lists containing this project

README

        

# ChannelAdam.Nancy.Soap

A .NET library of helpers and extensions for working with SOAP payloads in the Nancy web framework.

Targets:

- .NET 5.0
- .NET Standard 2.0

---

## DEPRECATION NOTICE

Please note that [Nancy is no longer being maintained](https://github.com/NancyFx/Nancy#-announcement----nancy-is-no-longer-being-maintained).

Consider swtiching to another framework - perhaps [Carter](https://github.com/CarterCommunity/Carter).

---

## Usage Documentation

Please see https://devzone.channeladam.com/library/channeladam-nancy-soap/

## More Information

A sample SOAP Nancy Module: https://github.com/channeladam/ChannelAdam.Nancy.Soap/blob/master/src/BehaviourSpecs/SampleSoapNancyModule.cs

How to easily build SOAP 1.1 and 1.2 payloads:
https://github.com/channeladam/ChannelAdam.Soap
https://devzone.channeladam.com/library/channeladam-soap

How to use the Nancy Soap Adapter in an automated unit test (in .NET Core / .NET 5):
https://github.com/channeladam/ChannelAdam.Nancy.Soap/blob/master/src/BehaviourSpecs/NancySoapAdapter.feature
https://github.com/channeladam/ChannelAdam.Nancy.Soap/blob/master/src/BehaviourSpecs/TestCaseNancyModule.cs
https://github.com/channeladam/ChannelAdam.Nancy.Soap/blob/master/src/BehaviourSpecs/NancySoapAdapterUnitSteps.cs