ns1234
Programmer
- Dec 3, 2002
- 6
Hi All
I need to find a mechanism to convert XML Stream data to C++ Objects at runtime in order to invoke methods on a remote CORBA server by passing these objects as parameters to the remote methods. I found a couple of XML parsers on the internet but couldn't find a mechanism to convert the parsed data to objects...need something like JAVA reflection API or .NET reflection for C++/VC++.
Please suggest.
I need to find a mechanism to convert XML Stream data to C++ Objects at runtime in order to invoke methods on a remote CORBA server by passing these objects as parameters to the remote methods. I found a couple of XML parsers on the internet but couldn't find a mechanism to convert the parsed data to objects...need something like JAVA reflection API or .NET reflection for C++/VC++.
Please suggest.