xServer2 - SAP SOAMANAGER issue, RC=404

This space is dedicated to SAP users - administrators and programmers who want to integrate PTV Developer (native), the PTV xServers or the SAP Hana Spatial Services (HSS). Topics which require specific SAP based knowhow or which deal with SAP based mechanisms will be collected here.
YNIK
Posts: 6
Joined: Tue Sep 08, 2020 7:16 am

Re: xServer2 - SAP SOAMANAGER issue, RC=404

Post by YNIK »

Hi Bernd !

1. The first try was to implement via SOAP. And this approach is left by me for better times. Probably I will get back to it in my spare time after I will get deeper knowledge regarding the subject.
2. The second try was to consume REST. And here I faced also with some rookie mistakes like:
a) in Examples you have a "-dashboard" in the url, but we should consume "-test". That what I didn't know.
b) the host in RFC Connection should also be without "HTTPS://".
c) RFC Connection Test really doesn't work, as MisterX said. I assume instead of get method, post is executed. Because after I consumed the API via get method from my test report -> I got rc=200. Post method returns the same mistake as RFC Connection Test.

BR YNik
Post Reply