I am not sure I have the proper terminology, "Bridge" or converter, but I'm sure you experts can guide me in the right direction.
We have an C/C++ based RPC client/server and with rich client API and fixed type structures.
I need to explore the current methods, techniques, etc, for exposing the API and structures in a XML format for both I/O (read/write) operations:
AJAX <--> XML I/O <--> BRIDGE? <--> FIXED I/O <--> SERVER
A former engineer had written a API converter to create JAVA API using classes. This is for java based clients who have knowledge of the data structure via the auto-generated classes.