I'm developing an Application in Flex 4 that contacts with webservices.
If I run my application with firefox or Chrome when it should catch one exception from the webservice, it doesn't show my exception message and show that error: SOAP Response cannot be decoded. Raw response: null
If I run my application with ie8 or with flash player (out of browser), it catch my exception and show my exception message... And this is OK.
Any ideas for my problem?
Best regards,
Miguel