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
Roth2842Roth2842 

Partner WSDL

If I generate a partner WSDl file in my sandbox SF instance, go through the process of writing a working program that propts for user credentials to login(), can I re-use the resulting program to access a partner's sandbox instance just using the username/password credentials for a user in their sandbox, or do I need to obtain a partner WSDL from them, import it into my project, and rebuild the binary using their partner WSDL?

Best Answer chosen by Admin (Salesforce Developers) 
SuperfellSuperfell

The parter wsdl is the same for all organizations, its primary purpose is so that there a single wsdl that you can use to build tools/applications that work across different organizations.

All Answers

SuperfellSuperfell

The parter wsdl is the same for all organizations, its primary purpose is so that there a single wsdl that you can use to build tools/applications that work across different organizations.

This was selected as the best answer
Roth2842Roth2842

Thanks for the quick reply.