Gostaria de saber se tem como, no .net-core5, efetuar o log das mensagens SOAP enviadas e as respostas efetuadas para um servidor SOAP? (de preferencia com o log4net)
Foi configurado as conexões do projeto utilizando WCF.
Gostaria de saber se tem como, no .net-core5, efetuar o log das mensagens SOAP enviadas e as respostas efetuadas para um servidor SOAP? (de preferencia com o log4net)
Foi configurado as conexões do projeto utilizando WCF.
Flavio,
O que você perguntou eu não sei, mas pesquisei alguns sites interessantes que talvez possa te ajudar:
==========================================================
Calling a SOAP service in .net Core
https://stackoverflow.com/questions/48625444/calling-a-soap-service-in-net-core
==========================================================
Integrating with SOAP web services in .NET Core
Magnus Stuhr
Apr 2, 2019
https://stackoverflow.com/questions/48625444/calling-a-soap-service-in-net-core
==========================================================
Consuming SOAP APIs In .NET Core
NOVEMBER 26, 2020
https://khalidabuhakmeh.com/consuming-soap-apis-in-dotnet-core
==========================================================
Como fazer uma chamada soap no .Net Core
https://pt.stackoverflow.com/questions/455863/como-fazer-uma-chamada-soap-no-net-core
==========================================================
SOAP web service in .Net Core using SoapCore
2 February 2020
https://justsimplycode.com/2020/02/02/soap-web-service-in-net-core-using-soapcore/
==========================================================
How to Create Soap Web Services in DotNet Core
May 4, 2019 by Shehryar khan
https://dottutorials.net/creating-soap-web-services-dot-net-core-tutorial/
==========================================================
Soap based web service to .Net Core Service conversion
https://stackoverflow.com/questions/45810561/soap-based-web-service-to-net-core-service-conversion
==========================================================
I'm writing Soap Api in .net core 3.1 and I ran into a problem
==========================================================
Calling a SOAP service in .net Core
https://newbedev.com/calling-a-soap-service-in-net-core
==========================================================
How to create and consume Soap Web Service in Dotnet Core
Blog / How to create and consume Soap Web Service in Dotnet Core
https://www.freecodespot.com/blog/consume-soap-service-in-dotnet-core/
==========================================================
Calling a SOAP Service from ASP.NET Core or .NET Core
Joshua Chini
https://joshuachini.com/2017/07/13/calling-a-soap-service-from-asp-net-core-or-net-core/
==========================================================
SOAP Service client example
This is an example project of how a .NET Core 3.1 SOAP service can be created, launched, and then consumed by a .NET Core 3.1 SOAP client. Fun!
https://github.com/ddubson/soap-service-dotnetcore-example
==========================================================
SoapCore
https://github.com/DigDes/SoapCore
==========================================================
C# .NET Client consuming a ServiceNow SOAP Web Service
20 de mar. de 2013
==========================================================
ASP.NET / C# / CODING / SERVERS & SERVICES / WEB
How to perform a SOAP Web Service Request in ASP.NET C# without using WSDL, proxy classes or SoapClient
October 21, 2017 - by Ryan
https://www.ryadel.com/en/soap-web-service-request-asp-net-c-sharp-wsdl-proxy-soapclient/
==========================================================
How to create a SOAP API request with Username Token in .Net
September 30, 2019 by Rajkiran Swain
https://www.enjoysharepoint.com/create-a-soap-api-request-with-username-token-using-c-sharp/
==========================================================
Espero que pelo menos um link te ajude.
[]'s,
Fabio I.