Is SoapClient ignoring object's constructor?
[email protected] (Andy Idol) Thu, 3 May 2012 16:50:36 +0400
| Newsgroups | php.soap |
|---|---|
| Message-ID | <CAKaUTCCZSsOgdRCcBFzaHEZ2uTUEODJy4O9R7yGHeVuDUp5BKA@mail.gmail.com> |
--0016e6db2eee14f73904bf214070 Content-Type: text/plain; charset=UTF-8 Hi, it's me again ) I'm using SoapClient with classmap support. Is it possible that SoapClient after making a SOAP-request, creates new instance of my class (specified in classmap) to hold the response data but totally ignores it's constructor? Should we consider it a bug? Is it possible to intercept the moment when SoapClient is passing data to the instance of my object and somehow adjust this data to my requirements? Thanks in advance! Best regards Andy Idol --0016e6db2eee14f73904bf214070--