You need to sign in to do that
Don't have an account?

What is the URL to access the soap api in the sandbox?
I use the following URL to access our production soap api: https://www.salesforce.com/services/soap/u/18.0
I would like to know what is the URL to access the soap api in the sandbox. I tried adding the sandbox server to the URL https://cs26.salesforce.com/services/soap/u/18.0 but that did not work. Any suggestions?
I would like to know what is the URL to access the soap api in the sandbox. I tried adding the sandbox server to the URL https://cs26.salesforce.com/services/soap/u/18.0 but that did not work. Any suggestions?
Also, you should change your production URL from https://www.salesforce.com/services/soap/u/18.0 to https://login.salesforce.com/services/soap/u/18.0. See API Endpoint Change Effective 1/1/2016 Salesforce (http://salesforce.stackexchange.com/q/97414/102)
Typically you wouldn't be changing the endpoint in the WSDLs port definition. Ideally you could change it dynamically in the code that is using the WSDL. They you can use the same WSDL against both sandbox and production environments.
However, if your tooling won't allow that you can change it in the WSDL.