How to handle SalesForce WSDL files for sandbox and production sites in ASP.Net?
- by Traveling Tech Guy
I need to authenticate users and get info about them from an ASP.Net application.
Since I have 2 sites (sandbox, production) and 2 org IDs - I needed to generate 2 SalesForce WSDL files.
I diffed the 2 files (each about 600kb in size) and while they are 95% the same, there are enough differences strewn all over the place - enough for me to need to…