Service module finish before HttpRequest get data

edgar_ortiz

Active Member
Licensed User
Longtime User
Hi,

I have app that use a service module to get some data and then send to a server.
- The server receive the data
- The server process and respond
- The problem is: The service finish before "request_ResponseSuccess" or "request_ResponseError" start

How a wait in a service module?

Any help is wellcome.

Regards,

Edgar
 
Top