cancel
Showing results for 
Search instead for 
Did you mean: 

Encyprtion in XI.

Former Member
0 Kudos

Hi All,

I am working on outbound asyncronous scenario Proxy -- XI-- JMS

I have requirement where Enryption needs to be done on XI side, Since I didn't found any help on SDN also there are no as such document and blog for the same.

How this can we acheive in XI ?

Note: JMS to be used at receiver side.

Will appriciate your valuable inputs.

Regards,

Sameer!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If you donot have any specified encription to be used, then you can think about asking SAP team to use the

available encription in SAP itself. Its like before sending data to PI the data will be encripted.There is a defualt SAP

encription which can cater the basis encription needs.pls check with your sap team once, i remember we have

implemented such scenario (file to webservice).

You can also look for PGP encription also

http://www.aedaptive.com/index.php/solutions/pgp-for-sap-netweaver

/people/dijesh.tanna/blog/2008/09/15/sap-pi-integrating-macafee-e-business-server-with-sap-pi-70-for-pgp-encryptiondecryption

Former Member
0 Kudos

Thanks All,

In addition special thanks to Srinvas, As suggested

SOLVED

Sameer!

Answers (2)

Answers (2)

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

hi

SAP PI offer you some security options like SSL or SFTP, etc depends of the protocol you need. now if the standar configuration fora protocol does not provide the encription properties you should develop it and depends of yourrequirement when call it.

you can as the post before create a module to encrypt message and channel side, but also you can use a XSL or java mapping to do this. Anyway, no matter when call the encription you can use as reference the link

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0ac06cf-6ee2-2c10-df98-e17430ca5...

to solve your requiremet.

also see this

/people/steinermatt/blog/2008/04/23/theres-a-rule-for-every-exception

let us know if you have more doubts

Rodrigo P-.

Edited by: Rodrigo Alejandro Pertierra on Sep 6, 2010 11:34 AM

Former Member
0 Kudos
Former Member
0 Kudos

Thanks for yoyr quick response.

Is there any other way instead writing Adapter module?

Sameer!

Former Member
0 Kudos

Hi,

Java mapping is another option. In that case u can use cyrptography (mentioning one of them) library to develop ur encryption java mapping. For basics refer this:

http://www.pgpi.org/doc/pgpintro/

Thanks

Amit