Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ABAP: ABOUT HTTPS & IF_HTTP_CLIENT

0 Likes
1,768

Dear all

i want to send JSON & XML to TMS

my URL is start with HTTPS,like https://**.**.40.140:443/v1/***

i know how to send JSON & XML by HTTP

but HTTPS it comes to two errors

1. Application Server Error

this one is because the HTTP & HTTPS is different,i use HTTP way,so it comes to Application Server Error.

2.missing Certificate

it make me confuse

i just want to know

1.the TMS has already block the certificate why SAP send request to TMS still need certificate?

2.what should i do if i want to send JSON or XML to TMS?should i set SSL certificate?

3.is there any way can escape the SSL certificate from SAP to TMS?

thank you

Best Regards!

3 REPLIES 3
Read only

SimoneMilesi
Active Contributor
1,435

You should set the certificate on ICM (valid on NW, honestly i do not know on S4) like per this old guide

https://blogs.sap.com/2005/05/13/calling-webservices-from-abap-via-https/


Read only

0 Likes
1,435

thank you for your help

but set the certificate must reset the server,it will be a little problem,cause our PRD server will be effected

i try to find a way without reset server.

Read only

0 Likes
1,435

hxh0086 attention!

The certificate requires a soft restart lasting a couple of seconds without a significative impact.

Talk with your Basis team explaining it's a soft restart and not an hard one nor a physical one.

It's a restart of certifcate server (and i'm sure they did it to add certificate for OSS notes and none noticed it)