XDATA and REMOTEDB together...

Is it possible to use Xdata and REmoteDB together?
Let me explain:
I have an Xdata service on server A and one on server B, both of which power WebCore applications for users and which reside on the same servers A and B.
The database, which must be protected, is however on server C, reachable only via Https.
Given that Xdata uses Aurelius, and that Aurelius can use RemoteDb, is it then possible for Xdata on server A and B to directly use data, query and manage db structures on server C via RemoteDb?
Thanks

Yes, it's possible to do so.