Is there a way to attach a handler to a soap call?
For example:
I’m calling a row validate for each row in a data grid. This then calls async soap service. On the return of the async is it possible to know which row i called it for without passing some sort of id back and forth?
Thanks