Select to view content in your preferred language

Dynamic legend problem

2951
10
07-09-2010 01:15 AM
ManuelFrias
Regular Contributor
Hi,

I need some advice with the Dynamic legend made by Robert. It doesn't work from outside our local network.

So when I open the legend I find that it's pointing to the domain name of our server (see legendRequest.jpg). It can't be reached from outside our office since it is behind a proxy server.

When I try http://maps.helcom.fi/website/restLegend/restLegend.asmx?WSDL the result gives the value of the server (see wsdl.jpg) I wonder if that is the error. Where is that defined? Is there any way to change it?

In LiveMapsWidget.mxml the the wsdl is defined properly, ie, to the address that's reachable from outside the LAN:

<mx:WebService id="webService" wsdl="http://maps.helcom.fi/website/restLegend/restLegend.asmx?wsdl" showBusyCursor="false">

Thanks,
Manolo
0 Kudos
10 Replies
by Anonymous User
Not applicable
Original User: nathanenge

d'oh!!! I failed to comment out the line after. All is good. Thanks.
0 Kudos