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
cesces 

Proxy Authentication Needed to call Partner webservice

Hi,

I'm trying to do an application which will use the partner wsdl. When i'm trying to login, passing my account information, im getting a 407 error, Proxy Authentication is required. Im currently investigating the reason for this but i don't know if it is a problem on my network setup. But i would like to clear some things in salesforce part.

I see that the partner wsdl is trying to bind with https://www.salesforce.com/services/Soap/u/14.0 upon invoke. I tried to find "services/Soap/u/14.0" in salesforce.com but it says that the link no longer exist. Is this correct?

I don't know if this is related to my problem.

Please give me some ideas on this.

Thanks a lot!
ces
SuperfellSuperfell
https://www.salesforce.com/services/Soap/u/14.0 for me returns a message "405 GET not supported" which is the expected behavior (SOAP always uses POST). You local config is to use a proxy server, and your proxy server is configured to require authentication, this is all your local network stuff, nothing salesforce.com specific, i suggest you contact your network admin.
cesces
I see. I also think it's my local settings. I just got confused why my application still returns a 407 error even if i supply the proxy information same as what i'm using in my browsers. So i thought maybe there's a setting in sforce which i might missed.

Thanks for the idea! :)
ces