I have a webservice that returns a weather information to the client. When I run the webservices internally it runs perfectly fine.. But when client runs it, the client app hangs. On testing, I see that everything runs perfectly fine but by the end before sending response the processing just stops and never returns anything. So client app just hangs
Can anyone think what could possible would be going wrong?
Thanks