Im attempting to run the mappoint web service samples and so far with Find, FindAddress and FindNearby I am getting the following returned:
Highlighted line is Line 200:Code:The request failed with HTTP status 404: Not Found. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Net.WebException: The request failed with HTTP status 404: Not Found. Source Error: Line 198: System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://s.mappoint.net/mappoint-30/FindAddress", RequestNamespace:="http://s.mappoint.net/mappoint-30/", ResponseNamespace:="http://s.mappoint.net/mappoint-30/", Use:=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle:=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)> _ Line 199: Public Function FindAddress(ByVal specification As FindAddressSpecification) As FindResults Line 200: Dim results() As Object = Me.Invoke("FindAddress", New Object() {specification}) Line 201: Return CType(results(0),FindResults) Line 202: End Function