Description
The following code:
Is working with PHP 8.4.
But with PHP 8.5 I had to change it to:
<?php
$server->handle(file_get_contents("php://input"));
Without it, the server is not handling the incoming requests properly. It seems to pick just the first method from the WSDL.
Could it be some kind of rewind issue, since the code is reading the php input before the handle function is called, to do custom Schema validation.
PHP Version
PHP 8.5.7 (cli) (built: Jun 2 2026 20:59:56) (NTS gcc x86_64)
Copyright (c) The PHP Group
Built by Remi's RPM repository <https://rpms.remirepo.net/> #StandWithUkraine
Zend Engine v4.5.7, Copyright (c) Zend Technologies
with Zend OPcache v8.5.7, Copyright (c), by Zend Technologies
Operating System
No response
Description
The following code:
Is working with PHP 8.4.
But with PHP 8.5 I had to change it to:
Without it, the server is not handling the incoming requests properly. It seems to pick just the first method from the WSDL.
Could it be some kind of rewind issue, since the code is reading the php input before the handle function is called, to do custom Schema validation.
PHP Version
Operating System
No response