Hi all. I'm trying to run example from FME Server Playground (
http://fmeserver.com/userweb/sharper/playground/index.html) called "Stream KML to ArcGis map" on my own FME Server(trial). I've download REST-kmlstreaming.fmw and Transit.sdf. I also publis REST-kmlstreaming.fmw to my server. When i'm trying to run example with my URL (
http://<my server>:<port>/fmedatastreaming/test/REST-kmlstreaming.fmw) i recieve this error:
dojo.io.script.jsonp_dojoIoScript2._jsonpCallback({"error":{"code":400,"message":"File not found. Wrong url or out of memory.","details":q]}});
But if i run Data Streaming Service from server i recieve correct kml file.
FME Server 2013 SP3
Any suggestions what i'm doing wrong?