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
pedzpedz 

Starting URL

I am trying to use Python. I'm using ZSI as my SOAP/WSDL library. I guess my first question is, for login, what URL do I start out at? If I put "http://www.salesforce.com" like the documentation implies, ZSI is not happy because it gets back html instead of xml and I get this message:

TypeError: Response is "text/html", not "text/xml"

Plus, what I get back is not soap but just the regular front page to salesforce.com

If I let it go to the URL that is embedded in the WSDL file, then I get back this message:

ZSI.FaultException: UNKNOWN_EXCEPTION: Destination URL not reset. The URL returned from login must be set in the SforceService

I've tried a few alternate things -- just guesses. But, so far, I haven't found the magic URL to go to.

Can anyone help?