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
Please note that Nancy is no longer being maintained.
Consider swtiching to another framework - perhaps Carter.
Please see https://devzone.channeladam.com/library/channeladam-nancy-soap/
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