Sapi Server Mode Guide
Sapi Server Mode Guide
sendRequest(request)
sendRequest(request, correlationId)
sendRequest(request, correlationId, eventQueue)
subscribe(subscriptionList)
subscribe(subscriptionList, label)
Or a Null (or non-authorize) Identity could be passed in - this has the same effect as not passing
in any Identity:
identity = Null
...
sendRequest(request, identity)
subscribe(subscriptionList, identity)
On the other hand, in SDK 3.15 or later, an identity object may not explicitly be passed in, in this
case the Session’s default identity is assumed. In this case the calls are not made in Server-
mode:
sessionOptions.setSessionIdentityOptions(authOptions)
...
session.sendRequest(request)
session.subscribe(subscriptionList)
Next, start making code changes and test your application(s) against Dev SAPI. You have the
option to start making code changes while Server Mode is enabled. Once completed, please
notify your Bloomberg representative to schedule a time for turning off Server Mode in Dev
SAPI so you can start testing.
Alternatively, you may request that Server Mode be turned off in Dev SAPI before making code
change. This should be done in coordination with all your internal SAPI application owners.
In either case, please provide a timeline and the ETA of development and testing.
Authentication Coding