latestSoapFault is empty in Mx9

0
I’ve migrated a solution from Mx7 to Mx9. In Mx7 if my SOAP service returned a SOAP fault either the latestSoapFault or the latestHttpResponse were filled. But now with Mx9 only the latestError is filled. But the latestError does not hold the SOAP Fault response. It just holds the 500 error code. In Mx7 via the latestHttpResponse I was able to get the SOAP Fault response and then use/parse it. Is there any reason why this logic is broken in Mx9? And would there be another way to somehow get the body of the response that was sent? Because in my case it contains information that I need to present to the end user.
asked
0 answers