Hi all,
I have been trying to use Apache axis to set up a server that runs a
database and returns the results ( rows of the database) when a query is
submitted to it. Is there any way of exchanging the metadata about the
database, between the server and the client?
For e.g. Server A holds the table: (SSN, Name)
Server B holds the table: (SSN, Age)
Now when the client requests the Age of SSN='XYZ', I need to request it from
Server B and not from Server A. So, can some metadata be exchanged between
the client and the server, so that the client, when it sees a age query
requests it from Server B and when it sees a Name query requests it from
Server A.
Thanks a million!
Sharath