PDA

View Full Version : getService problem...


Amn
09-08-2005, 11:38 AM
On server-side, do we have to pass a second parameter as 'null' to 'getService' method, in order to be able to handle results of service function calls per call each ? I.e. without default, 'global' responder ?

It looks like on client side version of the 'getService' method, and according to Remoting documentation, you can simply omit the second parameter, but on server-side this doesnt work - it creates some problems in the 'NetServiceProxy.prototype.__resolve' section of NetServices.as code.