SOAP namespaces missing after upgrade from php7.4 to php8.1
When sending SOAP on php7.4 we had nicely namespaced elements, like this:
problem with soap php and error Object reference
We have an API site that can be connected with asp, but when I write with php, it gives an object error. We tried a lot to solve it, but it didn’t work.
Attempt to assign property “username” on null
Recently we upgraded PHP at 8.1 at our company and one crucial file has stopped working.