Welcome to the Official BlackBerry® Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
Reply
New Developer
besDev
Posts: 9
Registered: 12-04-2009
My Carrier: Sprint

developing a BES Admin Portal using BES 5.0.1 APIs - how to connect to multiple BES Servers?

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.

Please use plain text.
BlackBerry Development Advisor
gbeukeboom
Posts: 818
Registered: 10-16-2009

Re: developing a BES Admin Portal using BES 5.0.1 APIs - how to connect to multiple BES Servers?

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,

Garett Beukeboom
BlackBerry Development Advisor
Developer Zone

--
Think or a great new feature? Find a bug?
Log and track them using the Developer Issue Tracker
Please use plain text.