cancel
Showing results for 
Search instead for 
Did you mean: 

encription and decription in soap

Former Member
0 Kudos

Hi

Is there any terms like encription and decription in soap ??

thanks

kumar

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>>>Is there any terms like encription and decription in soap ??

SOAP adapter can decrypt and enctypt messages that are being

send/redeived by if

this can be done for security reasons and it's a stadanrd that XI supports is

check this out for sender soap adapter:

http://help.sap.com/saphelp_nw04/helpdata/en/1f/7e2441509fa831e10000000a1550b0/content.htm

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Answers (2)

Answers (2)

Former Member
former_member335553
Active Contributor
0 Kudos

Hi

check out this doc:

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b2e7020d-0d01-0010-269c-a98...

XI can encrypt messages with different adapters (like SOAP, mail)

and descrypt them of course

also:

http://help.sap.com/saphelp_nw04s/helpdata/en/a8/882a40ce93185de10000000a1

550b0/content.htm

/people/sap.user72/blog/2005/06/16/using-digital-signatures-in-xi

Also, check the XI's Encryption and Digital Signature API, which is used to develop those standard functionalities.

http://help.sap.com/saphelp_nw04s/helpdata/en/4f/65c3b32107964996a56e4165077e24/frameset.htm

You can use it to develop your own custom encryption/digital signature requirements.