dotnetService

I am having one issue, in RPC server class, I am calling RPC client, everything is working fine, but its giving timeout.

We have generated one RPC server class and have written code in the section // Write your own code here
we are trying to get data from RPC client, from Log I can see, its calling that program but not coming out, always it is giving me time out. I tried to put return statement in last but no success.