Thread: New to MapPoint
View Single Post

  #6 (permalink)  
Old 06-18-2004
Anonymous Anonymous is offline
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,138
solution to this

the solution to this is :

Create a standalone application that manage the MapPoint COM Component.

Create your webservice.

Implement a protocol (over TCP or UDP) between your web service and your standalone application :
- Standalone app transmits coordinates to webservice
- webservice sends back the image over TCP/UDP
- webservice gives this image back to other apps...

i think that is the better way but it seems that implementing a webservice around mappoint is forbidden by microsoft, isn't it ?

see ya
Reply With Quote