Search found 46 matches

by MISTERX
Mon Apr 28, 2025 1:55 pm
Forum: PTV APIs meet SAP
Topic: Url Encoding in SAP / PTV Developer
Replies: 1
Views: 28506

Re: Url Encoding in SAP / PTV Developer

There is no prove from my side but have a look to this SAP-Note
3355849 - How to avoid URL encoding of query strings in Rest adapter https://userapps.support.sap.com/sap/su ... en/3355849
by MISTERX
Fri Nov 15, 2024 11:23 am
Forum: PTV APIs meet SAP
Topic: How to handle scientific representations?
Replies: 1
Views: 28241

Re: How to handle scientific representations?

Hello Bernd!

First of all, I would like to confirm the solution you have provided. It is detailed and complete - thank you for that!

In addition, I would like to refer to a post of mine in this forum in which I have dealt with the coordinate formats of the xServer and the PTV-Developer. This may ...
by MISTERX
Wed Jul 10, 2024 9:44 am
Forum: PTV APIs meet SAP
Topic: PTV Connector for xServer2 ?
Replies: 3
Views: 31086

Re: PTV Connector for xServer2 ?

Hello Frederik!

The xServer1 had a long productive life and many integrators still swear by the features it offered. The recently announced end of maintenance for the xS1 will mean that many solutions will have to access
PTV xServer 2
or PTV Developer
in the future.

PTV itself no longer ...
by MISTERX
Wed Jul 10, 2024 9:29 am
Forum: PTV Webclients (Ajax, Leaflet, OpenLayers, WMS, ...) (Admin=BWE)
Topic: How to use "Integration Samples" in stand-alone page?
Replies: 2
Views: 71263

Re: How to use "Integration Samples" in stand-alone page?

Hello Bernd!

Your original question spontaneously triggered in me the desire to try out the described scenario myself.

Leaflet itself is a well-documented framework. You can use it to quickly create an HTML page that generates a map with POIs, routes, etc. As always with web development, knowledge ...
by MISTERX
Fri Mar 15, 2024 1:06 pm
Forum: PTV APIs meet SAP
Topic: Request for feedback: how to ensure uninterrupted HTTPS certificate usage within SAP?
Replies: 6
Views: 36573

Re: Request for feedback: how to ensure uninterrupted HTTPS certificate usage within SAP?

Hello Bernd!
I confirm that importing the root certificate is an administrative task that is always performed by specially trained and authorized employees in SAP systems. I expressly warn against not having such tasks carried out by the persons responsible for them, because an ERP system such as ...
by MISTERX
Fri Mar 15, 2024 10:47 am
Forum: PTV APIs meet SAP
Topic: Request for feedback: how to ensure uninterrupted HTTPS certificate usage within SAP?
Replies: 6
Views: 36573

Re: Request for feedback: how to ensure uninterrupted HTTPS certificate usage within SAP?

Guaranteed uninterrupted HTTPS communication in SAP systems can only be achieved with a correspondingly high level of effort. This is due to the system architecture. However, there is an adjustment screw that can be used to extend the maintenance cycles to the maximum and thus minimize the risk of ...
by MISTERX
Mon Mar 07, 2022 2:15 pm
Forum: Generic questions
Topic: Stack Overflow versus PTV xServer Forum
Replies: 1
Views: 11415

Re: Stack Overflow versus PTV xServer Forum

Hi Bernd

Glad to hear that the forum will continue to exist. I am very grateful for your tireless efforts on the forum.

In my opinion, Stack Overflow-like forums are only helpful when the number of users of a particular programming language exceeds a critical mass and people are simply looking for ...
by MISTERX
Wed Sep 09, 2020 3:53 pm
Forum: PTV APIs meet SAP
Topic: xServer2 - SAP SOAMANAGER issue, RC=404
Replies: 10
Views: 50944

Re: xServer2 - SAP SOAMANAGER issue, RC=404

Hi Bernd

Thx. I think your remark is really helpful.

@Ynik: Please retry with the Test xServer Internet and report - before I waste time by trying to reproduce your situation.
by MISTERX
Wed Sep 09, 2020 2:17 pm
Forum: PTV APIs meet SAP
Topic: xServer2 - SAP SOAMANAGER issue, RC=404
Replies: 10
Views: 50944

Re: xServer2 - SAP SOAMANAGER issue, RC=404

Hi Ynik

First of all: why do you point to https://xserver2.cloud.ptvgroup.com/services/ws/XRoute/2.19? This is the production xServer Internet (EU) and not intended to be abused for integration tests. This instance will serve "paying" PTV customers. Please use test instance of xServer Internet ...
by MISTERX
Tue Sep 08, 2020 9:26 am
Forum: PTV APIs meet SAP
Topic: xServer2 - SAP SOAMANAGER issue, RC=404
Replies: 10
Views: 50944

Re: xServer2 - SAP SOAMANAGER issue, RC=404

