Can you call WCF SOAP based endpoints using Azure API/M?
How can I call my WCF Soap based messages using Azure API/M? We have http offloading as well. What do I need to do in order to allow those messages thru API/M?
Client certificate Code not working in .net 8
I’ve encountered an issue where I need to include a client certificate when making calls to my Azure APIM. Everything functions correctly when using Postman or C# code written in .NET Framework 4.8. However, when attempting to execute the same code in .NET 8.0, it fails to work.