This code is being used for BB10 native extension which is not fully cascades app. Referring below URL for implementation:

https://github.com/haahmad/SignalSlo...gnalSlotJS.cpp

Tried what you suggested to call exec() function using object. But it seems to be not working. In this case, got response successfully for the first time but app stuck somewhere and does not return even after time out.

Also tried to connect signal slot with QNetworkReply object instead of QNetworkAccessManager object as suggested in some posts. But this is also not working even for the first time.

Thanks.