groovy-wslite
groovy-wslite copied to clipboard
SOAP Fault detail not included in SOAPFaultException
SOAP allows for 'detail' which can include important information, but SOAPFaultException does not include it in the message. I propose two changes:
- Include the detail in the exception message
- Include the code, detail, etc. as discrete properties on the exception object