01-31-2010 02:40 PM
I am building a BES Admin Portal using BES 5.0.1 APIs, and it needs to connect to multiple back-end BES Servers. Any suggestions on an approach that supports this? How do I write/build an app so that the proxy can connect to all my backend BES Servers (over 10).
Is there any sample code or technical API documentation with guidance on this?
Thank you.
02-01-2010 03:33 PM
Hi,
The BAA APIs are forwards compatible so as long as all of the BESs you are targeting are of the same version (both version number and mail server back-end) you will be able to use the same proxy across all versions. The only thing you will need to do is create a new instance of your web service connections using the URLs of the BAS you would like to administer at the time, and manage credentials if different across BASs.
Regards,