Hello, php-soap, (the c soap implemntation found in pecl) supports this kindof functionality. Here is a small sample. http://phpsoaptoolkit.sourceforge.net/phpsoap/guide/samples/session_object/ Brad --- Sören_Fuhrmann <sf@golem.de> wrote: > Hello, > > Will Green schrieb: > > About 3 months ago, someone posted to the list that they wanted their > > client to do something like: > > > > $c->setKey( 'abc123' ); > > $key = $c->getKey(); > > > > Could this not just as easily be accomplished by sending the key in a > > SOAP header, having the SOAP server handle that header by setting it as > > an instance variable of the server-side object, then answering the > > request in the SOAP body? > > That is exactly the way I managed my LicenseKey-Topic now. When I asked > for persistence with SOAP-Calls, I didn't know, that SOAP-Headers could > be used. That simplyfies my API-calls, since I won't have to pass every > 'global' parameter to each method. So there is no need for SOAP-managed > server-side persistence for me anymore. > > Thanks to Michele Manzato for the Documentation, which was very useful > for my SOAP-Headers :) > > Sören > > -- > PHP Soap Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com -- PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php