I have an action (callActions()) that calls three soap services, and does other processes. Is it possible to define a time out for this particular action -=> callActions()?
¿that is, control the timeout of the three services in one action.
thanks
If your action is called by a timer, you can.
You just have to define the timer timeout time on service senter.
You can call a timer at any time asynchronously with the WakeTimer_ method.