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
planetsaroplanetsaro 

SFDC Login behind a proxy

Axis framework 1.4 is used to generate the source api for the sfdc enterprise wsdl . The application is a standalone one developed in java. But, I am not able to logon to SFDC.

 

I have tried both the proxy setting i.e. through -D option and system properties. But i am not able to connect to the SFDC Web service. Also, the proxy username and password is also set in jvm and system properties.

 

How do we connect to sfdc ws through proxy. I tried to login using the end point (actually it is https://test.salesforce.com/......) as http and was able to login, but getting ssl plain text exception when i invoked the create(sobject). this shows that create() or any operation uses https.