MapPoint Forums

MapForums

Community of VE/MapPoint Users and Developers




FindServiceSoap.FindAddress(FindAddressSpecificati on) Method

This is a discussion on FindServiceSoap.FindAddress(FindAddressSpecificati on) Method within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; Hello, Recently I have developed a web application (aps.net and c#) that uses Mappoint.net. Everything is working fine, however, when ...


Go Back   MapPoint Forums > Map Forums > MapPoint 2006/2009 Discussion

Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read



Click here to register

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-30-2003
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,138
FindServiceSoap.FindAddress(FindAddressSpecificati on) Method

Hello,

Recently I have developed a web application (aps.net and c#) that uses Mappoint.net. Everything is working fine, however, when creating map that has in average 20 locations on it, processing time is extremely high. I’m using threads to find each location before rendering the map and still takes in average of 20 seconds. Actually, it ranges from 9 to 30 seconds, 20 seconds seems to be somewhat my average. Before using threads to find each of 20 locations the processing time was more than 30 seconds in average. I’m just wondering if any of you have experienced anything like this and how did you speed up your processing time.

Thanks,
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2 (permalink)  
Old 01-02-2004
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,138
FindServiceSoap.FindAddress(FindAddressSpecificati on) Method

Hello,

One thing that will speed up this call if you are doing it multiple times is to use preauthentication.

FindServiceSoap findService = new FindServiceSoap();
findService.Credentials = new System.Net.NetworkCredential("UserID", "Password");
findService.PreAuthenticate = true;

Besides using threads as you are, the only other option that I can think of to speed up this process is if possible to have all the geocodes for the locations pre-stored either by uploading them to the MapPoint servers or to store them in an internal DB.


Steven Pushee

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2003 Microsoft Corporation. All rights
reserved.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3 (permalink)  
Old 01-02-2004
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,138
Re: FindServiceSoap.FindAddress(FindAddressSpecificati on) Me

Pre authentication worked, it decreased processing time by almost 50%.



Thanks a lot !!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
method


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
FindAddress neighbourhood BE eblubber MapPoint Web Service and Virtual Earth 1 03-24-2006 03:00 AM
What does it mean if FindAddress is returning null? chance1166 MapPoint Web Service and Virtual Earth 0 01-12-2006 12:29 PM
problem with FindServiceSoap. findAddress() in java Anonymous MapPoint 2006/2009 Discussion 0 04-24-2005 12:24 PM
delphi mp2k4 findaddress Anonymous MapPoint 2006/2009 Discussion 4 03-24-2005 02:01 PM
FindAddress Results in c# starbuck MapPoint 2006/2009 Discussion 1 09-21-2004 06:00 PM


All times are GMT -5. The time now is 09:23 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
MP2K Magazine
Visitor Map


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55