Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ability to specify details for SOAP faults #37

Open
6 tasks
FelixSchwarz opened this issue Oct 29, 2014 · 0 comments
Open
6 tasks

ability to specify details for SOAP faults #37

FelixSchwarz opened this issue Oct 29, 2014 · 0 comments

Comments

@FelixSchwarz
Copy link
Member

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
  • client stub should return fault details

additional information:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants