Add SoapFaultException class and integrate it into VerificarRespostaSOAP for error handling

This commit is contained in:
Adriano Serighelli 2025-11-19 15:13:39 -03:00
parent 911c5ecc41
commit 41358ad446
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
namespace Infrastructure
namespace Application
{
public class SoapFaultException : Exception
{

View File

@ -1,6 +1,6 @@
using System.Xml.Linq;
namespace Infrastructure
namespace Application
{
public static class SoapHelper
{