Ben,
The WindowsApp is running on same or different server which hosts the Map Suite. It is continuously monitoring user inputs from different devices sent by the users. One such devices is a modem. When the modem receives queries from users asking the information about a certain location, the WindowsApp will then retrieve from MapSuite the info needed, then sends it back to the users who sent the query.
in other words, the WindowsApp must have a way of querying MapSuite something like "what city is this point in?" like this:
Collection<Feature> Cities = Citiesayer.QueryTools.GetFeaturesContaining(myPoint,ReturningColumnsType.AllColumns);
then it will get answer as a string and send it back to the users. This sounds like a web service, but there seems no way to write a web service using MapSuite Web edition. i guess MapSuite Services Edition might be a solution, but purchasing both editions will make my project's price too high.
Any solution for this?
Ric