Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

remote webservice access

Avatar

Level 1
I used MX:Webservice in MXML to access a remote webservice
like



<mx:WebService id="ws" wsdl="
http://www.webservicex.com/CurrencyConvertor.asmx?WSDL">

<mx:operation name="ConversionRate"
result="convert();">

<mx:request>

<FromCurrency>{fromC.text}</FromCurrency>

<ToCurrency>{toC.text}</ToCurrency>

</mx:request>

</mx:operation>

</mx:WebService>



In flex builder it worked fine but after deploying it on a
free web hosting site, I'm getting security error.

Free web hosting website provide "ASP" scripting support...Is
creating a proxy the right approach since I do not have permission
to place crossdomain.xml in remote server. Can someone guide me to
write a proxy in ASP for the above webservice?
0 Replies

The ultimate experience is back.

Join us in Vegas to build skills, learn from the world's top brands, and be inspired.

Register Now