Rigger82
09-20-2004, 11:17 AM
Im attempting to run the mappoint web service samples and so far with Find, FindAddress and FindNearby I am getting the following returned:
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.SoapDocumentMethodAt tribute("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.SoapBindingUs e.Literal, ParameterStyle:=System.Web.Services.Protocols.Soap ParameterStyle.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
Highlighted line is Line 200:
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.SoapDocumentMethodAt tribute("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.SoapBindingUs e.Literal, ParameterStyle:=System.Web.Services.Protocols.Soap ParameterStyle.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
Highlighted line is Line 200: