Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/channeladam/channeladam.nancy.soap
- Owner: channeladam
- License: apache-2.0
- Created: 2016-11-06T07:31:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T11:52:24.000Z (about 2 years ago)
- Last Synced: 2025-01-06T10:42:20.645Z (21 days ago)
- Topics: channeladam, dotnet, dotnet-standard, nancy, nancy-fx, soap-payloads
- Language: C#
- Homepage:
- Size: 1.17 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-soapHow 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