I am having an issue using the C# version of the
PanMapNavigationControl sample project in MapPoint 3.5 SDK. I am using
VS 2005 Beta 2. When I try to run the program, the following stack trace
occurs:

SoapException: Server did not recognize the value of HTTP Header SOAPAction:
[url]http://s.mappoint.net/mappoint-30/GetMap.][/url]

System.Web.Services.Protocols.SoapHttpClientProtoc ol.ReadResponse(SoapClientMessage
message, WebResponse response, Stream responseStream, Boolean asyncCall)
+525738
System.Web.Services.Protocols.SoapHttpClientProtoc ol.Invoke(String
methodName, Object[] parameters) +213
MapPointService.RenderServiceSoap.GetMap(MapSpecif ication specification)
in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Temp orary ASP.NET
Files\panmapnavigationcontrolcs\40b8c848\fb850b85\ ch_qpo1a.0.cs:959
PanMapNavigationControlCS.WebForm1.GetMap(MapView view, Double zoom) in
c:\Inetpub\wwwroot\PanMapNavigationControlCS\PanMa pNavigation.aspx.cs:80
PanMapNavigationControlCS.WebForm1.Page_Load(Objec t sender, EventArgs e)
in c:\Inetpub\wwwroot\PanMapNavigationControlCS\PanMa pNavigation.aspx.cs:39
System.Web.Util.CalliHelper.EventArgFunctionCaller (IntPtr fp, Object o,
Object t, EventArgs e) +15
System.Web.Util.CalliEventHandlerDelegateProxy.Cal lback(Object sender,
EventArgs e) +43
System.Web.UI.Control.OnLoad(EventArgs e) +80
System.Web.UI.Control.LoadRecursive() +49
System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3695

I have updated the reference.cs file with the changes mentioned in the
following
article: [url]http://blogs.msdn.com/acoat/archive/2005/05/04/414823.aspx[/url].

I am including the MapPointService namespace in PanMapNavigation.aspx.cs.
There is no Settings.Settings in the project however. Is there some other
configuration I am missing?

Bever