D
D.Kay
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?
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?