Archived

This forum has been archived. Please start a new discussion on GitHub.

How to get the arguments of remote method ?

Hello,
I want to grab method call on the server side and get the arguments of
remote method, how can I do this?.
Using ServantLocator and its method locate() I can only get the name
of the method and info like protocol type, ip address etc.

Comments