Hi Alex, I have service call in my project.
<userops:UserOps id="userOpsService" result="userOpsService_resultHandler(event)" fault="userOpsService_faultHandler(event)" />
Normally, I expect to call the result method userOpsService_resultHandler for successfull operations, but it does not.
Which way I should go through to find out what is going on after calling the service ?
Thanks, Serkan
