cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Security and Encryption...

Former Member
0 Kudos

Hi All,

My scenarios are SOAP to IDOC Async and IDOC to SOAP Async.

How to achieve security and encryption in SOAP side?

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member317844
Participant
0 Kudos

Use a HTTPS RFC

former_member317844
Participant
0 Kudos


Hi Arthita

You can use SSL encryption via SAML (http://scn.sap.com/docs/DOC-16302)

Or you migt find it usefull to check out Siva Kumar Arivinti document http://scn.sap.com/docs/DOC-26144 SSL Configuration in SAP ABAP AS and JAVA AS – Step-by-step procedure.

Regards Torben

Former Member
0 Kudos

Hi Torben,

Thanks for you reply,

Any how below link is usefull??

http://scn.sap.com/people/rajendra.badi/blog/2011/08/24/configuring-wsse-digital-signing-and-encrypt...

Thanks,

Arthita

former_member317844
Participant
0 Kudos

depends on what you are trying to do......

former_member317844
Participant
0 Kudos

The link you posted is NOT encrypting the data. It is just signing it so that recever can verify the sender.

Please use HTTPS protecol to secure data