Closed
Description
Feature Request
Q | A |
---|---|
New Feature | yes |
RFC | no |
BC Break | no |
Summary
Ext-soap returns null on various errorneous situations:
- timeout reached
- encoding failed
- decoding failed
- HTML result instead of XML
- On invalid HTTP codes if the payload is HTML
- ...
This null
result can be handled by the AbusedClient and result in an exception instead - which makes more sense.
To investigate:
- Can we find out "what" goes wrong that results in null?
- Is null always an indication for errors? Or are there situations that a soap service doesn't return a response?
Context: