| 
 Posted by sherlockweb on 06/19/27 11:57 
Hi there, 
 
Has anyone run into the problem of persistence not working when using 
classes & SOAP server lately? 
 
There was a thread last year with the same issue: 
 
http://groups.google.com.au/group/comp.lang.php/browse_thread/thread/5df2e0e714b207f5/78d16d5e7bf4b8c5?hl=en#78d16d5e7bf4b8c5 
 
The suggestion was to use SoapServer::setPersistence. I have tried that 
but still can't pass objects between functions in the class (only 
objects that were created in the __constructor are availble across the 
functions). The class works perfectly when not plugged into a 
SoapServer 
 
I am using PHP 5.1.6 (didn't work on 5.1.4 either) on a Windows 2003 
environment. 
 
Are there any known isues with this? 
 
Thanks
 
[Back to original message] 
 |