cancel
Showing results for 
Search instead for 
Did you mean: 

SFDC Integartion : what algorithm will PI use with SOAP adapter SHA 256 or SHA1?

manikandan_shanmugam3
Active Participant
0 Kudos

Hi All,

Just wanted to know whether PI will apply any algorithm by default when sending message to SOAP system using SOAP adapter with HTTP Protocol?

I am integrating SFDC system and facing SSL issue while pushing data in to SFDC, SF consultant says they have not enabled SSL auth and neither i am using it in SOAP channel, wondering how am i getting SSL error in SOAP receiver channel.

Is there any option that i can check in SFDC system to confirm they have not enabled SSL auth?

Regards,

Mani

Accepted Solutions (0)

Answers (1)

Answers (1)

RaghuVamseedhar
Active Contributor
0 Kudos

Manikandan,

FYI, PI PGP is uses default signingAlgo:SHA1, default encryptionAlgo:CAST5.

Configuring the Encryption PGP Module - SAP NetWeaver Process Integration, secure connectivity add-o...

In receiver channel, you have not used https URL and PGP module. So PI is sending simple http request. If Salesfoce cloud server is rejecting it, then you are positing it to wrong URL or you should be sending https. You can use SOAPUI to test SF service.

Please post the error message in PI and request error log from SF admin team.