Hi ,
I executed a sample code which make use of Mappoint web service.
The web service link is as follows....
http://staging.mappoin t.net/standard-30/mappoint.wsdl
But the exception is occuring whenever i try to connect to the web service.
However i can browse the same thru IE.
The Exception is...
Request failed with HTTP status 401 : Unauthorized
The Line at which exception occurs is..
FindServiceSoap findService = new FindServiceSoap ();
----> startResults = findService.Fin d(findSpec);
Also i wud like to know how to save my service (normally .asmx) in .wsdl format
I executed a sample code which make use of Mappoint web service.
The web service link is as follows....
http://staging.mappoin t.net/standard-30/mappoint.wsdl
But the exception is occuring whenever i try to connect to the web service.
However i can browse the same thru IE.
The Exception is...
Request failed with HTTP status 401 : Unauthorized
The Line at which exception occurs is..
FindServiceSoap findService = new FindServiceSoap ();
----> startResults = findService.Fin d(findSpec);
Also i wud like to know how to save my service (normally .asmx) in .wsdl format
Comment