Files
azul/front/msn/http/tmpl/Fault.generic.xml
T
Athena Funderburg 4b463a3432 init
2026-05-25 07:05:17 +00:00

10 lines
327 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<soap:Fault>
<faultcode>soap:Client</faultcode>
<faultstring>Generic SOAP fault</faultstring>
<notAValidSoapTag>{{ exception }}</notAValidSoapTag>
</soap:Fault>
</soap:Body>
</soap:Envelope>