![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveProtected objects serialization on SOAP sessions
From: Sebastian Araya <numisys@gmail.com>
Date: Thu Mar 30 2006 - 21:35:58 CEST
Hello,
I'm facing a little problem with php 5.1 and SOAP sessions. I've
CWebService, and I've issued a:
$objServer = new SoapServer( 'WebService.wsdl' );
to leave php to manage all the intercommunication, which works great.
The problem is that between calls to differents methods (messages of
$objWS = new SoapClient( 'WebService.wsdl' );
I've tried with serialize() and unserialize(), trying to leave the
Any clue ...? Really thanks...
Sebastián.
|