cancel
Showing results for 
Search instead for 
Did you mean: 

soap adapter security procedures

Former Member
0 Kudos

Hi

To implement SSL in case of SOAP Adapter ........apart from activating the HTTPS service and implementing the java cryptographic environment we got to activate the security parameters in the communication channel. In this regard I hava a small query.

If the scenario is like rfc-xi-soap. In the request c.c we have options like decrypt and sign. And in case of response we have options like encrypt and sign. My query is..........in case of request as we are sending the message to webservice which is located outside the business, so we should encrypt the message. Similarly in case of response we should decrypt the message as we want to read it. But the optins available in the adapter are reverse. could you please tell me where I am missing !

thanks

kumar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I was mistaken ! I was watching sender soap adapter help and in my scenario i am in need of receiver soap adapter. So for receiver adapter security parameters for request are encrypt and sign and for response are decrypt and sign. so this is exactly like my logical reasoning.