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
URVASHIURVASHI 

Enabling proxy settings for Bulk Api sample client application in java

Hi,

I have an example of bulk api from bulk api developer guide:

 

http://www.salesforce.com/us/developer/docs/api_asynch/

inside section walkthrough sample code.(in java)

 

But i am not able to access the connection to salesforce due to some proxy settings.How do i pass the proxy settings in the same code.

 

Error while accessing salesforce:

Failed to send request to https://login.salesforce.com/services/Soap/u/26.0

 

Please help

Thanks :)

Salesforce Hidden FactsSalesforce Hidden Facts
Have you created remote settings in your salesforce .
URVASHIURVASHI

Are you talking about remote site settings(to add the link of hosted webservice) in remote site settings.

I think that is applicable for SOAP Api i.e. webservices api rite?