cancel
Showing results for 
Search instead for 
Did you mean: 

why simple android app is getting "Server response timeout"

Former Member
0 Kudos

Hi,

I am learning SUP, I have created simple app that get the list of airlines and then the booking list for that airline (mean that I create 2 MBO's one to get flight list and the other to get booking list.) but when I executed the app in android emulator I get the error "Server response timeout", could somebody know what I am missing here?

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Server response timeout

this could be because of large size of data.

are you calling findAll object query?  time taken from device to server has reached to its max, so you are getting this error.

meanwhile, you can do one thing,

you can create an object query for given airline id.

based on that airline id you can retrieve desired output.

Rgrds,

Jitendra