You have to make a MgMap server-side from a Map Definition and keep a reference to its name so you can manipulate and interact with that same map for future HTTP requests.
There is no actual HTTP API to actually do this (you had to have some code in Java/PHP/.net to do this), but for 2.6 there is such an API, it's called CREATERUNTIMEMAP (see: http://trac.osgeo.org/mapguide/wiki/MapGuideRfc134) There is an intermediate solution for older versions: Install the mapguide-rest extension (https://github.com/jumpinjackie/mapguide-rest) and you'll have something similar to CREATERUNTIMEMAP, but keep in mind that this is a PHP-based solution. - Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/How-to-get-mapname-by-HTTP-API-tp5132348p5132372.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
