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
SFNewSFNew 

Salesforce Certificate in Axis client stubs

Hello All,

              I have developed an axis based client. I'd like to know if the client stub automatically stores a certificate when it is generated or it gets it from the platform everytime the call is made. I believe any client that speaks to a secure server has to have a certificate stored locally in its filesystem. Any help to clarify this is greatly appreciated. Thanks.

SuperfellSuperfell
SSL doesn't require the client to have a certificate. And an axis based client as generated by wsdl2java doesnot contain one.
zgcharley_09zgcharley_09
The axis stubs rely on the certificates delivered by JRE. If you using JRE1.5.0, then it will be depended on certificates shipped by JRE 1.5.0.