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
GaganGagan 

Problem in API 5.0 url....

Hi,

I have downloaded partners 5.0 and this is what i have found.... Please help

In  WSDL ... i have found the url for the service wrong, it is pointed on localhost...

here it is..

- <service name="SforceService">
  <documentation>Sforce SOAP APIdocumentation>
- <port binding="tns:SoapBinding" name="Soap">
  <soap:address location="http://localhost:8085/services/Soap/u/5.0" />
  port>
  service>


Moreover, On web site integrate section the address for documentation is is wrong
check it out....

https://prerelease.salesforce.com/soap/webservices.jsp?retURL=%2Fui%2Fsetup%2FSetup%3FretURL%3D%252Fui%252Fsetup%252FSetup%253Fsetupid%253DStudio%26page%3DSetup%26setupid%3DDevToolsIntegrate&setupid=WebServices

The Paragraph states as :
Salesforce.com's WSDL allows you to easily integrate salesforce.com with your applications, and to build new applications that work with salesforce.com. To get started, download a WSDL file to a place accessible to your development environment. For complete documentation, sample code, and developer community, visit http://localhost:8085/.

Please update...

Gagan


benjasikbenjasik
Change this:

http://localhost:8085/services/Soap/u/5.0

To:

https://prerelease.salesforce.com/services/Soap/u/5.0

The other issue is known, should point to www.sforce.com, will be fixed when the release goes out this weekend.