Discussion:
Problem using MapPoint webservice in C#
(too old to reply)
P. Moorhouse
2008-07-25 22:29:05 UTC
Permalink
I'm trying to use the MapPoint webservice at
http://staging.mappoint.net/standard-30/mappoint.wsdl with Microsoft Visual
C# 2008 Express. When I add MapPoint as a service reference the object
RenderServiceSoap is listed as an interface, not as a class. Thus, it cannot
be instantiated like every example of MapPoint shows to do. What's going on?
Thanks,
P. Moorhouse
2008-07-25 22:44:07 UTC
Permalink
And I just figured it out. I was adding MapPoint as a Service Reference,
instead of a Web Reference (since Visual Studio 2008 defaults to adding
Service References). Deleting the Service Reference and re-adding it as a
Web Reference has RenderServiceSoap showing up as a class instead of an
interface.
Post by P. Moorhouse
I'm trying to use the MapPoint webservice at
http://staging.mappoint.net/standard-30/mappoint.wsdl with Microsoft Visual
C# 2008 Express. When I add MapPoint as a service reference the object
RenderServiceSoap is listed as an interface, not as a class. Thus, it cannot
be instantiated like every example of MapPoint shows to do. What's going on?
Thanks,
Loading...