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

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?
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
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.
Thanks for the quick reply.