cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP to SOAP encryption and decryption

former_member197830
Participant
0 Kudos

Hi Experts,

Can any one explain how to configure encryption and decryption for SOAP to SOAP communication in PI ?

I have a SOAP to SOAP requirement but I am unable to find out how to achieve encryption and decryption for SOAP to SOAP interface.

Thank you,

Narasaiah T

Accepted Solutions (0)

Answers (1)

Answers (1)

manoj_khavatkopp
Active Contributor
0 Kudos

What type of encryption you want to achieve ?

PGP :

Cipher key :

What is the PI role here ? To decrypt the data from sender or encrypt it for sender ?

Br,

Manoj

former_member197830
Participant
0 Kudos

Hi Manoj,

Thanks for the quick response.

I have an idea about PGP encryption, I have applied PGP encryption for File adapters but I am new to SOAP adapters,so can you please suggest me which one is suitable for SOAP to SOAP communication through PI.

I think PGP encryption may not be work for SOAP adapters.

Thank you,

Narasaiah T

manoj_khavatkopp
Active Contributor
0 Kudos

If you are going for Encryption i.e to Encrypt the data and send it to the receiver web-service , then you can use PGP encryption modules.

Br,

Manoj

former_member197830
Participant
0 Kudos

Hi Manoj,

Yes,I want to encrypt and send it to receiver web service and can I use PGP encryption module same like file adapter.

is there any approach like security settings/SSL certificate enable in SOAP receiver adapter.

Thank you,

Narasaiah T

manoj_khavatkopp
Active Contributor
0 Kudos

Yes , you can use these modules in SOAP Receiver channel .

And soap adapter adds the soap envelope around this and sends to webservice , but just cross check with webservice if their webservice accepts the data which is present in soap envelope.

because usually if the webservice is expecting data in different manner and you are sending it in different then there are changes that you get HTTP 500 error.

SSL is something else which has go to do with connectivity but now the data format , it depends on how the webservice authentication is required it maybe be plain HTTP or HTTPS with User ID/password or HTTPS with SSL certificates.

Br,

Manoj

former_member197830
Participant
0 Kudos

Hi Manoj,

Can you please explain more clear about SOAP envelope (regarding soap adapter adds the soap envelope around this and sends to webservice , but just cross check with webservice if their webservice accepts the data which is present in soap envelope).

do you have any idea about security settings for the receiver SOAP adapter and check below link for security settings for the receiver SOAP adapter.

Security Settings for the Receiver SOAP Adapter - Integration Directory - SAP Library

Thank you,

Narasaiah. T