Dear Monks,
I have some legacy C++ code that used
ACE+TAO to do RPC. I need to turn this
code into a "Web Service" without doing
a major re-write.
( * waiting for laughter to stop *)
I was hoping that I could use
Inline::CPP
with SOAP::Lite to turn the base classes of my
C++ code into "Web Service".
Here's my questions:
Has anyone used Inline::CPP?
If so can it handle complex classes and data types?
Does anyone think what I am attempting to do is
even remotly possible?
Thanks