SoapServer::setPersistence

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sherlockweb

    SoapServer::setPersistence

    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:



    The suggestion was to use SoapServer::set Persistence. 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

Working...