Hi, I'm trying to realize a soap server in zend framework. My problem is that I must write method like "user.login", "user.logout", and Zend_Soap_AutoDiscover use a class, anche I cannot write as function name "user.login". How I can solve this? I guess that there must be a methot to "remap" method that are exposed to method called from soap client. How? Thanx in advance Tonio
