You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
soapfish does not support additional details in soapfaults. Martin Mrose added support for that in f1559ca but that implementation is too hacky. Also the current code is much better suited for that because a service can already return a SOAPError which should be extended to include detail information.
Steps for implementation:
extend SOAP 1.1 Fault class (soapfish.soap11.Fault) with detail argument
extend SOAP 1.2 Fault class (soapfish.soap12.Fault) with detail argument
extend SOAPError with detail attribute
render detail tag in SOAPDispatcher
SOAP.parse_fault_message() should handle additional details
soapfish does not support additional details in soapfaults. Martin Mrose added support for that in f1559ca but that implementation is too hacky. Also the current code is much better suited for that because a service can already return a
SOAPError
which should be extended to include detail information.Steps for implementation:
soapfish.soap11.Fault
) withdetail
argumentsoapfish.soap12.Fault
) withdetail
argumentdetail attribute
SOAPDispatcher
SOAP.parse_fault_message()
should handle additional detailsadditional information:
The text was updated successfully, but these errors were encountered: