Skip to main content
Participating Frequently
June 26, 2011
Question

Unable to load WSDL after moving to Air 2.6

  • June 26, 2011
  • 1 reply
  • 1146 views

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://localhost:8080/wsdl

- http://10.0.1.202:8080/wsdl

- 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

This topic has been closed for replies.

1 reply

chris.campbell
Legend
June 28, 2011

Hi Julio,

Could you log this as a bug over at bugbase.adobe.com?  Also, have you tried this on AIR 2.7?

Thanks,

Chris

juliojfcAuthor
Participating Frequently
June 28, 2011

tried on 2.7, same error.