Unable to load WSDL after moving to Air 2.6
I have an AIR app that works fine in 2.5, but fails after moving to FB 4.5 & SDK 4.5.1 & Air 2.6!
It fails to load a WSDL file if the host address is in a separate network.
My box is in 10.0.1.202, and the following wsdls load fine:
- http://10.0.1.8:8080/wsdl (another box)
But any other address out of the 10.0.1 subnet fails to load, I get a Client.Error.RequestTimeout fault.
If I try http://192.168.10.100/wsdl (a box on a VPN network I have access to) it fails. Mind you that before issuing a loadWSDL(), the same app does a URLLoad from http://192.168.10.20 and that work fine (it call that address to look for updates).
So the addresses are all valid and do return a valid wsdl.
The 2.5 version, built with FB 4 & sdk 4.1 works flawlessly. So this must be something with either FB 4.5 or Air 2.6.
Maybe something related to security. I have no clue as to what might be causing this.
Oh, in time, I have generic crossdomain.xml in all sites (those are test sites).
Thanks for any pointers.
cheers,
julio
