Skip to content

ext-soap throws uncatchable errors #10293

Open
@jack-worman

Description

@jack-worman

Description

I am writing a SOAP server, but the soap extension throws uncatchable errors.

For example, "Procedure '...' not present" happens when the client asks for a function that is not supported by the server. And when $soapServer->handle(...) is called, the script throws a fatal error and outputs its own response.

I should be able to catch any error and handle it however I want. \SoapServer::handle() should never kill my script.

PHP Version

PHP 8.1.14

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions