Page 2 of 2

Re: xServer2 - SAP SOAMANAGER issue, RC=404

Posted: Tue Sep 15, 2020 12:46 pm
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