nclient / NClient

:dizzy: NClient is an automatic type-safe .Net HTTP client that allows you to call web service API methods using annotated interfaces or controllers without boilerplate code.
Apache License 2.0
43 stars 11 forks source link

SOAP protocol support #356

Open Kingmidas74 opened 2 years ago

Kingmidas74 commented 2 years ago

Problem: I want to develop some client for elder X service, whom support SOAP 1.1.and 1.2. What is my option with NClient?

Suggestion: create soap provider

As https://documenter.getpostman.com/view/8854915/Szf26WHn of soap services.

smolchanovsky commented 2 years ago

It would be great to support SOAP protocol, but this task seems big, so I'll leave it for the future