cancel
Showing results for 
Search instead for 
Did you mean: 

How to create ABAP Proxy for SSL secured ABAP Service

Former Member
0 Kudos

Hi guys,

I try to set up transport security for my ABAP web service. The service should be called via a ABAP Proxy.

These are my steps to create the ABAP web service:

1. Create function module (se80)

2. Create web service (web service definition) (service wizard)

2.1 Authentication = STRONG

2.2 Transport Guarantee = BOTH

3. Activate service (wsconfig)

4. Control service (wsadmin)

Afterwards I tried to create the proxy but when I add the WSDL URI I always get an

HTTP error (return code 407, message "ICM_HTTP_SSL_ERROR")

I tried to find a "How to" but I was not successfull. Also the saphelp http://help.sap.com/saphelp_nw04/helpdata/en/65/6a563cef658a06e10000000a11405a/frameset.htm was not helpful for me.

Hopfully you can help me! Every comment is appreciated!

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

WolfgangJanzen
Product and Topic Expert
Product and Topic Expert
0 Kudos

I advise to have a look into the ICM trace file (dev_icm) - either by using ABAP transaction ST11 or SMICM.

There you should find error details. Most likely it's about the "chain verifier" complaining that he's unable to verify the certificate of the communication peer.

In that case [SAP Note 1094342|https://service.sap.com/sap/support/notes/1094342] might be helpful.