cancel
Showing results for 
Search instead for 
Did you mean: 

WSDL with https

Former Member
0 Kudos

Hello

I have a soap to proxy sync scenario. I have a wsdl generated. but it uses HTTP protocol. If I want to use HTTPS protocol instead what changes need to be done in this interface? and where and what certificates need to be installed.

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

hi, see this current solved thread about your doubts

Former Member
0 Kudos

Hi,

For using HTTPS protocol, you have to chose the option of HTTPS in the 'HTTP Security Level' parameter on SOAP sender communication channel.

For using HTTPS protocol, the SSL certificates need to be deployed on the server.

Below are the links for more information on SSL certificates:

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/14/ef2940cbf2195de10000000a1550b0/frameset.htm

http://www.tldp.org/HOWTO/SSL-Certificates-HOWTO/

For choosing & installing steps of SSL, refer the below links:

/people/aniket.tare/blog/2005/03/22/ssl-certificate-installation-procedure-for-sap-j2ee-engine-630-150-steps-in-visual-administrator

http://info.ssl.com/article.aspx?id=10694

-Supriya.

Former Member
0 Kudos

but wsdl will remain same for http or https ?

is it just the change in comm channel and installation of certificates.

thanks.

Former Member
0 Kudos

Yes, wsdl will be same. If you look at the WSDL it will show you two endpoint url one is for HTTP and one is for HTTPS.

Former Member
0 Kudos

i generated wsdl using the url which sap recommends and did not use Propose url option to generate wsdl.

Former Member
0 Kudos

ok will try generating wsdl and see whether 2 urls are created one for http and other for https. If it works it would be good.

Thanks