I tried to load the Challenge page and got this. I dont know how to pass this along to Waypoint developers, so I’m throwing it up here.
Service Error
Sorry, we encountered a problem while processing your request.
System.ServiceModel.Security.MessageSecurityException
The HTTP request was forbidden with client authentication scheme ‘Anonymous’.
Server stack trace:
at System.ServiceModel.Channels.HttpChannelUtilities.ValidateAuthentication(HttpWebRequest request, HttpWebResponse response, WebException responseException, HttpChannelFactory factory)
at System.ServiceModel.Channels.HttpChannelUtilities.ValidateRequestReplyResponse(HttpWebRequest request, HttpWebResponse response, HttpChannelFactory factory, WebException responseException, ChannelBinding channelBinding)
at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object ins, Object outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object ins, Object outs)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at ReachApiXml.GetPlayerSocialChallengeDashboard(String identifier)
at Waypoint.Client.Web.RestXmlSocialChallengesDataAccess.GetPlayerInProgressSocialChallenges(IdentityToken userToken) in c:\Builds\112\343 Section 3\Waypoint Web (Main)\Sources\SharedSource\Waypoint.Client\Waypoint.Client.Web\RestXmlSocialChallengesDataAccess.cs:line 115
at Waypoint.Client.Web.UI.Business.Services.ChallengesService.GetPlayerInProgressSocialChallenges(IdentityToken userToken) in c:\Builds\112\343 Section 3\Waypoint Web (Main)\Sources\Source\Waypoint.Client.Web.UI\Business\Services\ChallengesService.cs:line 50
at Waypoint.Client.Web.UI.Controllers.ChallengesController.GetActiveChallenges() in c:\Builds\112\343 Section 3\Waypoint Web (Main)\Sources\Source\Waypoint.Client.Web.UI\Controllers\ChallengesController.cs:line 557
at Waypoint.Client.Web.UI.Controllers.ChallengesController.Challenges(String id, String gamerTag, Nullable`1 gameType, String game) in c:\Builds\112\343 Section 3\Waypoint Web (Main)\Sources\Source\Waypoint.Client.Web.UI\Controllers\ChallengesController.cs:line 299
at lambda_method(Closure , ControllerBase , Object )
at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass15.b__12()
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext controllerContext, IList1 filters, ActionDescriptor actionDescriptor, IDictionary2 parameters)
at System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName)