[Mono-bugs] [Bug 75775][Maj] New - authentication fails for the microsoft mappoint webservice

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Aug 10 20:09:09 EDT 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by bart.deleye at geosolutions.be.

http://bugzilla.ximian.com/show_bug.cgi?id=75775

--- shadow/75775	2005-08-10 20:09:09.000000000 -0400
+++ shadow/75775.tmp.13256	2005-08-10 20:09:09.000000000 -0400
@@ -0,0 +1,111 @@
+Bug#: 75775
+Product: Mono: Class Libraries
+Version: 1.1
+OS: GNU/Linux [Other]
+OS Details: ubuntu hoary
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: System
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: bart.deleye at geosolutions.be               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Summary: authentication fails for the microsoft mappoint webservice
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. Download Microsoft MapPoint WebService SDK 3.5
+2. Request an evaluation account
+3. Try out the samples included in the sdk on mono framework and ms.net
+framework
+
+Actual Results:
+Authentication for the mappoint web service failed on mono, error was:
+
+Server error in '/' application
+
+________________________________
+
+
+Description: Error processing request.
+
+Error Message: HTTP 500.
+
+Stack Trace:
+
+
+System.Net.WebException: The request failed with HTTP status 401:
+Unauthorized
+
+in <0x004d4>
+System.Web.Services.Protocols.SoapHttpClientProtocol:ReceiveResponse
+(System.Net.WebResponse response,
+System.Web.Services.Protocols.SoapClientMessage message,
+System.Web.Services.Protocols.SoapExtension[] extensions)
+
+in (wrapper remoting-invoke-with-check)
+System.Web.Services.Protocols.SoapHttpClientProtocol:ReceiveResponse
+(System.Net.WebResponse,System.Web.Services.Protocols.SoapClientMessage,
+System.Web.Services.Protocols.SoapExtension[])
+
+in <0x0026d> System.Web.Services.Protocols.SoapHttpClientProtocol:Invoke
+(System.String method_name, System.Object[] parameters)
+
+in <0x00050> TurnByTurnRouteMapsCS.MapPointService.FindServiceSoap:Find
+(TurnByTurnRouteMapsCS.MapPointService.FindSpecification specification)
+
+in (wrapper remoting-invoke-with-check)
+TurnByTurnRouteMapsCS.MapPointService.FindServiceSoap:Find
+(TurnByTurnRouteMapsCS.MapPointService.FindSpecification)
+
+in <0x0016b> TurnByTurnRouteMaps.WebForm1:buttonRoute_Click
+(System.Object sender, System.EventArgs e)
+
+in (wrapper delegate-invoke)
+System.MulticastDelegate:invoke_void_object_EventArgs
+(object,System.EventArgs)
+
+in (wrapper delegate-invoke)
+System.MulticastDelegate:invoke_void_object_EventArgs
+(object,System.EventArgs)
+
+in <0x0006e> System.Web.UI.WebControls.Button:OnClick (System.EventArgs
+e)
+
+in <0x00040>
+System.Web.UI.WebControls.Button:System.Web.UI.IPostBackEventHandler.Rai
+sePostBackEvent (System.String eventArgument)
+
+in <0x00016> System.Web.UI.Page:RaisePostBackEvent
+(IPostBackEventHandler sourceControl, System.String eventArgument)
+
+in <0x00033> System.Web.UI.Page:RaisePostBackEvents ()
+
+in <0x00238> System.Web.UI.Page:InternalProcessRequest ()
+
+in <0x000ba> System.Web.UI.Page:ProcessRequest (System.Web.HttpContext
+context)
+
+in <0x00233> System.Web.HttpApplication+ExecuteHandlerState:Execute ()
+
+in <0x0007c> System.Web.HttpApplication+StateMachine:ExecuteState
+(IStateHandler state, System.Boolean readysync)
+
+
+
+Expected Results:
+Authentication should pass 
+
+How often does this happen? 
+always
+
+
+Additional Information:
+the samples work fine on microsoft .net framework


More information about the mono-bugs mailing list