4 Replies Latest reply: Feb 17, 2012 4:46 PM by Olivier CHRETIEN RSS

SICF and HTTPS

Daniel Cantin
Currently Being Moderated

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,

  • Re: SICF and HTTPS
    Jitendra Soni
    Currently Being Moderated

    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

  • Re: SICF and HTTPS
    Daniel Cantin
    Currently Being Moderated

    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,

    • Re: SICF and HTTPS
      Jitendra Soni
      Currently Being Moderated

      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

  • Re: SICF and HTTPS
    Olivier CHRETIEN
    Currently Being Moderated

    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