Php versions – PHP SoapClient not calling magic methods of mapped classes
According to the documentation, the constructor of classes mapped with the classmap option of a SoapClient is not called, but the magic methods __get() and __set() are. I tried to use the __set() magic method, however, I fail to make…