Hello all, We have two different environments who are using the exact same code and the exact same urls to approach mappoint via JAVA code. One environment is working fine, the other environment keeps returning 401 errors. When approaching the urls used by the code with the user credentials from the code I can reach the mappint environment fine. Is there any check on mappoints side with regards to ip or server address access? Perhaps limiting the use of the code to a set of pre-defined servers? Or are there other urls used which somehow don;'t get autneticated on the one environment? the urls the code uses are: - http://findv3.mappoint.net/Find-30/FindService.asmx - http://routev3.mappoint.net/Route-30/RouteService.asmx - http://renderv3.mappoint.net/Render-30/RenderService.asmx - http://findv3.mappoint.net/Find-30/Common.asmx Thanks!
Are you using Axis 1.4 to do your authentication on the machine that's returning errors? If not, you may want to compare how you are connecting to the web services on both machines. -- Infusion Development http://www.infusion.com "Hendrik" wrote: > Hello all, > > We have two different environments who are using the exact same code and the > exact same urls to approach mappoint via JAVA code. > One environment is working fine, the other environment keeps returning 401 > errors. When approaching the urls used by the code with the user credentials > from the code I can reach the mappint environment fine. > > Is there any check on mappoints side with regards to ip or server address > access? Perhaps limiting the use of the code to a set of pre-defined servers? > > Or are there other urls used which somehow don;'t get autneticated on the > one environment? > > the urls the code uses are: > - http://findv3.mappoint.net/Find-30/FindService.asmx > - http://routev3.mappoint.net/Route-30/RouteService.asmx > - http://renderv3.mappoint.net/Render-30/RenderService.asmx > - http://findv3.mappoint.net/Find-30/Common.asmx > > Thanks!