cancel
Showing results for 
Search instead for 
Did you mean: 

Calling web service via SSL

jorgenvanmech
Discoverer
0 Kudos

Hi,

I do not succeed in calling a web service via SSL from within a Web Dynpro application.

Current settings of my logical port:

Target Address: https://..

Authentication: HTTP authentication, basic (username/password)

I do call methods _setUser and _setPassword to set userid and password before calling method execute() of my modelclass.

On calling method execute(), I get message "Connection closed by remote host".

Any suggestions ?

Many thanks.

Jorgen

Accepted Solutions (0)

Answers (1)

Answers (1)

martijndeboer
Advisor
Advisor
0 Kudos

Can you check the following?

1) Did you install the SAP Cryptographic toolkit for Java available from service.sap.com?

2) Did you install the "Java Cryptography Extension (JCE)

Unlimited Strength Jurisdiction Policy Files 1.4.2". For Sun they are available here: http://java.sun.com/j2se/1.4.2/download.html (last item on page)

3) How is the SSL server configured? Does it require client authentication? In this case you must send a client certificate.