Skip to content

Throw exception on null results #7

Closed
@veewee

Description

@veewee

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions