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
KBrownKBrown 

new url for 2.5 api??

i tried logging in and received an HTTP 301 Moved Permantely error. i re-genreted my WSDL to verify that i'm using the correct port endpoint, and indeed i am!

temporary hiccup, or have the services moved? 

sent:
POST /services/Soap/c/2.5 HTTP/1.1
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related, text/*
User-Agent: Axis/1.1
Host: www.salesforce.com
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: ""
Content-Length: 403
Connection: close
Accept-Encoding: gzip

received:
HTTP/1.1 301 Moved Permanently
Date Fri, 05 Dec 2003 08:13:29 GMT
Server Apache
Location http://www.salesforce.com/us/products/customer-service-support.jsp
Connection close
Transfer-Encoding chunked
Content-Type text/html; charset=iso-8859-1
X-Pad avoid browser bug
(301)Moved Permanently

KBrownKBrown

i managed to get things working by changing the  URL to
https://na1.salesforce.com/services/Soap/c/2.5
instead of
https://www.salesforce.com/services/Soap/c/2.5

note that my generated WSDL still has www.

fyi.

Glenn.ax34Glenn.ax34

Thanks....  I was trying to figure out why it all got screwed up.  SF really should really notify us of these changes and make the WSDL generator give us the right code.  Luckly I wasn't in production with this.

--  Glenn

adamgadamg
There was a web server config issue, which has been fixed.
DevAngelDevAngel

There have been no changes to the API.  The wsdl is generating properly.  There was an errant redirect that affected API 2.5 on the www.salesforce.com server.  Do not use na1.salesforce.com for your login.  The problem has been fixed. na1 is not the correct server for soap and may return undesireable results.  All the soap servers have -api, like na1-api, as you can see if you inspect the login result.

We regret, fiercely, any inconvenience this problem may have caused.

laurentblaurentb

it's a real nightmare  to login.

Everything was fine until 12/08/2003 around 17H

Can someone tell me what URL to use, or do I have to tell my customers to pick another product

DevAngelDevAngel

Hi laurentb,

What problems are you having?  Login call goes to https://www.salesforce.com/services/Soap/c/2.5 for enterprise wsdl, https://www.salesforce.com/services/Soap/u/2.5 for the partner wsdl.  All other calls go to the url returned by the login call.

laurentblaurentb

ok, login is fix (confusion between http://www.salesforce.com/services/Soap/u/2.5 and http://www.salesforce.com/services/Soap/c/2.5) and new install

return url is always https://na1-api.salesforce.com/services/Soap/u/2.5 even if login url is not is secure mode