[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Session support for SOAP client

D.Kay

7/31/2006 6:32:00 AM

I have a web service with 3 methods: Login, Tasks and Logout.

Login() stores user_id in session, Tasks() and Logout() checks user
access level and throw exception on error.
XMLRPC::Client works fine, but SOAP::WSDLDriverFactory does not store
session cookies.
How I can enable this feature for SOAP?