How do I log the actual SOAP requests in XML format

20 Views Asked by At

In VS2019, I've added a connected service and configured it to point to a SOAP service. Using .NET Core how to log the exact XML which is being sent to the SOAP from Reference.cs class.

We need to log the complete xml format with SOAP envelop in .NET core. I will be grateful to hear any ideas.

Thank you

0

There are 0 best solutions below