jwagenleitner / groovy-wslite

Lightweight SOAP and REST webservice clients for Groovy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SOAP Fault detail not included in SOAPFaultException

Trinition opened this issue · comments

SOAP allows for 'detail' which can include important information, but SOAPFaultException does not include it in the message. I propose two changes:

  1. Include the detail in the exception message
  2. Include the code, detail, etc. as discrete properties on the exception object