cancel
Showing results for 
Search instead for 
Did you mean: 

Encrypted response from a SOAP Sender???

Former Member
0 Kudos

Hi,

I am implementing a WS scenario SOAP<->XI<->RFC securing the exchanges (SOAP<->XI) using WSS .

The scenario works fine with an encrypted SOAP request but I would also need the SOAP response to be encrypted...

I have my communication channel configured to use the Security Profile (WSS) and a Sender agreement configured with the keys for the decryption.

I do not understand how to achieve the encryption of the SOAP response as only the decryption options are available on the sender agreement...

Please help!!!

Thanks,

Adalbert

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I'm facing the same problem right now! Have you found a solution ?

Julio

Former Member
0 Kudos

We are using XI 3.0 SP17 Patch 22 and are implementing a synchronous interface with an external partner where we initiate a request that is signed and encrypted useing 3DES.

This works fine and we are receiving a response that is of course encrypted.

My question is I percieve the same as yours was. How, does one decrypt the response when the only place to identify the decryption is on a Sender agreement?

If you found a solution I would very much like to here it.

Thanks

Chris

henrique_pinto
Active Contributor
0 Kudos

Adalbert,

if you have have selected "Select Security Profile" in the sender soap communication channel, you should see two fields for Security Settings in the Sender Agreement, one for the request and one for the response.

Check this out: http://help.sap.com/saphelp_nw70/helpdata/en/1f/7e2441509fa831e10000000a1550b0/frameset.htm

What version/SP of XI are you in?

Regards,

Henrique.

Former Member
0 Kudos

Hey Henrique,

Thanks for your response!

This is exactly what I was expecting in the Sender Agreement but I have only the fields for the request decoding and nothing for the response.

I am using XI 3.0 from NW 2004 SP17. Is this feature available in the stack I am using?

Thanks,

Adalbert

henrique_pinto
Active Contributor
0 Kudos

Adalbert,

it is strange, since it is available from SP17.

Check this: http://help.sap.com/saphelp_nw04/helpdata/en/44/62f81ae6444ddee10000000a1553f7/frameset.htm

Regards,

Henrique.

Former Member
0 Kudos

Henrique,

Actually, in the link you sent it is specified that for the Sender SOAP adapter: Decrypt and Decrypt and Validate options are available

Encrypt and Sign are available for the Receiver SOAP adapter...

Can you confirm that in the sender agreement of your scenario you can see separate options for decrypt and encrypt configuration?

Thanks,

Adalbert