Method RenderServiceSoap.GetMap can not be reflected
9 Mar 2007 10:19:32 -0800
Hi,
I'm trying to use the MapPoint web service to return a map view in a
simple VS 2005 project. When I run the following code locally (using
IIS 5.1) it works fine. When I move the project to a development
server (using IIS 6.0) I get the following error on the first line of
code:
"Method RenderServiceS ...
|
web service down?
Wed, 07 Mar 2007 19:00:34 -0800
Is the MapPoint webservice experiencing any issues? (Its 7:00pm PST
right now). Our application is suddenly having problem communicating
with the various services. ...
|
Finding best route
Tue, 06 Mar 2007 19:16:22 -0500
Hello.
Can anyone tell me how to use the MapPoint WebService to get the
shortest route between several locations?
My application would have a starting (home) location, and a list of
other locations (delivery stops), which can be visited in any order.
I need MapPoint WebService to tell my application the ...
|
Exit Numbers on Major Highways
Mon, 5 Mar 2007 14:16:08 -0800
Hi,
I was able to find Exit Numbers on Interstate using the FindAddress method.
For example
Dim MyAddr as new Address
myAddr.AddressLine = "I 80 & 244" 'Exit 244 on Interstate 80
myAddr.Subdivision = "IA"
myAddr.CountryRegion = "USA"
myFindResults = findService.FindAddress(myAddrSpec)
This use ...
|
Unable to geocode GUAM,US address
Sun, 4 Mar 2007 21:08:00 -0800
Hi,
I am trying to geocode following address using FINDADDRESS web method.
597 North Marine Drive,
Tamuning,Guam,
96913,United States
However the method returns zero results.
Is there any specific reason behind this.
--
With Regards
Ajey Ayachit
...
|
Problem accessing mappiont webservice from VS2005
Sun, 4 Mar 2007 15:01:09 -0800
Hi,
I am developing a web site in Visual Studio 2005.
I have tried adding the mappoint wsdl file for the staging environment to my
application but I have found out that the WSDL actually describes all the
services.
I only need to use the FindService so I tried using the url in the wsdl file
for t ...
|
Another The underlying connection was closed: Unable to connect to the remote server
2 Mar 2007 12:34:14 -0800
Yes.
My client has a proxy server. That much i know. In my application I
make two kinds of calls that are affected by the proxy server
I finally got the webservice call working.
But my httpwebrequest.GetReponse() function call throws the above
error.
So here's what i do in the case it works..
//THIS WOR ...
|
|
|
FindCS sample not working...Error "underlying connection closed"
Fri, 2 Mar 2007 08:31:30 -0800
HI All,
I have requested for Mappoint webservice account and downloaded the SDK...
I have tried to implement FindCS Example given in the sample examples...It
throws up an error which shows
"The underlying connection was closed: Unable to connect to the remote
server. "
Line 171: object[] res ...
|
MapPoint web service not working when connected from a web applica
Fri, 2 Mar 2007 08:27:13 -0800
Hi,
I have requested for a trial version of Map Point Webservice and downloaded
the SDK and the samples that come with it.
I got my credentials in the form of an email.
I tried couple of sample examples.
I tried "ClickTocenterMap" and "Find" example from the samples giving my web
service account id and ...
|
Java Mappoint Access
2 Mar 2007 07:51:48 -0800
Hello
I have correctly used wsdl2java to get my classes compiled and I
believe everything is working in my coldfusion app but I am seeing
"401 Unauthorized" on my screen. I can see via Ethereal that my app is
still using Basic Auth.
I am sure I am missing something with my client-config.wsdd
<?xml ...
|