Question is how do I see the server side code that is run when Ajax call is made ?
Not through Venkman I don't think ....
for example I think Ajax is calling a function
AuthRequest ... where is this function located in the code structure ?
Question is how do I see the server side code that is run when Ajax call is made ?
Not through Venkman I don't think ....
for example I think Ajax is calling a function
AuthRequest ... where is this function located in the code structure ?
That's located at com.zimbra.cs.service.account.Auth.java. In general, SOAP requests come in through com.zimbra.soap.SoapEngine.java and are dispatched to the relevant DocumentHandler subclass, whose handle() method gets called.
There are currently 1 users browsing this thread. (0 members and 1 guests)