[SalesForce] Integration issue due SFDC SOAP address change from 30 to 31: Cipher not initialized

We are trying to integrate from Fusion Middle Ware(FMW) to SFDC sandbox, this is a one way integration from FMW to SFDC custom objects.

Target sandbox is at version 31 both before and after 2014-06-27

2014-06-27
Authentication successful, and all records were successfully integrated and records were inserted till last friday 6/27 when the SOAP Address in Enterprise WSDL was 'soap:address location="https://test.salesforce.com/services/Soap/c/30.0/XXXXX'.

2014-06-30
The SOAP address is changed from 30 to 31 since Monday 6/30 and Enterprise WSDL now shows 'soap:address location='https://test.salesforce.com/services/Soap/c/31.0/XXXXX'. As a result we are not able to insert the records in SFDC sandbox now and getting an error response to FMW:

'General runtime error: Cipher not initialized'

We tried to insert records using v30 API as well as v31 API, but this error still persists.

Kindly let me know if someone can help in resolving this issue.

Appreciate quick response & thanks in advance.

Abhishek

Best Answer

SF asked that the solution not be disclosed as it is part of their security regime to keep our orgs safe from malefactors. Customers with similar issues should contact SF Support

(I feel weird even writing this)

Related Topic