ktutnik
ktutnik

Reputation: 7260

Strange behavior of RemoteObject after application built, no fault no result

When i run it in Flash Builder (debug mode) the remote object called successfully. but whenever i build the application (AIR application), then the remote object will return no result nor fault, the busy cursor is showing about 3 seconds. then no clue at all.

Any idea how to get advance fault or something than regular fault event or result event? or anyone have the same experience?

UPDATE:

Actually it was failed only for ONE service method, for other method (some of them took longer time to call) the service call is work fine.

CASE SOLVED

So the problem was not on the service call, but on my result conversion that cause the advanced datagrid failed to render.

Best regards

ktutnik.

Upvotes: 1

Views: 240

Answers (1)

Florian F
Florian F

Reputation: 8875

Try using a software like Charles to see what happens during the network call.

Upvotes: 1

Related Questions