function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Julien CapestanJulien Capestan 

Certificate Management in SalesForce for SOAP access

I am trying to import in SalesForce a certificate created by verisign.

I went into the SFDC page to create a new CA-Signed certificate.

I created a new cetificate and filled the form with the information from my certificate.
First difference is : I have 2 organizational Unit on the certificate, only 1 allowed in SalesForce.

I can download the verisign certificate to a *.p7c file but there is an error in SalesForce :
Error: The certificate that you are uploading doesn't match the generated certificate signing request.

Any suggestion?

If anyone has also information on how to use the certificate after to access the SOAP service..
Gaurav NirwalGaurav Nirwal
Have you tried this

1. revise the WSDL file, like location="https://na14.salesforce.com/services/Soap/class/AttendeeTrackerClass"
2. deploy the updated WSDL file in your Website again.
3. call the Apex WS from your Website

I guess you can call the Apex WS from na14.salesforce.com directly, and let Salesforce to transfer it to na14-api.salesForce.com