We have some C/C++ legacy code that needs to be exposed as SOAP services. I am looking for something similar to Axis that would allow us to write UNIX based C/C++ SOAP services and clients that is compatible with Axis.
I have thought about using the C++ client side bindings in the Axis contrib directory and the just using JNI to cal the legacy code, but I really don't want to call the C/C++ .so directly from Java. I would appreciate any suggestions. Thanks, Craig