Search found 147 matches

by Oliver Heilig
Fri Mar 11, 2016 11:17 am
Forum: PTV xServer INTERNET (Admin=OH,SM)
Topic: SSL Error
Replies: 14
Views: 36460

Re: SSL Error

Sorry, didn't have the time to write the documentation yet. You can download the sample project here: http://xserverinternet.azurewebsites.net/downloads/CertTest.zip It should be somehow self explanatory. @Frank: This solution doesn't bypass the certificate validation, like the first solution did. B...
by Oliver Heilig
Tue Mar 08, 2016 8:44 am
Forum: PTV xServer INTERNET (Admin=OH,SM)
Topic: SSL Error
Replies: 14
Views: 36460

Re: SSL Error

Hello Frank,

that's good to hear. We now also have a version running where we use a custom keystore and merge it with the default keystore programmatically. So the official SSL certificate trust chain can be used. We're going to document this in the DevGuide.

Oliver
by Oliver Heilig
Wed Mar 02, 2016 10:23 am
Forum: PTV xServer INTERNET (Admin=OH,SM)
Topic: SSL Error
Replies: 14
Views: 36460

Re: SSL Error

@Bernd: To avoid some misconceptions: xServer internet fully supports SSL and the certificate chain. The problem is the custom SSL-Handling on the SAP side.

Oliver
by Oliver Heilig
Tue Mar 01, 2016 4:49 pm
Forum: PTV xServer INTERNET (Admin=OH,SM)
Topic: SSL Error
Replies: 14
Views: 36460

Re: SSL Error

Hi Fank, the additional work to make SAP run with SSL WebServices is a known issue, and there are different methods to solve this. One would be to simply copy the certificate on the TrustManager of the system, like explained here http://rz10.de/2011/02/ssl-webservices-im-sap-nutzen/ As far as I see,...
by Oliver Heilig
Tue Mar 01, 2016 1:15 pm
Forum: PTV xServer.NET (Admin=OH)
Topic: POI information using GetPoiByLocation
Replies: 3
Views: 8238

Re: POI information using GetPoiByLocation

Hello Patricia,

are you using xServer-internet or your dedicated xServer? If you have your on-premise xServer you can change the POI-profiles to return addtional fields for xLoacte and xMap.

Oliver
by Oliver Heilig
Fri Feb 26, 2016 1:35 pm
Forum: PTV xServer.NET (Admin=OH)
Topic: POI information using GetPoiByLocation
Replies: 3
Views: 8238

Re: POI information using GetPoiByLocation

Hi Patricia,

are you referring to the TOMTOM-POIs inside the map data, or do you want to integrate your custom addresses?

Oliver
by Oliver Heilig
Tue Feb 16, 2016 3:28 pm
Forum: PTV xServer.NET (Admin=OH)
Topic: Drawing route under road
Replies: 1
Views: 5298

Re: Drawing route under road

Hello Patricia, in fact xMapServer only provides two basmap-layers: "background" and "labels". If yout want to add additional client-content, like an xRoute polyline, you can either add it topmost or between background and labels. https://github.com/ptv-logistics/SpatialTutorial/...
by Oliver Heilig
Wed Feb 10, 2016 2:31 pm
Forum: PTV xServer.NET (Admin=OH)
Topic: ToolTips Layers
Replies: 3
Views: 9545

Re: ToolTips Layers

Hello Patricia, i've added a sample "BasemapTooltips" to https://github.com/ptv-logistics/xservernet-bin The sample has a class that adds a tool tip function by calling xLocate:findLocation whenever the mouse is moved. As i said, the xServer.NET control doesn't to this by itself. Oliver ht...
by Oliver Heilig
Tue Feb 09, 2016 11:08 am
Forum: PTV xServer.NET (Admin=OH)
Topic: Reference Time
Replies: 1
Views: 4940

Re: Reference Time

Hello Christian, currently this is "by design". Putting this into the xServer.NET Kernel assembly would cause many interdependencies to the current FeatureLayer parameters. And FeatureLayer is a very powerful (and thus complex) technology. At the moment we are in discussion about how to ke...
by Oliver Heilig
Fri Feb 05, 2016 3:59 pm
Forum: PTV xServer.NET (Admin=OH)
Topic: ToolTips Layers
Replies: 3
Views: 9545

Re: ToolTips Layers

Hello Patricia, technically the Basemap element for xMapServer has no tooltips, as these are only bitmaps. The solution for xServer.NET (or any interactive client) would be to do a reverse-gecoding when the mouse pointer doesn't move for a while. I can do a little demo for this use-case next week. O...