With PHP 8,2 I got this error when setting $schemaTargetNamespace within my application service. I added: var $schemaTargetNamespace = ""; to the properties of the $wsdl class. That fixed the issue.