Are you calling send() on each of the services? Are errors reported, or does it just silently fail?

On 16/12/2006, at 9:33 AM, danj520 wrote:

can you have multiple instances of httpService?

Here is my code:

<mx:HTTPService id="adapSrv" url="data/adapters.xml"/>
<mx:HTTPService id="attenSrv" url="data/attenuators.xml"/>
<mx:HTTPService id="btSrv" url="data/biastees.xml"/>
<mx:HTTPService id="combSrv" url="data/combiners.xml"/>
<mx:HTTPService id="termSrv" url="data/terminations.xml"/>
<mx:HTTPService id="popSrv" url="data/popular.xml"/>

When run, app finds the "popSrv" path and loads the data, but won't
find any other paths even though the files exist in their respective
paths. Any help would be appreciated.

Reply via email to