✅ Looking for help using XMLRPC with a dotnet core WebAPI Project.
Any pointers to example on how to use XMLRPC with a webapi project (ideally I'd like to support both XML and JSON payloads). I saw something like this done with Swagger years ago but now I need it with a C# Project and not finding examples or docs for how to set it up.
6 Replies
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
Thanks, this looks like a good starting point.
Well I'm going to answer my own question with an article that at least partially addresses it.
https://www.c-sharpcorner.com/article/asp-net-core-web-api-configure-formats/
ASP.NET Core Web API - Configure Formats
ASP.NET Core Web API Configure Formats. In this article, we will learn how to configure formats in ASP.NET Core Web API.
Stack Overflow
How to configure the default XmlSerializer used in .net core api
Does anybody know how to configure the XML serializer which is added when you use the IMVCBuilder in the Startup up class of a .net core api project. Specifically when you use this:
services.AddMv...
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
If you have no further questions, please use /close to mark the forum thread as answered