Skip to Content
0
Former Member
Feb 03, 2011 at 10:13 PM

Issue with Adobe flex data.xml file not reachable from bsp behind firewall

34 Views

Hi Gurus,

I have a problem with the <mx:HTTPService> tag the following is the actual tag,

<mx:HTTPService

id="Srv"

url="data.xml"

useProxy="false"

method="POST" result="resultHandler(event)"/>

When accessed locally I can see the data in the flex as the data.xml can be reached. when the same is accessed from internet behind firewall, the url is entirely different and the .swf file in the BSP page cannot access the data.xml. I cannot give the absolute url in the tag as the BSP page application is accessed differently in different servers. any help on this would be greatly appreciated

Thanks

Akbar