High Claas

Seems that you have spoiled several things:

Using WSDL and SRT points out that you like to communicate with xServer via SOAP/HTML. But why do you create a port in SOAMANAGER for REST?

PTV xServer2 Internet is always latest version (aka 2.19 actually). For what reason do you assume ...
by MISTERX
Wed Jul 29, 2020 6:18 am
Forum: PTV APIs meet SAP
Topic: How to connect SAP Visual Business to the xMap2 (REST)?
Replies: 5
Views: 34773

Re: How to connect SAP Visual Business to the xMap2 (REST)?

To whom it may concern!

Just to shorten the way to the first map in any application, I'd like to give some hints:

There is no need to install an xServer2 locally (On-Premises). The PTV xServer internet is ready to be of service.

To get a free trial "xtok" for testing PTV xServer internet (60 days ...
by MISTERX
Tue Jul 28, 2020 12:59 pm
Forum: PTV APIs meet SAP
Topic: How to connect SAP Visual Business to the xMap2 (REST)?
Replies: 5
Views: 34773

Re: How to connect SAP Visual Business to the xMap2 (REST)?

Dear Saravana,

you are welcome!

Concerning your questions:

#1 You got it right: On-Premises-xServers do not need xtok (aka token).

#2 Yes, SAP TM provides a map-container in the planning cockpit and will work as well with xMap2 via REST and the values for {LOD}, {X} und {Y} will be determined ...
by MISTERX
Tue Jul 28, 2020 8:18 am
Forum: PTV APIs meet SAP
Topic: How to connect SAP Visual Business to the xMap2 (REST)?
Replies: 5
Views: 34773

Re: How to connect SAP Visual Business to the xMap2 (REST)?

Hi Bernd!

You're very close to the correct URL for REST via xMap2 (xMap1 will only accept WMS as described in SCN) in SAP VBI:

https://xserver2-europe-eu-test.cloud.ptvgroup.com/services/rest/XMap/tile/{LOD}/{X}/{Y}?storedProfile=[PROFILE]&xtok=[TOKEN]&layers=[LAYER1,LAYER2, . . .]

PROFILE ...
by MISTERX
Thu Jul 09, 2020 10:52 am
Forum: PTV xMapmatchServer (admin=JCL), PTV Developer MapMatching API
Topic: xMapMatch2
Replies: 1
Views: 74720

xMapMatch2

To whom it may concerns

Meanwhile XS2 starts to replace XS1 at customer sites. But it seems to be still not complete. Personally, I'm missing xMapMatch2! Is there any information available. I wasn't able to find any thread, post, comment, roadmap etc. dealing with it.

@ BoardAdmin: Sorry, but I ...
by MISTERX
Thu Apr 16, 2020 2:45 pm
Forum: PTV xMapServer / Dev.RasterMaps API
Topic: How to change the rendering style / profile in the default?
Replies: 3
Views: 9972

Re: How to change the rendering style / profile in the default

Hi Bernd,

what a pity!

I was quite confident, that xMap2 allows profile setting by configuration as well. Now I have to do some coding . . .

Thx
by MISTERX
Thu Apr 16, 2020 10:37 am
Forum: PTV xMapServer / Dev.RasterMaps API
Topic: How to change the rendering style / profile in the default?
Replies: 3
Views: 9972

Re: How to change the rendering style / profile in the defau

Hi Bernd,

seems that profile settings in xMap2 will be done in a different way.

Please advice!

Thx
by MISTERX
Fri Feb 21, 2020 11:22 am
Forum: PTV APIs meet SAP
Topic: help: how to fetch exception with malicious asynch calls?
Replies: 2
Views: 31088

Re: help: how to fetch exception with malicious asynch calls

Hi Bernd,

I suggest to request xServer by Service Consumer (SAP Enterprise Services) instead of using CL_HTTP_CLIENT. Service Consumer uses SAP SRT (SAP SoapRunTime).

With CL_HTTP_CLIENT you have to handle response, request and headers by yourself. With Service Consumer you can use transaction SRT ...
by MISTERX
Tue May 07, 2019 3:21 pm
Forum: Generic questions
Topic: Migration xServer 1 to xServer 2
Replies: 1
Views: 75661

Re: Migration xServer 1 to xServer 2

Hi Bernd,

I have a dream: once upon a time . . . there will be a major change at PTV and a post like this was published in advance . . . 8-)

Thank you for this article - I will set a link to this as substitute for all my notes about xServer2 setup and operations!

P.S.: Java JRE has to be version ...
by MISTERX
Fri May 03, 2019 9:38 am
Forum: PTV xServer INFOSTREAM
Topic: xServer 2.12 released
Replies: 2
Views: 8701

Re: xServer 2.12 released

HI Bernd,

you are cheating!

Following the link, I only found 2.11 xServer 2 released in February. All other things, like profiles etc., have release date 26th of April.

What's going on?