I am getting a fatal error when attempting a PHP Soap request from the command line but it works from HTTP call.
PHP is using the same .ini file for both HTTP and CLI. I have verified that the Soap extension is loaded in both versions. I have tried executing the CLI as both user and as root and both fail with the same error.
I am using PHP 7.0.33
I cannot find anything on google to point me in the direction of the error hence posting to this forum.
Code:
Uncaught exception: No schema match parameter '[URL]http://www.w3.org/2001/XMLSchema-instance[/URL]' at /usr/share/perl5/vendor_perl/SOAP/Lite.pm line 2764.
I am using PHP 7.0.33
I cannot find anything on google to point me in the direction of the error hence posting to this forum.