[flexcoders] Is there any way around the crossdomain.xml

2007-05-26 Thread pioplacz
Hi! 

I'm trying to create an application that loads data from a wsdl webservice the 
problem is that 
I don't have access to the hosting server and I'm not possible to upload 
crossdomain file on 
it. That's why I'm asking you all, is there any way around it? Can i do 
something to make it 
work? It's really important and I really would like to make that app in flex. 



Re: [flexcoders] Is there any way around the crossdomain.xml

2007-05-26 Thread John Robinson
First, ask the folks who provide the webservice to install a  
crossdomain.xml file for you. If that isn't an option, you can make a  
php/etc proxy file to do the loading for you. Google php flash proxy.


John

John Robinson - Flash/Flex Developer at large
Blog: http://jrobinsonmedia.wordpress.com


On May 26, 2007, at 5:34 PM, pioplacz wrote:

 Hi!

 I'm trying to create an application that loads data from a wsdl  
 webservice the problem is that
 I don't have access to the hosting server and I'm not possible to  
 upload crossdomain file on
 it. That's why I'm asking you all, is there any way around it? Can  
 i do something to make it
 work? It's really important and I really would like to make that  
 app in flex.