cancel
Showing results for 
Search instead for 
Did you mean: 

SICF and HTTPS

Former Member
0 Kudos

Hi,

I have created a REST web service returning XML using SICF and Handlers. Everything work fine but now I would like to know how to change the calling from HTTP to HTTPS, is it possible to do that?

Regards,

Accepted Solutions (1)

Accepted Solutions (1)

jitendra_it
Active Contributor
0 Kudos

Hi ,

For that , you have to change the "Security" settings of endpoint in SOAMANAGER .

Open SOAMANAGER , select the service , click on configuration , edit the service point, click on Security tab ,

change the " Transport Protocol" from HTTP to HTTPS .

Now save the changes.

After saving It will also reflected in SICF.

Many Thanks

Jitendra Soni

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

It is indeed possible.

If HTTPS is activated in your ICM on port xxx, just change your REST service URL to https://host:xxx.

Did you develop an abap HTTP handler for you REST service or did you use the SAP Netweaver Gateway ?

Regards,

Olivier

Former Member
0 Kudos

Hi,

Thanks for your answer, the problem is that I don't see my service in SOAMANAGER, did I have to do some setting in SICF to be able to see it in the SOAMANAGER transaction.

Regards,

jitendra_it
Active Contributor
0 Kudos

Hi Daniel,

Please check whether Service is activate or not.

Execute SICF , enter service name , at the last node right click and check , service is active or not .

If service is active "Activate Service" option will be disabled.

Many Thanks

Jitendra Soni