PDA

View Full Version : Web Service Puzzle


ards24
01-14-2007, 04:44 AM
Hi,

I have 4 swf files, 3 that load within the other 'base' movie. They get data from 2 web services on 2 separate domains [ x1.domain.com & x2.domain.com ]

When running in Flash MX on my home development computer this all works fine, but i need this to run from the server directory of one of the web services. The problem is that when everything is run from x1.domain.com, only the web service from x1.domain.com can be accessed. The puzzle or mystery is some of the following issues.

- both web services can be seen in browsers and the Flash MX IDE on both my home computer and on x1.domain.com.
- When i run the applets over remote desktop on the x1 server, everything works like it should. But when run from home in a browser, by using x1.domain.com/base.swf, i get the error, 'could not load WSDL', client disconnected

i think i am missing something in the security settings that is restricting access, but i am not familiar with the possible problems

any help / suggestions would be greatly appreciated!!!

RD

ards24
01-18-2007, 10:39 AM
I think i found the answer i was looking for. In short, you need a cross domain xml in the root of the server where the web service your trying to access is. Seems obvious !

http://www.developmentnow.com/g/69_2005_3_0_0_374728/loading-WSDL-works-only-locally.htm

RD