C
C#4w ago
Mike Chase

✅ 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
Unknown User4w ago
Message Not Public
Sign In & Join Server To View
Mike Chase
Mike ChaseOP4w ago
Thanks, this looks like a good starting point.
Mike Chase
Mike ChaseOP4w ago
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.
Mike Chase
Mike ChaseOP4w ago
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
Unknown User4w ago
Message Not Public
Sign In & Join Server To View
MODiX
MODiX4w ago
If you have no further questions, please use /close to mark the forum thread as answered

Did you find this page helpful?