cancel
Showing results for 
Search instead for 
Did you mean: 

Re: Security in PI

06-17-2008 12:23 PM
445 views 0 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

Hi All,

work method for Security using Digital Signature , non repudiation & use encryption...

feature and benififits of using Digital Signature , non repudiation & encryption..if any one worked on this send me the work method

because in my requirement i am sending payment details to bank using SOAP.i need to propose what to use and how to use.

thanks

rupesh

0 Likes
View Entire Topic
Former Member
0 Likes

Hi Rupash,

To employ XML encryption, the SAP system should be configured to enable XML Encryption and decryption according to the Web Services Security (WS-Security) standard.

For eg consider a RFC client call to the destination, on executeion of the call, the RFC adapter will transform the RFC message structure to XML and pass it to the integration server. The integration server will map the XML structure of the RFC message to the Web services interface document structure, and the SOAP adapter will in turn encrypt the message, leveraging the Web Services Security standard, which supports both SOAP and SAP NetWeaver XI protocols.3

To encrypt the message, the SOAP adapter (in System A) must use the public key in System Bu2019s certificate so that when Business Partner B receives the encrypted SOAP message, it can decrypt it with the private key certificate known only to it. System A will then make the call to Business Partner Bu2019s system (System B) via SOAP messaging over HTTP as System B is also running SAP NetWeaverXI so its SOAP adapter will decrypt the message, transform it back to the structure if necessary, and execute the service call against the backend system (which could be ABAP, Java, or non-SAP based.)

Check this too

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f9aa3d03-0b01-0010-96ad-d81b88c0...

Hope it helps