Discussion:
Mappoint Service The request failed with HTTP status 401: Unauthor
(too old to reply)
Deepa
2009-11-26 05:26:01 UTC
Permalink
We are experiencing an issue while accessing the MapPoint service, we have
already registered for it and till now it was working fine but suddenly we
start getting Authorization issue while consuming it.

Following are details for the same.

Service URL : http://findv3.staging.mappoint.net/Find-30/Common.asmx

Error Received:
11/25/2009 10:31:09, System.Net.WebException: The request failed with HTTP
status 401: Unauthorized.
at
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters)
at
BeHousingLatLongUpdate.MapPointWebService.FindServiceSoap.FindAddress(FindAddressSpecification specification)
at BeHousingLatLongUpdate.GeoCoder.DoGeoCoding(DataSet ds)
at BeHousingLatLongUpdate.MainGeoCoder.GeoCode()

we really appreciate your quick support for the same, as application is live
and do this error we are not able to display proper data in our site which is
effecting the end-user experience and of course the Microsoft business as
well…..
A. Peterson
2009-11-27 20:34:01 UTC
Permalink
A 401 unauthorized error indicates an issue with the credentials.

Has there been any recent changes made to your application?

If your application is in production you should not be using the staging
reference. Please ensure that you have production access, and that you are
using the production URLs:

MWS .wsdl: http://service.mappoint.net/standard-30/mappoint.wsdl
MWS Common Service: http://findv3.mappoint.net/Find-30/Common.asmx
MWS Find Service: http://findv3.mappoint.net/Find-30/FindService.asmx
MWS Route Service: http://routev3.mappoint.net/Route-30/RouteService.asmx
MWS Render Service:
http://renderv3.mappoint.net/Render-30/RenderService.asmx

To ensure you are using the correct credentials log in to the CSS,
https://mappoint-css.live.com/CscV3/Css.aspx and use the verify credentials
option on the left hand menu.
Post by Deepa
We are experiencing an issue while accessing the MapPoint service, we have
already registered for it and till now it was working fine but suddenly we
start getting Authorization issue while consuming it.
Following are details for the same.
Service URL : http://findv3.staging.mappoint.net/Find-30/Common.asmx
11/25/2009 10:31:09, System.Net.WebException: The request failed with HTTP
status 401: Unauthorized.
at
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters)
at
BeHousingLatLongUpdate.MapPointWebService.FindServiceSoap.FindAddress(FindAddressSpecification specification)
at BeHousingLatLongUpdate.GeoCoder.DoGeoCoding(DataSet ds)
at BeHousingLatLongUpdate.MainGeoCoder.GeoCode()
we really appreciate your quick support for the same, as application is live
and do this error we are not able to display proper data in our site which is
effecting the end-user experience and of course the Microsoft business as
well…..
Loading...