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

HTTPS web service generation based on FM

Former Member
0 Likes
697

HI Guys,

        I have to provide a web service to a 3rd party system based on a FM in SAP system. I have found few links which expains the steps how to do it. However in my case the 3rd party has requested to use the https mode for the web service instead of http. I could not find any guidelines on how I can convert the web service to be HTTPS based . Has anyone worked on similar development ?

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0d0a250-ccd1-2c10-9e9f-b9d5cf259... 

Creating Web Service from  Function Modules/BAPIs & Integrating with SAP Interactive  Forms

http://help.sap.com/saphelp_nw04/helpdata/en/e9/ae1b9a5d2cef4ea4b579f19d902871/content.htm Web service creation based on function module

Regards,

Manas.

1 ACCEPTED SOLUTION
Read only

arunkumara_as
Explorer
0 Likes
635

Hi Manas,

->If you want to make  web services as a HTTPS based web services means ,

you have to make select SSL radio button in SOAMANAGER Service Binding.

->In Provide Security Tab Select Radio Button SSL as shown in bellow Image.

2 REPLIES 2
Read only

arunkumara_as
Explorer
0 Likes
636

Hi Manas,

->If you want to make  web services as a HTTPS based web services means ,

you have to make select SSL radio button in SOAMANAGER Service Binding.

->In Provide Security Tab Select Radio Button SSL as shown in bellow Image.

Read only

0 Likes
635

Thank you very much for your answer. I tried it in our system and I had to select Transport Channel Authentication as X.509 Certificate. So when I provide this wsdl file to the third party, I also need to provide this certificate. Do you know any online link which explains how to generate this certificate from SAP system ?

regards,

Manas.