Problem in accessing services

668
1
07-31-2013 08:14 PM
MohammedIsmail
New Contributor
hi

I have uploaded my web application on IIS on my main server

am accessing the through  http://maps.icrisat.org/bhochetana

and my service url is http://gisserver/ArcGIS/rest/services/BidarEC/MapServer

am accessing the services through drop down list

what could be the problem if you can help it will great

thanks alot
Tags (2)
0 Kudos
1 Reply
PaulHastings1
Occasional Contributor
you didn't actual state what the problem was but maybe this?

SecurityError: Error #2048: Security sandbox violation: http://maps.icrisat.org/bhochetana/FlexGis_website_ka.swf cannot load data from http://gis-server/ArcGis/rest/services/RaichurSulphur/MapServer/?f=json.
at MethodInfo-1098()
at mx.rpc::Responder/fault()
at mx.rpc::AsyncToken/http://www.adobe.com/2006/flex/mx/internal::applyFault()
at mx.rpc.events::FaultEvent/http://www.adobe.com/2006/flex/mx/internal::callTokenResponders()
at HTTPOperation/http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()
at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::faultHandler()
at mx.rpc::Responder/fault()
at mx.rpc::AsyncRequest/fault()
at DirectHTTPMessageResponder/securityErrorHandler()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/redirectEvent()

is your crossdomain.xml file malformed?

btw if you don't already have it installed, you should be using the flash debug player when developing.
0 Kudos